using outlook 2007 to send an HTML <form>

  • Thread starter Thread starter steeve_dun
  • Start date Start date
S

steeve_dun

Hi,
I want to send emails to users saved in a 2007 Access database.
I figured out how to send HTML content. But, the <form> tag is not
recognized :(

And, is there a way to add dynamic content eg. input text that appears
when i click on a radio button ?
Is this behaviour supported by access/outlook ?

Any help would be appreciated.

Thank you.

-steeve
 
I want to send emails to users saved in a 2007 Access database.
I figured out how to send HTML content. But, the <form> tag is not
recognized :(

And, is there a way to add dynamic content eg. input text that appears
when i click on a radio button ?
Is this behaviour supported by access/outlook ?

I very much doubt the problem is in Access but is instead in Outlook.
To help narrow down the problem see if the received email has the
appropriate HTML when look at the source code.

Also try creating the appropriate HTML in Outlook and send it to
yourself.

It may be that Outlook doesn't support the <form> tag for security
reasons.

I'd also suggest asking in an Outlook newsgroup.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
 
Back
Top