I have a form that needs to submit to our Salesforce CRM system. It requires me to have additional elements in the <form> tag and have particular field names to translate correctly. Here's an example:
<form action="http://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="post" name="subunsub" onsubmit="return validate()">
How do you do this in Gravityforms?