Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <!-- ---------------------------------------------------------------------- -->
  2. <!-- NOTE: Please add the following <META> element to your page <HEAD>. -->
  3. <!-- If necessary, please modify the charset parameter to specify the -->
  4. <!-- character set of your HTML page. -->
  5. <!-- ---------------------------------------------------------------------- -->
  6.  
  7. <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
  8.  
  9. <!-- ---------------------------------------------------------------------- -->
  10. <!-- NOTE: Please add the following <FORM> element to your page. -->
  11. <!-- ---------------------------------------------------------------------- -->
  12.  
  13. <form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
  14.  
  15. <input type=hidden name="oid" value="00D50000000awFB">
  16. <input type=hidden name="retURL" value="http://www.americansforbreasthealth.com/pledge/thank-you">
  17.  
  18. <!-- ---------------------------------------------------------------------- -->
  19. <!-- NOTE: These fields are optional debugging elements. Please uncomment -->
  20. <!-- these lines if you wish to test in debug mode. -->
  21. <!-- <input type="hidden" name="debug" value=1> -->
  22. <!-- <input type="hidden" name="debugEmail" -->
  23. <!-- value="ecurwen@curleycompany.com"> -->
  24. <!-- ---------------------------------------------------------------------- -->
  25.  
  26. <label for="first_name">First Name</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>
  27.  
  28. <label for="last_name">Last Name</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>
  29.  
  30. <label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
  31.  
  32. <label for="company">Company</label><input id="company" maxlength="40" name="company" size="20" type="text" /><br>
  33.  
  34. <label for="city">City</label><input id="city" maxlength="40" name="city" size="20" type="text" /><br>
  35.  
  36. <label for="state">State/Province</label><input id="state" maxlength="20" name="state" size="20" type="text" /><br>
  37.  
  38. <input type="submit" name="submit">
  39.  
  40. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement