Form wizard loses values from previous steps after page reload

Maybe this is the correct action after page refresh, but with the step url parameter I end up halfway through the wizard but without previous steps having any values. Should I check for this and redirect back to step 1?
1 Reply
acroninja
acroninjaOP2y ago
Or save the values to session and set default values to session[var]??defaultValue

Did you find this page helpful?