Good morning, I would kindly understand if it is possible to have a form with these features:
- Name, surname, email, coupon code
I would like to associate a coupon to an email, example:
coupon "1234" to xx@xx.it
coupon "5678" to yy@yy.it
coupon "9876" to zz@zz.it
etc. etc
Now, when a person writes in the form name, surname, email (ie gabriele@xx.it), coupons 1234, I would like:
- The site administrator receives the form data
- Gabriele@xx.it receives the form data
- Xx@xx.it receives the form data
If the person enters the coupon 5678:
- The site administrator receives the form data
- Gabriele@xx.it receives the form data
- Yy@yy.it receives the form data
etc etc...
it's possible? I tried EVENT SWITCHER but I can not find a php code that does this job.
thank you
- Name, surname, email, coupon code
I would like to associate a coupon to an email, example:
coupon "1234" to xx@xx.it
coupon "5678" to yy@yy.it
coupon "9876" to zz@zz.it
etc. etc
Now, when a person writes in the form name, surname, email (ie gabriele@xx.it), coupons 1234, I would like:
- The site administrator receives the form data
- Gabriele@xx.it receives the form data
- Xx@xx.it receives the form data
If the person enters the coupon 5678:
- The site administrator receives the form data
- Gabriele@xx.it receives the form data
- Yy@yy.it receives the form data
etc etc...
it's possible? I tried EVENT SWITCHER but I can not find a php code that does this job.
thank you