Forums

multi-page form that doesn't reload the page

dgrimes 25 May, 2016
Here is my scenario I have a form that when the user submits a form they are prompted by another dialog box to confirm and then it submits.

A multi-page form worked, but the form is at the bottom of the page. When the user submitted on the first page the second page loads, but the moves the page back up to the top and the form is no longer in view.

I tried tabbed form, but ran into other issues.

Any suggestions?
GreyHead 26 May, 2016
Hi dgrimes,

There are a couple of ways this might work:

+ use the Ajax submit setting in the HTML (Render Form) action. I think that will re-load the next page in the same space (though I'm not certain of that). Note that AJAX submission doesn't support file uploads.

+ show the form using an iFrame so that the following pages show in the same iFrame. That should work OK and is probably the more reliable solution.

Bob
This topic is locked and no more replies can be posted.