Hello, all.
I am hoping to code dynamic forms in Javascript.
I have never used Javascript for this purpose before. Does anybody know where I can find an example application (source code would be great)?
The planned page will have a form with two radio button on it. The
user will indicate if he has a matrix ready for entry by selecting one
of the radio buttons. If he selects “No”, the form should be short and
not display fields for entry of the matrix values. If he selects
“Yes”, the form should change to display all the input fields for,
say, a 3 X 3 Matrix.
Thanks for any help you can give me.