Format results of emailed form

D

DrD

I am trying to use FP2002 to send email results of an online form. I need
to format the email to look more like the form and less like a column of
answers that I am presently getting.

HOW??

Thanks

Dan
 
K

Kevin Spencer

Unfortunately, you would have to write your own custom server-side form
handler web application to do this. You could use ASP, ASP.Net, or another
server-side programming technology to do this.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Jim Buyens

You would need to program this in ASP or ASP.NET. Refer,
for example, to:

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

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top