Hi folks,
I'm writing a typical html form that has two components which are mutally exclusive.
I have a radio button as the first line of my form which gives them two options (lets call them Option 1 and Option 2).
If they select Option 1 everytime they select an input field for the componets of Option 2 I would like an alert box to pop up stating "YOU CAN'T FILL THIS IN" (and visa versa)
I know you can do this in javascript. I've been wrestling with it for two days and I've got nothing to show for it. If anyone has any suggestiong I'd appreciate it.
Thanks,
I'm writing a typical html form that has two components which are mutally exclusive.
I have a radio button as the first line of my form which gives them two options (lets call them Option 1 and Option 2).
If they select Option 1 everytime they select an input field for the componets of Option 2 I would like an alert box to pop up stating "YOU CAN'T FILL THIS IN" (and visa versa)
I know you can do this in javascript. I've been wrestling with it for two days and I've got nothing to show for it. If anyone has any suggestiong I'd appreciate it.
Thanks,