Page 1 of 1

RSVP form

Posted: Tue Jan 06, 2009 4:51 am
by PhilTheForce
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

Re: RSVP form

Posted: Tue Jan 06, 2009 11:08 am
by Mightywayne
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.

Re: RSVP form

Posted: Wed Jan 07, 2009 3:26 am
by PhilTheForce
Sounds simple enough! I'll give it a go!

Thanks Mightywayne