Outlook template for survey

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for Outlook template for survey, or some add-in for survey. This
is NOT the same Exchange organization, this for any internet user. I meant
the following: the Outlook html email contains survey with Send button(need
be few editable templates)
People who receive these emails in their Outlook (for that matter any email
client) selects a radio button and clicks on Send. This email will direct the
results into a phpscript which will collect the submitted data (The submitted
data will contain two pieces of information,- the choice of the user, and the
email address of the user.) Tthis results collected in database or displayed
in a web page.

So the html form should contain 2 hidden fields: email address and survey
name.
The receipient makes the choice and clicks on Send. The data is submitted to
a php script. This php script collects and process the data.

thanks
 
The only way you might be able to get that to work is with an HTML form that uses a Submit button to posts the result to a URL. (Unfortunately, I can never remember whether it's GET or POST that Outlook HTML messages support. It's only one or the other.)

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top