• Resolved dgalfano

    (@dgalfano)


    I was forwarded some HTML form code (outputted from salesforce) to import into the salesforce plugin on our website, but when I add this code and import, it only imports 1 field. I tried importing ALL of this code and also just the <form> but still get the same results. Any ideas why? Is there documentation on how to import a form from salesforce?

    <!–  ———————————————————————-  –>

    <!–  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=”00D3h00000678mK”>

    <input type=hidden name=”retURL” value=”http://”&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=”000@000.com”>    –>

    <!–  ———————————————————————-  –>

    <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=”email”>Email</label><input  id=”email” maxlength=”80″ name=”email” size=”20″ type=”text” /><br>

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

    <label for=”zip”>Zip</label><input  id=”zip” maxlength=”20″ name=”zip” size=”20″ type=”text” /><br>

    Expressed Interest:<select  id=”00N3h00000GoJTM” multiple=”multiple” name=”00N3h00000GoJTM” title=”Expressed Interest”><option value=”Boxes”>Boxes</option>

    <option value=”Gaylords”>Gaylords</option>

    <option value=”Packaging Supplies”>Packaging Supplies</option>

    <option value=”PPE”>PPE</option>

    <option value=”Safety Supplies”>Safety Supplies</option>

    <option value=”Envelopes & Mailers”>Envelopes & Mailers</option>

    <option value=”Stretch Wrap”>Stretch Wrap</option>

    <option value=”Tape”>Tape</option>

    <option value=”Vendor”>Vendor</option>

    <option value=”Material Handling”>Material Handling</option>

    <option value=”Supplier”>Supplier</option>

    <option value=”Hauler”>Hauler</option>

    <option value=”Other”>Other</option>

    </select><br>

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

    </form>

Viewing 1 replies (of 1 total)
  • Plugin Author brilliantplugins

    (@brilliantplugins)

    The import is fairly sensitive to the format from salesforce not being altered (even whitespace can be an issue) as the SF HTML is hard to parse.

Viewing 1 replies (of 1 total)
  • The topic ‘How to import SF Form’ is closed to new replies.