Last active
February 23, 2016 15:43
-
-
Save PardotGists/128d871c19d49ba2e02d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<blockquote> | |
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" name="hidden_form"> | |
<input type="hidden" name="email" value="%%email{html}%%" /> | |
<input type="hidden" name="company" value="%%company{html}%%" /> | |
<input type="hidden" name="oid" value="your OID" /> | |
<input type="hidden" name="retURL" value="http://www.success.com" /> | |
</form> | |
</blockquote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment