Hi Guys,
I have a form where users will enter names and email address of people. I have put 5 Rows 2 of input boxes on a form and the data is sent to the mysql database no problem.
My problem is that in some case people will need to add more than 5 people. I'm thinking that a 'Add additional person' button that will create 2 new input boxes on the fly is the solution but:
1 - I have no idea how to create buttons on the fly
and
2 - how to send this data to the mysql database as the db only has the 5 fields needed.
Does anyone have an idea on the best way forward on this?
Cheers for any help at all.
Kev