• Hello,

    I am using your plugin on a website of a client of mine, and they tell me that if they fill it in now, they get the message that not all required fields are filled in, even if they truly did fill everything. They also hear this from other people that try to fill in the form. This isn’t the case with everyone; some people manage to get their form send, including me. I can’t seem to recreate this problem, and my client is convinced everything required is filled in.

    I recently updated my website to the newest WordPress; could this be the problem?

    I really like this plugin, but for now we are using the original form on google because that one is working fine.

    https://wordpress.org/plugins/wpgform/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    The inability to replicate the problem makes issues like this really hard to chase down. Since they seem to be able to replicate it but you can’t, I would ask them to take a screen shot of the filled out form with “missing required fields” message. It is possible that something, an odd character or something like that, in one of the responses is causing a problem. I saw some issues similar to these a while back with a couple forms but was able to resolve them.

    Is the form multi-page or single page?

    One other possibility – does the form have checkboxes on it? If so, if a Javascript error happens which prevents the jQuery script which fixes checkboxes so with work with PHP (on the WordPress side) and Python (on the Google side) doesn’t run, the likelihood of encountering the behavior you are reporting is very high.

    Thread Starter vinkdtp

    (@vinkdtp)

    I don’t think an odd character is the problem; the wrong filled out field with an odd character should still light up, right? I’ve made it really obvious which fields aren’t filled in yet; as it’s a really long form (single page) and that makes it easy to forget fields.

    Screenshot

    I have used checkboxes. Could I perhaps resolve the problem by making radio buttons or a dropdown of them, or is there also a problem with those?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    There is no problem with radio buttons, it is limited to checkboxes and is due to the difference between how PHP (used by WordPress) and Python (used by Goolge) handle them.

    What I would really like to see is a screen shot after the error has happened. If you want to fill out my Help and Support Form I can take a quick look at it with Firebug. It is very easy to tell if the Javascript problem is a likely culprit.

    Thread Starter vinkdtp

    (@vinkdtp)

    I’ve filled out your form!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Required message even if everything is filled in’ is closed to new replies.