PDA

View Full Version : Excluding Fields



Jann
28-Oct-2007, 08:41 PM
I have searched high and low and haven't found an answer to this question. Any help would be most appreciated!

I am trying to set up an online registration form that will send some fields to a CSV file (which is up and working) and the remaining fields via email.

Name, company info, sponsor level etc. would go via email along with a partial credit card number and all this would go into an Excel spreadsheet.

The remaining credit card digits would be sent to the CSV file for staff to manually match up later to run.

The complete number would not be sent or stored anywhere.

The CSV file is working fine. And the plain text email is working but I can't figure out if/how to exclude certain fields. (The cc number is actually 4 different fields.):confused:

Thank you for developing this awesome script!

russellr
28-Oct-2007, 09:00 PM
Hi,

I think you want the Exclude feature in mail_options: http://www.tectite.com/fmdoc/creating_forms.php

Jann
28-Oct-2007, 09:19 PM
Thank you!! As I say to the kids "It seems so obvious now..."

For some reason, however, it has knocked out my HTML email. Any suggestions?

And, really, this script is amazing. You've got a psych major like me feeling like a techno-geek. And I mean that in the best possible sense.;)

russellr
28-Oct-2007, 11:39 PM
Hi,

HTML allows you to only have one field with a given name. So, I guess you've added a second "mail_options" field.

Just merge the two values into the one field.

Jann
30-Oct-2007, 04:30 PM
Separating the MAIL_OPTIONS with the comma did the trick. :o

Thanks again!!:)