Hi Guys!
I am new to javascript and I'm not exactly sure how to use javascript for a "add another" button on a form that after a user has filled out the form and clicks this button it will display the item they just finished entering and below that display the same form but blank where they can fill in the form again but with different inputs.
So this is what I have for the form fields for example:
Title:
Name:
Copy:
So when the add another button is clicked, it will store the previous entry but then refresh the form page with blank fields to be able to add another entry for the title, name, and copy?
I haven't a clue how to go about doing this... any help wold be greatly appreciated.
Thanks!!!
New to javascript Help Please.
Started by Pcm, Apr 11 2008 10:04 AM
1 reply to this topic
#1
Posted 11 April 2008 - 10:04 AM
|
|
|
#2
Posted 11 April 2008 - 10:54 AM
If you haven't done so already, put the input fields inside a "form" tag (<form>). You can clear the form's fields using a "reset" input type. To store the data, you need to learn how to program in PHP or ASP. This is a big task, but there is plenty of helpful info available at PHP Tutorial. Good luck!


Sign In
Create Account

Back to top









