-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsalesforce.html
50 lines (41 loc) · 3.05 KB
/
salesforce.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!-- ---------------------------------------------------------------------- -->
<!-- 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. -->
<!-- ---------------------------------------------------------------------- -->
<html><head>
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
</head><body>
<!-- ---------------------------------------------------------------------- -->
<!-- NOTE: Please add the following <FORM> element to your page. -->
<!-- ---------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------- -->
<!-- NOTE: Please add the following <FORM> element to your page. -->
<!-- ---------------------------------------------------------------------- -->
<form action="https://test.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">
<input type=hidden name="oid" value="00D1F000000BLTn">
<input type=hidden name="retURL" value="http://qlead.io">
<!-- ---------------------------------------------------------------------- -->
<!-- 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="sidg@qlead.io"> -->
<!-- ---------------------------------------------------------------------- -->
<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="phone">Phone</label><input id="phone" maxlength="40" name="phone" size="20" type="text" /><br>
<label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
<input id="00N1F00000GUGPQ" name="00N1F00000GUGPQ" type="hidden" value="1" />
<input id="00N1F00000H0R84" maxlength="50" name="00N1F00000H0R84" size="20" type="hidden" value="Prospect" />
Subject:<select id="00N1F00000GUGPP" name="00N1F00000GUGPP" title="Subject"><option value="">--None--</option><option value="General Inquiry">General Inquiry</option>
<option value="Repair Inquiry">Repair Inquiry</option>
<option value="Order Inquiry/Order Change">Order Inquiry/Order Change</option>
<option value="Product Inquiry">Product Inquiry</option>
<option value="Press Inquiry">Press Inquiry</option>
<option value="Billing Inquiry">Billing Inquiry</option>
<option value="Sidney Garber For Business - Account Management">Sidney Garber For Business - Account Management</option>
</select><br>
<label for="description">Description</label><textarea name="description"></textarea><br>
<input type="submit" name="submit">
</form>
</body></html>