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.

Required advanced fields won't submit

  1. Vivienne
    Member

    I'm using the name and address advanced fields in my form and flagged them as being required. However, when I fill in the fields and submit the form (whether on the site or from the preview) it keeps coming back with an error message. In both field blocks the message 'this field is required' is shown and the input fields are emptied. The regular fields in the form still show the text I've entered.
    Any help would be greatly appreciated.
    Kind regards,

    Vivienne

    Posted 12 years ago on Tuesday December 13, 2011 | Permalink
  2. Hi Vivienne,

    I was unable to recreate this issue. Have you implemented any of Gravity Forms hooks? Have you tried testing for a theme or plugin conflict?

    Posted 12 years ago on Tuesday December 13, 2011 | Permalink
  3. Vivienne
    Member

    It appears that there is a plugin conflict between the AdRotate plugin and the Gravity Forms plugin. When Googling further with this information (which apparently is widely known :-)) it was fixed by making a change in adrotate.php of the AdRotate plugin.

    On or around line 19, replace the following:
    setlocale(LC_ALL, get_locale().'.'.DB_CHARSET);
    with:
    setlocale(LC_ALL, get_locale().'.'.DB_CHARSET);
    setlocale(LC_NUMERIC, 'C');

    Solution found on http://telltal.es/thread-80-conflict-between-gravity-forms-1-5-2-8-and-adrotate-3-6-3.
    Thanks David, for pointing me in the right direction.

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink

This topic has been resolved and has been closed to new replies.