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.