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″ 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>