• Hello Support Community,

    I am having trouble generating a form using this plugin.
    After I generate the HTML in SFDC and Import it using the Brilliant Web to Lead Importer, the importer does not do anything. I do not receive a confirmation that the import was successful, and I do not see a new form generated.

    I have tested the same HTML code successfully by pasting it directly onto a webpage, but I would prefer to create a form using Brilliant and reference it on my pages rather than adding this code on individual pages.

    Any help would be appreciated, thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jasonblockapps

    (@jasonblockapps)

    Thread Starter jasonblockapps

    (@jasonblockapps)

    A few additional notes about the technical configuration:

    TLS 2.1 is enabled between, WP and SFDC
    The SFDC HTML script has been tested in a browser and works fine
    We are using Cornerstone to edit WordPress

    Plugin Author Nick Ciske

    (@nickciske)

    @jasonblockapps

    Sorry for not getting back to you sooner. I should have some time to look at this before the end of the week.

    Thread Starter jasonblockapps

    (@jasonblockapps)

    Thanks Nick.

    One thing to note, when I create a form using the brilliant plugin, and define my fields, it’s working fine, no problems.
    So this just appears to be an issue with creating a form from an import.

    Plugin Author Nick Ciske

    (@nickciske)

    Can you post (or send me) the HTML you’re trying to import?

    Thread Starter jasonblockapps

    (@jasonblockapps)

    Sure – I tried to submit via the support link but I’m not sure if it got to you. My internet connection is less than desirable.

    This is an example of a code snippet from SFDC – I MASKED the Org ID.

    <!– ———————————————————————- –>
    <!– 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://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8&#8243; method=”POST”>

    <input type=hidden name=”oid” value=”MASKED”>
    <input type=hidden name=”retURL” value=”MASKED”>

    <!– ———————————————————————- –>
    <!– 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” /><br>

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

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

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

    <label for=”phone”>Phone</label><input id=”phone” maxlength=”40″ name=”phone” size=”20″ type=”text” /><br>

    Role:<select id=”00Nf4000006kZ3Q” name=”00Nf4000006kZ3Q” title=”Role”><option value=””>–None–</option><option value=”Developer”>Developer</option>
    <option value=”Executive”>Executive</option>
    <option value=”Researcher”>Researcher</option>
    <option value=”Sales/Marketing”>Sales/Marketing</option>
    <option value=”Other”>Other</option>
    </select><br>

    Interest In:<select id=”00Nf4000006kYrP” multiple=”multiple” name=”00Nf4000006kYrP” title=”Interest In”>
    <option value=”Custom Development”>Custom Development</option>
    <option value=”Other”>Other</option>
    </select><br>

    <label for=”company”>Company</label><input id=”company” maxlength=”40″ name=”company” size=”20″ type=”text” /><br>

    <label for=”URL”>Website</label><input id=”URL” maxlength=”80″ name=”URL” size=”20″ type=”text” /><br>

    Number of Employees:<select id=”00Nf4000006kaGF” name=”00Nf4000006kaGF” title=”Number of Employees”><option value=””>–None–</option><option value=”Individual Developer”>Individual Developer</option>
    <option value=”1,501+”>1,501+</option>
    </select><br>

    Knowledge Level:<select id=”00Nf4000006kZ3G” name=”00Nf4000006kZ3G” title=”Knowledge Level”><option value=””>–None–</option><option value=”No Knowledge”>No Knowledge</option>
    <option value=”Beginner”>Beginner</option>
    <option value=”Intermediate”>Intermediate</option>
    <option value=”Expert”>Expert</option>
    </select><br>

    Deployment Type:<select id=”00Nf4000006kYrZ” multiple=”multiple” name=”00Nf4000006kYrZ” title=”Deployment Type”><option value=”Local”>Local</option>
    <option value=”Other”>Other</option>
    <option value=”Unknown”>Unknown</option>
    </select><br>

    <label for=”description”>Description</label><textarea name=”description”></textarea><br>

    <label for=”Campaign_ID”>Campaign</label><select id=”Campaign_ID” name=”Campaign_ID”><option value=””>–None–</option><option value=”701f40000007244″>Customer Conference – Email Invite (Sample)</option>
    <option value=”701f40000007245″>Widgets Webinar (Sample)</option>
    <option value=”701f40000007246″>Customer Conference Event (Sample)</option>
    <option value=”701f400000099NB”>Investor Referral</option>
    <option value=”701f400000099Mr”>Trial</option>
    <option value=”701f400000099Mh”>Investors</option>
    <option value=”701f400000099MD”>Partner</option>
    <option value=”701f400000099Mm”>Training</option>
    </select><br>

    <label for=”lead_source”>Lead Source</label><select id=”lead_source” name=”lead_source”><option value=””>–None–</option><option value=”Website”>Website</option>
    <option value=”Referral”>Referral</option>
    <option value=”Outbound”>Outbound</option>
    <option value=”Other”>Other</option>
    <option value=”Customer Event”>Customer Event</option>
    <option value=”Employee Referral”>Employee Referral</option>
    <option value=”Webinar”>Webinar</option>
    <option value=”Trade Show”>Trade Show</option>
    <option value=”Google AdWords”>Google AdWords</option>
    <option value=”Purchased List”>Purchased List</option>
    </select><br>

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

    </form>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘SFDC Import is not generating form’ is closed to new replies.