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.

Move error/confirmation notices

  1. I'm currently using using GF for a form that is hidden in a div and revealed upon clicking a contact link.

    When a form is submitted, the confirmation and/or error notices remain in that hidden div, so you have to click the contact link to see if it was successful or not.

    Is there a way to move those notices to somewhere else, like a box that runs at the top/bottom of the browser window?

    TIA

    for reference, the form is located here: thresholdsc.com under the "Contact Us" link.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  2. The issue is when the form is submitted the page is going to reload on the post action, and because your div is hidden by a user click action... then it's automatically hidden.

    What I would suggest is turning AJAX on for that form by passing ajax=true in the shortcode. Then the form will be submitted without a page refresh and the div should still be visible.

    Posted 12 years ago on Monday November 28, 2011 | Permalink
  3. abmcosta
    Member

    Hi Carl,
    I am having the same problem, but because I require reCaptcha in the form, AJAX is not an option (it wo;t work). How can I detect if the form has been submitted?
    Please help.
    Thanks

    Posted 12 years ago on Monday December 12, 2011 | Permalink