I am working on a form that allows someone to edit multiple subscribers and their information. The customer wants up to 20 subscribers edited on this form. I need to be able to add, modify or delete a subscriber. Now I am not actually modifying anything. I am just setting up a form to be filled out and then submitted to someone in an email and that person will actually modify the subscribers.
I have played with conditional fields, but to setup all of the fields required 20 times and build in a condition to hide or display makes the form kind of bulky. I can't use the multi input field because I need to use dropdowns and address fields within the form for these potentially 20 subscribers.
The form is structured that there are some general fields that the user fills out and then starts to modify the subscribers. Is there any way to fill out the information for one user - save that to a temp file, DB or location and then refresh the form so that it can be filled out again? When the form is submitted the information could then be included in a single email?
tx
Wil