Hi all -
I need some help w/something that I'm not sure what the proper technique is.
How to deal with 'dynamic' forms?
I'm working on an event registration form, where the person who registers normally registers their team members, so the number of team members could range from 1 - n (in theory).
I've found some javascript that creates a new input field (adding 1 to the name, eg. name1, name2, etc.). But I'm not sure how PHP would receive this?
I believe it would have something to do with "for each" but again, I'm not really sure.
Can anyone help?