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?
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?
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
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
This topic is locked and no more replies can be posted.