Show radio buttons as disabled input

Hi all,

On a form I need to show radio buttons OR the text from the SELECTED radio button as read-only input field, based on a condition. I.e. basically

Code:
IF condition
  Show Radio Buttons
ELSE
  Show disabled input field
END

I could use two fields and hide/display them based on condition, but wondered if there was an easier way to handle this?

Best regards,
 
You can try using a javascript event to set them 'readonly'. Depends whether the condition is one that our JS event knows about.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top