My setup is as follows:
-A variety of required fields, such as name, e-mail, etc.
-Three RSVP checkboxes:
-Can attend event 1
-Can attend event 2
-Unable to attend events
-A variety of additional fields that the user can fill out if they are attending - these show up dynamically when the user clicks on one of the first two checkboxes, which I created following the instructions in number 47 of the FAQ.
What I'd like to do is send a confirmation e-mail to anyone who clicks on one or both of the first two checkboxes, thanking them for registering for the event and supplying additional information. If they click on the last checkbox, then they will get a message stating that we're sorry they cannot attend.
I've studied this forum post, in hopes of getting it to work for checkboxes, but I've had no luck: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=5&t=14295&p=32067&hilit=different+emails#p32067 I would prefer not to use a dropdown, since I have two different events that they can or cannot attend.
I currently have three e-mails set up. The first e-mails me, the admin. The second e-mails the user, using a dynamic to, with a confirmation. The third e-mails the user, using a dynamic to, with a "thank you and sorry you won't be there" e-mail.
I'm not very good with PHP, so anything you can spell out thoroughly would be much appreciated. Thanks so much!