I am new to Javascript. My question my question my be basic to most of you. I have a form to enter name and e-mail address.
Name E-mail
What I wanted to do is the following:
1. Give the user to be able to insert more one lines to add name and e-mail i.e. when the form opens, it has lets say 5 lines (rows) and if they user has more than 5 records to add, I would like him/her to insert more lines (rows) to add more records.
2. How would I add the individual lines (records to a database) when the user clicks the add record button at the bottom of the form.
Thank you,
Asfaw
Name E-mail
What I wanted to do is the following:
1. Give the user to be able to insert more one lines to add name and e-mail i.e. when the form opens, it has lets say 5 lines (rows) and if they user has more than 5 records to add, I would like him/her to insert more lines (rows) to add more records.
2. How would I add the individual lines (records to a database) when the user clicks the add record button at the bottom of the form.
Thank you,
Asfaw