- Mar 23, 2001
- 2,896
- 2
- 81
Here's what I was asked to do:
Send an email that contains a survey form that the user can fill out and submit.
She doesn't want me to just send a link to a form (piece of cake), she'd like the actual form to be "embedded" in the email.
I first though, no problem, I send HTML emails out all the time, so I created the page and emailed it (via PHP) and when the form arrives in my email (Outlook 2007) the form "objects" such as check boxes, and radio buttons are replaced with text.
i.e. My Submit button looks like [Submit] and my radio buttons look like:
( ) Item 1
( ) Item 2
There is no interactivity.
Is what she want's to do possible, if not is there an alternative, other than linking to a webpage (which is my fall back)?
I'm googling as well, but figured AT would know.
Thanks
Send an email that contains a survey form that the user can fill out and submit.
She doesn't want me to just send a link to a form (piece of cake), she'd like the actual form to be "embedded" in the email.
I first though, no problem, I send HTML emails out all the time, so I created the page and emailed it (via PHP) and when the form arrives in my email (Outlook 2007) the form "objects" such as check boxes, and radio buttons are replaced with text.
i.e. My Submit button looks like [Submit] and my radio buttons look like:
( ) Item 1
( ) Item 2
There is no interactivity.
Is what she want's to do possible, if not is there an alternative, other than linking to a webpage (which is my fall back)?
I'm googling as well, but figured AT would know.
Thanks
