I'm creating an RSVP form. A person enters their name and details to submit. However, this person may wish to add other people too. I want a button where they can add another person if needed and then this will create another contact form.
The form will have individual meal choices, which is why it's needed again for a new person. Is it a case of duplicating the DIV
containing the contact form multiple times and then somehow revealing each one per click of the "+1" button?
My code could have been here