Hello,
I have a pretty complex form that uses a lot of javascript to show different div's based on how the user fills out the form. When the form is submitted it goes to a confirmation page to display a summary of what was typed in. The issue I am having is when the user hits cancel to go back to the form to make changes, none of the hidden divs redisplay. The select box will have the correct item marked but the div to show based on the select does not appear unless if I change the selection to something else then change back to the original one.
Any ideas on the loop back event to get the correct div's to display?
Thanks for the help,
Ryan
I have a pretty complex form that uses a lot of javascript to show different div's based on how the user fills out the form. When the form is submitted it goes to a confirmation page to display a summary of what was typed in. The issue I am having is when the user hits cancel to go back to the form to make changes, none of the hidden divs redisplay. The select box will have the correct item marked but the div to show based on the select does not appear unless if I change the selection to something else then change back to the original one.
Any ideas on the loop back event to get the correct div's to display?
Thanks for the help,
Ryan
This topic is locked and no more replies can be posted.