Hi have a previously created form that was used on our website and now I want to modify it.
Basically I want people to enter fields containing Name, Address, City, State, and Zip.
Then if they want to add more names, I want them to be able to click "Add more friends", then those same fields will be added again. And so on and so on.
I could create these fields many times and just do it like that but the users will be able to enter an infinite number of names - so I would like it to just have the fields once, and then the ability to add more if needed.
I hope this is making sense. I can post my code if that helps. Also, the form will be sent to an email address, not entered into a database. So I guess I need to figure out how it will print each field in the email, etc.
Thanks for any help and insight
Basically I want people to enter fields containing Name, Address, City, State, and Zip.
Then if they want to add more names, I want them to be able to click "Add more friends", then those same fields will be added again. And so on and so on.
I could create these fields many times and just do it like that but the users will be able to enter an infinite number of names - so I would like it to just have the fields once, and then the ability to add more if needed.
I hope this is making sense. I can post my code if that helps. Also, the form will be sent to an email address, not entered into a database. So I guess I need to figure out how it will print each field in the email, etc.
Thanks for any help and insight