Using hidden div's and event loop

relliott 25 Jan, 2013
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
GreyHead 28 Jan, 2013
Hi Ryan,

The only solution I know to this is to make sure that your look-up scripts run when the page is loaded to show all of the correct information.

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