I have a big job application and a part of that is an Equal Opportunities section;
(page 2)
What I need to happen is the user can only select 1 from the 5 options, I can do this fine with jQuery.
The problem I have is the form is broken up into 5 pages and when you navigate through it seems to loose the script.
jQuery('.equal_opp').find(':radio').attr('name', 'opt');
I'm adding this in the functions with the 'gform_pre_render_1' filter.
If I remove the paging so the form is one page it works fine.
Many thanks for any help