How do get notified when a FP form is submitted, without data

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

Guest

I want to use the frontpage form handler that saves data on server, but I
want to be notified when a form is submitted, but I do not want the data to
be included in the email.

Secure info like credit card numbers.

Please help, thank you
 
With credit cards, you MUST use https for uploading data from forms -
this means the extensions must be installed on port 443, as well as
port 80.
IMO, credit card information should be stored in a secure database, or
processed immediately and destroyed. The extensions are not suitable
for this.

Using the extensions form handler, either all data is sent in an
email, or no email is sent at all. You will need a custom server side
script for your application.
 
Back
Top