• Resolved publicwp

    (@publicwp)


    Since the last version 1.4.15 (or within a week ago) the fields of my two forms are not validated anymore. Empty required fields are also passed through. Any advice?
    Regards, public.

Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    If you send a link to the form that is giving you the trouble to campbellATcampbellhoffman.com I will take a look at the generated code and see what is happening.

    Plugin Author hoffcamp

    (@hoffcamp)

    To anybody else is having this problem, this was resolved by checking for conflicts with other scripts.

    I have the same problem, the fields of my two forms are not validated anymore. Empty required fields are also passed through. I’m using the version 1.5.9

    is ther a soution for the problem? need help

    Plugin Author hoffcamp

    (@hoffcamp)

    The solution had to do with a conflict with another plugin. If you post a link to the form I’ll take a look at the code and see whats wrong.

    http://metal-bibel.de/anmeldung/
    here is the link – hope it helps … thanks!

    Plugin Author hoffcamp

    (@hoffcamp)

    Thank you for posting about this – there was a bug that completely broke validation, but it should be fixed in 1.5.21. Also your custom validator’s regexp needs to have a forward slash ‘/’ at the beginning and end, otherwise this will cause a javascript crash as well.

    updated to 1.5.21 and removed my custom regex …it is not fixed … switched off all other plugins (for testing) but still no validation – would you be so kind to have a second look at it? thanks!

    Plugin Author hoffcamp

    (@hoffcamp)

    It looks like you have an empty condition, which is crashing the script. Try it without the conditions first and see if the validation still doesn’t work.

    hmmm – i deleted my custom Text Validator “not empty” – then set all Validators to “…” – there are no conditions in the form – but empty fields still not checked ..
    http://metal-bibel.de/anmeldung/

    Plugin Author hoffcamp

    (@hoffcamp)

    Okay then thats the bug. The form is outputting partial code for a condition. I’ll have an update shortly.

    Plugin Author hoffcamp

    (@hoffcamp)

    I just posted 1.5.22.

    Thank you for seeking – I did the update – but no effect …
    http://metal-bibel.de/anmeldung/

    Plugin Author hoffcamp

    (@hoffcamp)

    Okay, try these steps: If you go to Conditions in the form editor, there should be nothing between the ‘Add’ button at the top and the ‘Cancel’ button at the bottom. If there is a condition box, click ‘delete’ and then save. If the page is empty, add a new condition, save the changes, then delete the condition, and save again.

    The problem is the form is outputting a partial condition script, so somewhere in the database there is a record of a condition, which needs to be removed.

    YES! That was it Thank you so much!!

Viewing 15 replies - 1 through 15 (of 22 total)

The topic ‘[Plugin: WordPress Form Manager] no validation or required fields’ is closed to new replies.