I'm working on a form that, for platform reasons, has to be embedded on the website using an iframe.
In order to accommodate the longest-potential growth of the form without presenting an iframe vertical scrollbar I've made the iframe height an obscene 4000px. This works great for most everything except for the Make a Correction link that is on the Review page. If the user clicks that link, the form reloads page one of the form. The problem is that the user is stuck looking at white space because page one loads all the way up there... 2000 or so pixels north. Unless they realize to scroll up they just get lost. It even took me a second to figure out what was going on.
So, that said, would it be possible to add an anchor tag to the Make a Correction link: <a href="http://www.tfaforms.com/forms/view/xxxxx#wfPgIndex-1">Make a correction</a>
Something like that so that the page jumps back up??