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.

Validation of form at the bottom of a page

  1. Hi - we have a form in the footer of a site. If the user fills it out with an error, the page reloads and they end up at the top of the page, so they don't see the validation error message. Is there any way to have the reload take the user back to the form's location, or even better, have the form validate itself via javascript so error messages are seen by the user immediately, even before submitting the form?

    Thanks!

    Miriam

    Posted 12 years ago on Monday May 30, 2011 | Permalink
  2. All of the validation happens server side after the submission so there's no client side way to do that. You can however, use this filter to add an anchor to the form so it returns to it after submission or a validation error.

    http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor

    Posted 12 years ago on Monday May 30, 2011 | Permalink
  3. Ok thanks! We'll try that out.

    Miriam

    Posted 12 years ago on Monday May 30, 2011 | Permalink