sessions, select

Hi, I have a site where you fill a form and then you can preview it and go back.
I managed to have all fields fill out with sessions again except for the drop down menu and the radio.
For the select, I need to check which option is selected and use checked=“checked” on the option. How can I have this done? I do get the value of the option in the radio and dropdown list.

The option tag does not have a checked attribute, it only has a selected attribute ;)

Sponsor our Newsletter | Privacy Policy | Terms of Service