RSVP form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PhilTheForce
Forum Newbie
Posts: 2
Joined: Tue Jan 06, 2009 4:31 am

RSVP form

Post 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
Mightywayne
Forum Contributor
Posts: 237
Joined: Sat Dec 09, 2006 6:46 am

Re: RSVP form

Post 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.
PhilTheForce
Forum Newbie
Posts: 2
Joined: Tue Jan 06, 2009 4:31 am

Re: RSVP form

Post by PhilTheForce »

Sounds simple enough! I'll give it a go!

Thanks Mightywayne
Post Reply