PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form with radio buttons and multi-select won't submit after upgrade?

  1. davidryanorg
    Member

    Hi there,

    For some reason forms that have radio buttons and a multi-select (and marked required) are not being handled by the server. I keep on getting the fields returned saying "Field is required". Looking at the POST request, it seems like the fields are not being sent. I've upgraded to 1.75 but the problem persists.

    For example:

    http://chestercollege.org/english-enrollment-information/

    A form without radio or multi-select works fine:

    http://chestercollege.org/contact-form/

    Any suggestions?

    Many thanks,
    Dave.

    Posted 10 years ago on Friday June 7, 2013 | Permalink
  2. Dave,

    Does this form in question behave the same way when you preview it from within the formbuilder preview window?

    Posted 10 years ago on Friday June 7, 2013 | Permalink
  3. davidryanorg
    Member

    Just checked. Yes, it behaves the same way: if the radio buttons or the checkbox field are selected and submitted, the form is not receiving those fields (i.e. they are not being posted).

    I'm going to try to delete those fields and re-add them, unless you have another suggestion. I'd like to understand why this issue has happened.

    Posted 10 years ago on Friday June 7, 2013 | Permalink
  4. Are you using Google Chrome with auto-fill by chance? If so, this does seem to be related to a recent release to Chrome v. 27:

    http://productforums.google.com/forum/#!topic/chrome/WNBd8p6q7YQ
    https://code.google.com/p/chromium/issues/detail?id=244645

    Posted 10 years ago on Friday June 7, 2013 | Permalink
  5. davidryanorg
    Member

    Well spotted. That looks like the issue (tested with safari, works fine).

    Posted 10 years ago on Friday June 7, 2013 | Permalink