PDA

View Full Version : Omitting fields from email



mattbtay
18-Apr-2009, 03:52 PM
I am building a reservation form for a resort, they want to take credit cards but not necessarily charge them at the time the form passes, just store them for later use. I need the form to email the company just the contact information for the form submitter, leaving out the credit card information that will be exported to the csv.

So the question is how can i limit what items get emailed and which items do not?

Is there a way to limit which items are placed in the CSV file?

russellr
19-Apr-2009, 09:22 PM
Hi,

"mail_options" Exclude: http://www.tectite.com/fmdoc/creating_forms.php

and "csvcolumns": http://www.tectite.com/fmhowto/csvfiles.php

BTW, it's not secure to save credit card information on a server unencrypted.

You'd be better to look at our FormMailEncoder/Decoder product: http://www.tectite.com/fmencdec.php

You can choose which fields you want to encrypt and which fields you want to leave readable.