Ok this is a bit tough to explain but here is what I want to do. I'd like to create a form where a person is able to enter multiple information from the same fields. Below is the example
name: _____________ email:_____________
(this is a button to allow you to enter more)
(Submit Button)
When you click on the button you get an extra line with the same content to enter. In this scenario the user would have clicked on the button 2x.
name: _____________ email:_____________
name: _____________ email:_____________
name: _____________ email:_____________
(this is a button to allow you to enter more)
(Submit Button)
The reason for this is because it makes it much easier to add lots of items quickly instead of doing 1 at a time.