Amending redirection after validation error [RESOLVED]

I have a Gravity Form at the end of a long page, so the issue is that when there is a validation error, the page is reloaded and the user sees the beginning of the page instead of the beginning of the form with the validation error message. I find it quite confusing from a user experience perspective - is it possible to reload the page at a specific anchor position after a validation error so that the user can see the validation error message instead of the beginning of the page?

I’d love to discuss this with technical support but for the moment my license is not associated with my account so I don’t have access to it. Perhaps someone has something to suggest here on the forum.

Enable Ajax submission for the form, that will also enable the form anchor.

If you’re using the form shortcode, just add ajax="true" to the shortcode parameters.

1 Like