Forums

how can I disable a textbox if radio btn is checked?

samoht 21 Aug, 2008
Hello,

I just wondered how I can disable a textbox if a radio btn is checked?

I assume js would get the job done but I am having trouble setting it up without form names?

Any Ideas?
GreyHead 21 Aug, 2008
Hi samoht,

You can use a formname - if you name your form 'my_form' ChronoForms adds a prefix to give the form name (and ID) 'ChronoContact_my_form' - you can use this in JavaScript.

Bob
samoht 21 Aug, 2008
Thanks Bob,

Yes, that was all I needed!
This topic is locked and no more replies can be posted.