Formbuilder Anchor Link
Posted: Tue Aug 23, 2016 4:59 pm
Hi everyone, I'm working on a form which is located on the end of the page. Once the user fills the form and hit the send button, if it has errors the page loads again but at the top, so user has to scroll down all the way to the form in order to see the error message. I've tried applying a "Form Submission JavaScript" with this: but when page refreshes the anchor link is not applied.
The same happens when the user successfully sends the form, the page loads on top so user has to scroll down to see the "Submission Template".
Thanks in advance for any help on this.
Code: Select all
onclick="location.href='#contact'"
The same happens when the user successfully sends the form, the page loads on top so user has to scroll down to see the "Submission Template".
Thanks in advance for any help on this.