Form e-mail notification (w/o results)

  • Thread starter Thread starter Maureen
  • Start date Start date
M

Maureen

Hi, I am not able to find a way for a FP 2003 form to notify me when a form
is submitted (thus information sent to file) without sending me the
information. Doing this would provide the most secure method of online
information gathering. Do you know how to do this using onlu FP2003? Thank
you for any ideas!
 
Not possible when using the FP Form Handler. Requires a custom server-side application (written in
whatever scripting language is supported by your web host) to process the form data and then send
the email. Data should really be stored in a database, not a txt/csv file.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
A product I use may suit you as it has some of the features you're after.

Machform: (www.appnitro.com ) form builder is a PHP application. It allows
you to design and build a form to display on your site, plus the
functionality to receive the form submission, store it in a MySQL database
and send an email to the person submitting the data, and to the site
owner/webmaster etc. The email messages are customisable so you decide what
you want to say in the message, and if you include the form's data or not,
or merely to send a 'thank you' to the customer and to send yourself a
notification of the submission.

Anyway, it's worth a look.

Here's the features: http://www.appnitro.com/machform/version2_whats_new
 
Back
Top