How to pass data to ‘extra settings” section
-
I am in the middle of making a basic sign up form where parents sign their kids up to various art classes that I teach. They can select any number of classes and then either with a fill in field or pull down enter the number of kids per class.
Once they hit submit, I need to send them a confirmation email using email(2) that includes the classes they signed up for.
What I would like is to pass this info to that email.
Key = [ # ] is the fill in field.[ 0 ] Class #1 – 3pm – $10 per child
[ 2 ] Class #2 – 1pm – $30 per child
[ 1 ] Class #3 – 10am – $10 per child
[ 0 ] Class #4 – 11am – $20 per childI have no idea how to do this and I’m not a programmer, unfortunately. I know I need to use the “on_sent_ok” function but that’s it, no idea how to pass the variables over to the confirmation email. Any help and guidance is really appreciated, thank you!
- The topic ‘How to pass data to ‘extra settings” section’ is closed to new replies.