Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Hmmm… can you paste the code you’re trying to import into a gist or pastebin so I can give it a try?

    Thread Starter life16

    (@life16)

    <!– ———————————————————————- –>
    <!– 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=”00Dj0000000HMEZ”>
    <input type=hidden name=”retURL” value=”https://”&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=”[email protected]”> –>
    <!– ———————————————————————- –>

    <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=”company”>Company</label><input id=”company” maxlength=”40″ name=”company” 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” />

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

    </form>

    Thread Starter life16

    (@life16)

    When I try to import now it is giving me this message on some of my websites:

    Fatal error: Call to undefined function mb_detect_encoding() in /home/allseaso1/public_html/allseasonseventrental.com/m/wp-content/plugins/salesforce-wordpress-to-lead/lib/simple_html_dom.php on line 1234

    Other websites just show a blank screen

    Plugin Author Nick Ciske

    (@nickciske)

    Thread Starter life16

    (@life16)

    I’m not understanding why I have been able to import and all of a sudden I am no longer able to, is there a limit on forms I can create?

    Plugin Author Nick Ciske

    (@nickciske)

    I changed how imports are handled in a recent release, which includes that third-party parser ibrary– the one that’s giving you the error.

    Something is missing from your php install. There’s nothing exotic there or outside the minimum WP requirements. See the stack overflow page for remedies.

    There no max on the number of forms, other than a theoretical limit on the size of the option form data is stored in.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Import Not working’ is closed to new replies.