Hi.
I have this booking form here: http://buffetkompagniet.dk/bestilling/.
If I choose "Svane buffet" under Buffet some deserts and starters will appear in two extra select boxes.
If I then fill out the rest of the form on step 1 and come back from step 2 to step 1, the starters and deserts select boxes are there but are empty. This is happening because gform_pre_render is run every time I go between steps. However this is where the select boxes are prefilled with data. How can I prevent gform_pre_render from running everytimes I go between steps? Or how can I pass the selected buffet starter choice back to gform_pre_render, so I can render the right data back into the select boxes.
I am really stuck on this one. Hope some can help. :-)
Vayu