Hello,
I'm making a website for my brother. There should now be an inputform, and I'd like it to contain something like this:
When the button is clicked, there should appear a second inputbox:
Any ideas how I can do this?
(it is not a very important thing, but I think it would be nicer than to just have a fixed number of inputboxes)
Perhaps removing an inputbox might also be interesting (if possible with a remove button next to each inputbox)...
Jörg
I'm making a website for my brother. There should now be an inputform, and I'd like it to contain something like this:
Code:
INPUTBOX1 add_button
Code:
INPUTBOX1 INPUTBOX2 add_button
(it is not a very important thing, but I think it would be nicer than to just have a fixed number of inputboxes)
Perhaps removing an inputbox might also be interesting (if possible with a remove button next to each inputbox)...
Jörg
Comment