I have a form that we use for registering players for a baseball league.
Currently I ask for all the parent information then have "add another response" for each additional child beyond the first player registered.
The biggest problem with this for my application is when exported as a csv file all the data is on one line and is time consuming for me to break the responses apart into single entries. I do not want to have the parents fill out their information again by filling out another form for each child they are registering. It seems that the workflow is precisely the cure for this but I have been trying to figure out a way to make it work correctly for our use.
Upon completing the information needed for the first child is there a way to have them either click "submit & Pay" or "Add Another Player". If "Submit & Pay" clicked they are then redirected to PayPal with the appropriate charges for the number of players they have registered thus far in the workflow. And of course, when clicking "Add Another Player" the common information is copied to the next players registration form?
After quite a bit more thought I believe I have come up with a solution and decided to post for any interested.
I have created an initial form that ask how many players they will be registering and based on the answer (using the information found at http://app.formassembly.com/pages/support/formulas/) will be directed to the appropriate workflow.
Then I created PayPal connected forms for each of the possibilities they could choose and made the appropriate form the last item in the work flow.
So now my workflow looks something like this; Step 1 - Common info Step 2 - 1 Player Registration (with parameters to pass the common info into this form) Step 3 - Additional Players as needed with appropriate parameters Step 4 - Appropriate PayPal page
This still creates some work on my part putting the responses together but I believe it will be faster than the way I was doing this before.