Hi again
I have an HTML form with three groups of inputs. These inputs are all text. Group 1 has 1 input, group 2 has one input, and group 3 has 3 inputs. What I would like to do is this...
If a user inputs any data into a particular group input, then entry to the other 2 groups will be blocked.
I'm assuming that this can be accomplished with JavaScript?
Thanks in advance.
Terry