I want formData sent on some form but not on others query

I have a number of forms on a client’s web site. They all serve different purposes:

• Job application form
• Contact form
• Reserve a table form

I need the formData to be sent for ‘Job application’ form and ‘Contact’ form but I do not want formData to be sent for the ‘Reserve a table’ form.

The reason I do not want this data sent is because it contains Credit Card details and passing the web form data to an email is not secure.

Is there a way to do this?

Many thanks in advance.

Unless you added SSL to your site, even submitting it on the site is not secure. I suggest using a 3rd party form service with SSL for anything dealing with card numbers.

I added SSL DFink…

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.