You are viewing limited content. For full access, please sign in.

Question

Question

Radio button read only

asked on April 19, 2019

Hello,

  If I make a radio button read only, it is not retaining the value from one form to another. So, I am making it read only in Java Script like below. This does not seem to work also.  The radio button is still editable. Please help.

 

 $("#q31 input[type='radio']").attr('readonly', 'true');

 

Thanks

Priya

1 0

Replies

replied on April 19, 2019

If you make it read only, how is the value changing?

0 0
replied on April 22, 2019

Check the variable names for the field on each of the forms and make sure they are the same.  If not, delete the one from the second form, go to your variables on the left side and drag the variable from the first form into the second form.  

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.