I am creating a form with 2 select elements, 2 inputs and a div as shown in the attached image.
When the value of the first select (network) is changed, the 2nd select (data-bundle) populates with new values. And when an option in the 2nd select is chosen, the 2 inputs get populated with the price.
I have successfully done all this via their respective event tabs. However, I have 2 issues:
[list=]1. I can't get the div on the right(number 2 in the screenshot) to populate with anything. I need it to populate with the correct network image when the very first select (network) is chosen.
2. The form is a multipage form, but it doesn't persist the dynamically set data on page reload, or when the user tries to go back from the confirmation page (page 2). Only the very first select persists.[/list]
Thanks in advance for your help.
When the value of the first select (network) is changed, the 2nd select (data-bundle) populates with new values. And when an option in the 2nd select is chosen, the 2 inputs get populated with the price.
I have successfully done all this via their respective event tabs. However, I have 2 issues:
[list=]1. I can't get the div on the right(number 2 in the screenshot) to populate with anything. I need it to populate with the correct network image when the very first select (network) is chosen.
2. The form is a multipage form, but it doesn't persist the dynamically set data on page reload, or when the user tries to go back from the confirmation page (page 2). Only the very first select persists.[/list]
Thanks in advance for your help.