I'm not much of a coder, so I'm hoping there's a simple solution using Chronoforms.
I have a 10 page team registration form, every page is the same except for the first which captures the team name. I'd like to be able to calculate the registration fee based on the number of team members. All 10 forms don't have to be filled out, but I want to count the ones that have a name field, then assign a fee to that. So 5 names = $500 and then have that amount go to Paypal.
Can this be done using hidden fields and the redirect plugin?
I have a 10 page team registration form, every page is the same except for the first which captures the team name. I'd like to be able to calculate the registration fee based on the number of team members. All 10 forms don't have to be filled out, but I want to count the ones that have a name field, then assign a fee to that. So 5 names = $500 and then have that amount go to Paypal.
Can this be done using hidden fields and the redirect plugin?
Hi tedZilla,
You can easily set up a little PHP in the OnSubmit before box of the mother form to loop through the results and count the non-blank names.
Bob
You can easily set up a little PHP in the OnSubmit before box of the mother form to loop through the results and count the non-blank names.
Bob
Thanks Bob, I will attempt that...I know about *this much* PHP but I will try it. I love the great help I get on this forum!
Ah well - can't figure out the code, I am not that versed in PHP. Any other ideas, or could I pay you write it for me?🙂
This topic is locked and no more replies can be posted.