One of our clients is complaining that their users find it confusing when a Contour form proceeds onto the second page of a multi-page form, that standard browser post-back behaviour occurs and the user is taken to the top of the page. This becomes an issue when the form is below a page scroll worth of content and the users (apparently) don't work out they need to scroll down the page to continue with the form.
Is there any way to wrap the Contour form in, say, an UpdatePanel so that postbacks are handled client-side and the user is not flicked to the top of the page after submission?
Multi-step forms cause page reload on each step
One of our clients is complaining that their users find it confusing when a Contour form proceeds onto the second page of a multi-page form, that standard browser post-back behaviour occurs and the user is taken to the top of the page. This becomes an issue when the form is below a page scroll worth of content and the users (apparently) don't work out they need to scroll down the page to continue with the form.
Is there any way to wrap the Contour form in, say, an UpdatePanel so that postbacks are handled client-side and the user is not flicked to the top of the page after submission?
simon,
could you not use some jquery and on page load get it to jump down to where the form is?
Regards
Ismail
is working on a reply...