Hi
I have radio buttons and checkboxes in a form and I use the confirmation page plugin.
Now I have two problems:
Problem 1:
If no radio button or no checkbox is selected, the confirmation page looks like this:
Select something: {radio0}
Choose anything: {check1}
There shouldn't be the brackets shown with the name of the form fields in between. Instead, there should be nothing.
If the user clicks on a radio button or into a checkbox, their proper value is shown.
Problem 2:
If the user has selected a radio button and then goes back (using the back button on the confirmation page), the original form shows empty radio buttons. The checkboxes are fine, so are all other form fields = all data is republished except for the radio buttons.
I have updated the files cf_confirmation_page.php and plugin.php (as described here in this post).
Thank you very much!
Regards
Patrick
I have radio buttons and checkboxes in a form and I use the confirmation page plugin.
Now I have two problems:
Problem 1:
If no radio button or no checkbox is selected, the confirmation page looks like this:
Select something: {radio0}
Choose anything: {check1}
There shouldn't be the brackets shown with the name of the form fields in between. Instead, there should be nothing.
If the user clicks on a radio button or into a checkbox, their proper value is shown.
Problem 2:
If the user has selected a radio button and then goes back (using the back button on the confirmation page), the original form shows empty radio buttons. The checkboxes are fine, so are all other form fields = all data is republished except for the radio buttons.
I have updated the files cf_confirmation_page.php and plugin.php (as described here in this post).
Thank you very much!
Regards
Patrick