-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyscloudWebForm.html
More file actions
43 lines (30 loc) · 2.28 KB
/
SyscloudWebForm.html
File metadata and controls
43 lines (30 loc) · 2.28 KB
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
<!-- ---------------------------------------------------------------------- -->
<!-- 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" method="POST">
<input type=hidden name="oid" value="00D1a000000KDZj">
<input type=hidden name="retURL" value="https://www.syscloud.com/contact/">
<input type="hidden" name="debug" value=1>
<input type="hidden" name="debugEmail" value="vukdukic@gmail.com">
<label for="company">Company</label><input id="company" maxlength="40" name="company" size="20" type="text" /><br>
<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>
No of Employees:<select id="00N1a000003jDMY" name="00N1a000003jDMY" title="No of Employees"><option value="">--None--</option><option value="1-10">1-10</option>
<option value="11-50">11-50</option>
<option value="51-99">51-99</option>
<option value="100-500">100-500</option>
<option value="500+">500+</option>
</select><br>
Customer Request:<select id="00N1a000004p5kP" name="00N1a000004p5kP" title="Customer Request"><option value="">--None--</option><option value="Technical Product Question">Technical Product Question</option>
<option value="Speak With Sales Representative">Speak With Sales Representative</option>
<option value="Product Demonstration">Product Demonstration</option>
</select><br>
<input type="submit" name="submit">
</form>