Getting Feedback in Emails

bradymac2222

New Member
Hi and thanks for your help in advance.

I am looking for a code, of any type, where I can put a simple couple of buttons in an email. Just something simple like "yes" and "no" buttons that would send me an email telling me their answer AND telling me what email it came from. I don't want the user to have to do anything besides push the button (directing to another page is okay as long as they dont have to push anything else or enter in information).

I can't really figure out how to search for this on Google so I'm turning to the forum for help. I have experience in HTML, CSS, and flash, but can fairly easily learn any other if someone can just point me in the right direction. Thanks.
 

smoovo

New Member
I would say make HTML email with simple anchor link that will transfer the answer to online page built as PHP. This page will contain mail() function to your email address and it will display them a nice message of thank you.
 
Top