Hi, guys. I have a form at the bottom of a long page of content. When the form is submitted it returns to the page the form is on but it shows the user the top of the page. The confirmation message is buried at the bottom of the page.
Is there a way to:
1) Add a <a name="formname">
tag before the form and the confirmation message, and
2) Post the form content to somedomain.com/pagename#formname so the page will scroll to the confirmation message?
Thanks!
Kevin