-
Notifications
You must be signed in to change notification settings - Fork 24
/
request.html
173 lines (163 loc) · 9.91 KB
/
request.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
---
layout: default
title: Training Request
permalink: /request/
custom_js_files:
- form.js
- jquery.validate.min.js
- js.cookie.min.js
- sha256.min.js
---
<section class="quote">
<div class="wrap container-fluid">
<div class="row">
<div class="col-xs-offset-2 col-xs-8 col-xs-offset-2">
<h2>Fill out this form to request a <span>training</span></h2>
</div>
<div class="col-xs-offset-3 col-xs-6 col-xs-offset-3">
<form class="schedule-form" accept-charset="UTF-8" action="https://formkeep.com/f/d1ff77fd4a13"
method="POST">
<input type="hidden" id="country" name="country" value="" />
<input type="hidden" id="city" name="city" value="" />
<input type="hidden" id="gclid" name="gclid" value="" />
<input type="hidden" id="ga_cid" name="ga_cid" value="" />
<input type="hidden" id="submission_url" name="submission_url" value="" />
<input type="hidden" id="tag_manager_user_id" name="tag_manager_user_id" value="" />
<input type="hidden" id="utm_campaign" name="utm_campaign" value="" />
<input type="hidden" id="utm_activity" name="utm_activity" value="" />
<input type="hidden" id="utm_medium" name="utm_medium" value="" />
<input type="hidden" id="utm_source" name="utm_source" value="" />
<input type="hidden" id="utm_content" name="utm_content" value="" />
<input type="hidden" id="utm_primary" name="utm_primary" value="" />
<input type="hidden" id="utm_secondary" name="utm_secondary" value="" />
<input type="hidden" id="utm_goal" name="utm_goal" value="" />
<div class="basic-info">
<div class="row">
<div class="col-xs-6">
<label class="desc" for="first_name">First Name</label>
<input type="text" id="first_name" name="first_name" autofocus>
</div>
<div class="col-xs-6">
<label class="desc" for="last_name">Last Name</label>
<input type="text" id="last_name" name="last_name">
</div>
</div>
<div class="row">
<div class="col-xs-6">
<label class="desc" for="email">Business Email Address</label>
<input type="email" id="email" name="email">
</div>
<div class="col-xs-6">
<label class="desc" for="phone">Phone Number (optional)</label>
<input type="tel" id="phone" name="phone">
</div>
</div>
<div class="row">
<div class="col-xs-6">
<label class="desc" for="company">Company</label>
<input type="text" id="company" name="company">
</div>
<div class="col-xs-6">
<label class="desc" for="job_title">Job Title (optional)</label>
<input type="text" id="job_title" name="job_title">
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6">
<label class="desc" for="timezone">Time Zone</label>
<select id="timezone" name="timezone">
<option value="Americas">Americas</option>
<option value="Europe, Middle East, Africa">Europe, Middle East, Africa</option>
<option value="Asia, Pacific">Asia, Pacific</option>
</select>
</div>
<div class="col-xs-6">
<label class="desc" for="number_of_seats">Number of seats</label>
<input type="number" id="number_of_seats" name="number_of_seats" default="1" autofocus>
</div>
</div>
<div class="details">
<div class="expertise">
<h3>Your team expertise</h3>
<small>Please qualify your team expertise. This will help us selecting a proper training
program for your company.</small>
<div class="expertise-item">
<p>Python</p>
<div class="rating">
<label>No experience</label>
<input type="radio" name="python_expertise" value="1" />
<input type="radio" name="python_expertise" value="2" />
<input type="radio" name="python_expertise" value="3" />
<input type="radio" name="python_expertise" value="4" />
<input type="radio" name="python_expertise" value="5" />
<label>Advanced</label>
<label for="python_expertise" class="error"></label>
</div>
</div>
<div class="expertise-item">
<p>HTML and CSS</p>
<div class="rating">
<label>No experience</label>
<input type="radio" name="htmlcss_expertise" value="1" />
<input type="radio" name="htmlcss_expertise" value="2" />
<input type="radio" name="htmlcss_expertise" value="3" />
<input type="radio" name="htmlcss_expertise" value="4" />
<input type="radio" name="htmlcss_expertise" value="5" />
<label>Advanced</label>
<label for="htmlcss_expertise" class="error"></label>
</div>
</div>
<div class="expertise-item">
<p>Web Scraping</p>
<div class="rating">
<label>No experience</label>
<input type="radio" name="webscraping_expertise" value="1" />
<input type="radio" name="webscraping_expertise" value="2" />
<input type="radio" name="webscraping_expertise" value="3" />
<input type="radio" name="webscraping_expertise" value="4" />
<input type="radio" name="webscraping_expertise" value="5" />
<label>Advanced</label>
<label for="webscraping_expertise" class="error"></label>
</div>
</div>
<div class="expertise-item">
<p>Scrapy</p>
<div class="rating">
<label>No experience</label>
<input type="radio" name="scrapy_expertise" value="1" />
<input type="radio" name="scrapy_expertise" value="2" />
<input type="radio" name="scrapy_expertise" value="3" />
<input type="radio" name="scrapy_expertise" value="4" />
<input type="radio" name="scrapy_expertise" value="5" />
<label>Advanced</label>
<label for="scrapy_expertise" class="error"></label>
</div>
</div>
</div>
</div>
<div class="project-description">
<label class="desc" for="description">Further requirements</label>
<textarea name="description" class="field textarea small"></textarea>
<small>Please provide any further details about your team and specific needs you might have with
this training.</small>
</div>
<div class="gdpr">
<label>Yes! I would like to receive email updates from Scrapinghub on products, news, events,
and offers.
<input type="checkbox" id="marketing_emails" name="marketing_emails"
class="non-europe-check">
<span class="checkmark"></span>
</label>
<label>I have read and agree to Scrapinghub's <a href="{{ site.url }}/privacy-policy">Privacy
Policy</a> and <a href="{{ site.url }}/cookie-policy">Cookie Policy</a>.
<input type="checkbox" id="privacy_policy" name="privacy_policy">
<span class="checkmark"></span>
</label>
</div>
<input type="submit" class="saveForm" value="Schedule a training">
</form>
</div>
</div>
</div>
</section>