Hi Sergio,
If you have 'Submit this form with AJAX' turned ON you can add the class .frm_button_submit
to the radio button options and this will essentially give you the result you're looking for.
You might be able to add it to the default [input] shortcode in the 'Customise HTML' settings like this:
[input class="frm_button_submit"]
Or if that doesn't work you may need to split them out into their individual options and add the class to each one.
[input opt=1 class="frm_button_submit"] [input opt=2 class="frm_button_submit"] [input opt=3 class="frm_button_submit"]
I cant get that to work in my quiz?
it works for me
Please login or Register to submit your answer