Hello
I need to make an email invitation to be sent to a list of contacts. Within the email needs to be a link to a rsvp form with yes and no buttons that sends me an email with the recipients response.
The tricky bit however is that the recipients name needs to appear automatically in the form e.g.
"John Smith" will be able to attend - submit
"John Smith" will not be able to attend - submit
How will the form know who is replying to the invitation? Can anyone help?
Thanks
RSVP form
Moderator: General Moderators
-
Mightywayne
- Forum Contributor
- Posts: 237
- Joined: Sat Dec 09, 2006 6:46 am
Re: RSVP form
If you're using PHP to send the mails, you can customize each link. So let's say you mail someone with the script, you could just make it so the page they click gets the GET info with their email in the URL so you can store it.
-
PhilTheForce
- Forum Newbie
- Posts: 2
- Joined: Tue Jan 06, 2009 4:31 am
Re: RSVP form
Sounds simple enough! I'll give it a go!
Thanks Mightywayne
Thanks Mightywayne