With JavaScript, is it possible for me to create form elements dynamically?
I have a form, where a user may want only 1 element, or they may want 10, and I'd like to have a "Add Textbox" sort of button if possible, so that when they click it, a new textbox appears...
:confused:
