Hi all
I'm in the process of creating some enrollment forms here.
We're a volunteer driven club for divers.
We sign up for the club via paper at the moment.
The chairman would like me to do it electronically.
We have four different membership types.
Junior
Senior
Support
Family
The Junior / Senior / Support all have the same fields.
The Family has a lot of extra fields (as it's a multiperson membership).
Problem 1: How do I let the form change if they mark it as 'family', so I can ask for the extra fields.
I can imagine two scenarios that both requires a 'case' sort of module (an if statement if you please), but as far as I can see there are no such building block in the wizard.
Solution 1: FormA, select type of membership chooses the right form, with a dynamic header.
Solution 2: four copies of the same form (yuck).
Problem 2: How do I use the email verification form? I get the mail sent out with the verification link, and I have a 'confirmed'-form where it lands.
The flow is:
Fill FormA
Send verification mail
user clicks link
Goes to FormB
Press 'yes really'
mail is sent to the club with the info.
Data is removed from the table
I'm currently stuck at 'press yes really' and getting the mail sent out with the info.
I'm in the process of creating some enrollment forms here.
We're a volunteer driven club for divers.
We sign up for the club via paper at the moment.
The chairman would like me to do it electronically.
We have four different membership types.
Junior
Senior
Support
Family
The Junior / Senior / Support all have the same fields.
The Family has a lot of extra fields (as it's a multiperson membership).
Problem 1: How do I let the form change if they mark it as 'family', so I can ask for the extra fields.
I can imagine two scenarios that both requires a 'case' sort of module (an if statement if you please), but as far as I can see there are no such building block in the wizard.
Solution 1: FormA, select type of membership chooses the right form, with a dynamic header.
Solution 2: four copies of the same form (yuck).
Problem 2: How do I use the email verification form? I get the mail sent out with the verification link, and I have a 'confirmed'-form where it lands.
The flow is:
Fill FormA
Send verification mail
user clicks link
Goes to FormB
Press 'yes really'
mail is sent to the club with the info.
Data is removed from the table
I'm currently stuck at 'press yes really' and getting the mail sent out with the info.