Hi,
I have made several forms designed to simply collect data from fields and send it in an email. The forms are all working properly, however I need to integrate them with SalesForce. Basically all that means is that I need to add a couple hidden fields which is no problem, but more importantly I need to add the form action tag: action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8"
If I add it into the form action area in the chrono forms admin, the forms no longer send email. Is there any way I can add this form action tag, and still be able to collect the data from the fields and send it in an email, without having to do any additional php code from scratch? I am not good with PHP at all.
Any help would be greatly appreciated!
I have made several forms designed to simply collect data from fields and send it in an email. The forms are all working properly, however I need to integrate them with SalesForce. Basically all that means is that I need to add a couple hidden fields which is no problem, but more importantly I need to add the form action tag: action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8"
If I add it into the form action area in the chrono forms admin, the forms no longer send email. Is there any way I can add this form action tag, and still be able to collect the data from the fields and send it in an email, without having to do any additional php code from scratch? I am not good with PHP at all.
Any help would be greatly appreciated!