Form Handlers

  • Thread starter Thread starter Jo
  • Start date Start date
J

Jo

I have a form I created on my website...I need to get the
email results into a format without cutting and pasting in
Word.
Is there a way to insert the data fields into Word/or
Excel into a designed template to make it look the way I
want.
Help
 
Not really, FP can save the form data in csv format in a file on your web
site, that you can then download.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
-----Original Message-----
I have a form I created on my website...I need to get the
email results into a format without cutting and pasting
in Word. Is there a way to insert the data fields into
Word/or Excel into a designed template to make it look
the way I want.

No, to get such results you need to:

o Write your own form handler in ASP, ASP.NET, PHP, or
some other server-side environment, or
o Use a 3rd-party plug-in.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Or Save your results as .txt or csv (tab separated)
Periodically open your online site in FP and save the results file to your local hard drive
Use Word (merge fields) or Excel (txt/csv) to open the results

--



| I have a form I created on my website...I need to get the
| email results into a format without cutting and pasting in
| Word.
| Is there a way to insert the data fields into Word/or
| Excel into a designed template to make it look the way I
| want.
| Help
 
Back
Top