How can I format emails created in forms in FrontPage

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

Guest

I have created several forms on my web site, which then emails the results to
me. I would like to be able to format the email message so it is a more
readable, formatted email, instead of just the variable and names listed down
the left margin. I am using FrontPage 2002, but would upgrade to 2003 if
that would help.
 
To get that kind of output, you have to program your own form handler in
ASP.NET or ASP. To see what's involved, browse:

Mailing Form Data
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=46

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
That FPSE is limted. You need creat the emal on your own with scripting
language and appropriate email component. If your site supports ASP,
google for ASP sending emal with CDO to get examples.

...PC
 
Back
Top