juergenweb / FrontendForms

A module for ProcessWire CMS to create and validate forms on the frontend easily using the Valitron library.
MIT License
16 stars 1 forks source link

Time-trap Spam protection setting not persisting #2

Closed donatasben closed 10 months ago

donatasben commented 10 months ago

When changing setting for amount of seconds on "Measure 2: Time-trap" in module settings on admin - it doesn't save it, reverts back to initial setting of "5". I can manually change on database level and the setting works as it should, but not when changing on admin.

SCR-20231227-mlrt
juergenweb commented 10 months ago

You are right. There was the name attribute on the inputfield missing. Maybe it was a copy/paste issue. Now it has been added again on line 1746 and changes will be taken into account. I bump up the version later. For now you can replace the old file with the new one to solve this issue.

Thank you for reporting this!