• I am having trouble getting me web – lead form to work on WP
    I have this code

    <!– ———————————————————————- –>
    <!– NOTE: Please add the following <META> element to your page <HEAD>. –>
    <!– If necessary, please modify the charset parameter to specify the –>
    <!– character set of your HTML page. –>
    <!– ———————————————————————- –>

    <META HTTP-EQUIV=”Content-type” CONTENT=”text/html; charset=UTF-8″>

    <!– ———————————————————————- –>
    <!– NOTE: Please add the following <FORM> element to your page. –>
    <!– ———————————————————————- –>

    <form action=”https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&#8243; method=”POST”>

    <input type=hidden name=”oid” value=”00D80000000deIm”>
    <input type=hidden name=”retURL” value=”http://www.floridaracingmagazine.com”&gt;

    <!– ———————————————————————- –>
    <!– NOTE: These fields are optional debugging elements. Please uncomment –>
    <!– these lines if you wish to test in debug mode. –>
    <!– <input type=”hidden” name=”debug” value=1> –>
    <!– <input type=”hidden” name=”debugEmail” value=”darrendowling@mac.com”> –>
    <!– ———————————————————————- –>

    <label for=”first_name”>First Name</label><input id=”first_name” maxlength=”40″ name=”first_name” size=”20″ type=”text” />

    <label for=”last_name”>Last Name</label><input id=”last_name” maxlength=”80″ name=”last_name” size=”20″ type=”text” />

    <label for=”email”>Email</label><input id=”email” maxlength=”80″ name=”email” size=”20″ type=”text” />

    <label for=”city”>City</label><input id=”city” maxlength=”40″ name=”city” size=”20″ type=”text” />

    <label for=”state”>State/Province</label><input id=”state” maxlength=”20″ name=”state” size=”20″ type=”text” />

    <label for=”mobile”>Mobile</label><input id=”mobile” maxlength=”40″ name=”mobile” size=”20″ type=”text” />

    <input type=”submit” name=”submit”>

    </form>

    and end up having this show up on my page
    http://www.floridaracingmagazine.com/test/?page_id=76&preview=true

    it works fine in Dream Weaver but not in word press, does anyone have a fix?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SalesForce web – lead form’ is closed to new replies.