-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtst.html
More file actions
295 lines (275 loc) · 10.5 KB
/
tst.html
File metadata and controls
295 lines (275 loc) · 10.5 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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html>
<head>
<title>Indirectory Bot</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body>
<div class="wt-form-wrapper wt-embed">
<div class="wt-form wt-17-form">
<div class="page-box wt-page wt-17-page">
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">First name</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<input class="wt-17-input wt-input name-inp" type="text" placeholder="" name="firstname" required="">
</div>
<div class="wt-input-wrapper">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">Last name</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<input class="wt-17-input wt-input name-inp" type="text" placeholder="" name="lastname" required="">
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">Store Name</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<input class="wt-17-input wt-input text-inp" type="text" placeholder="e.g. Google" name="storename" required="">
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper" id="foc-box">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">Email address</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<input class="wt-17-input wt-input email-inp" type="text" placeholder="e.g. admin@google.com" name="email" required="">
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper" id="foc-box">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">
Postal Code (for local matches)
</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<input class="wt-17-input wt-input text-inp" type="text" placeholder="e.g. 42240" name="postal_code" required="">
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper" id="foc-box">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">What is your store style?</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<select class="wt-17-input wt-selection selbox-inp" value="none" placeholder="" name="store_style" required="">
<option value="">Select a style</option>
<option value="Scandi.">Scandi</option>
<option value="Contemporary">Contemporary</option>
<option value="Traditional">Traditional</option>
<option value="Boho">Boho</option>
</select>
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper" id="foc-box">
<span class="wt-17-inp-header wt-inp-header required">
<span class="wt-inp-header-inner">What are your store values?</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<select class="wt-17-input wt-selection selbox-inp" value="none" placeholder="" name="values" required="">
<option value="">Select a value</option>
<option value="Aust Made">Aust Made.</option>
<option value="Handmade">Handmade</option>
<option value="Designer/Artist">Designer/Artist</option>
<option value="Pure Material">Pure Material</option>
</select>
</div>
</div>
<div class="wt-input-wrapper-wrapper">
<div class="wt-input-wrapper" id="foc-box">
<span class="wt-17-inp-header wt-inp-header">
<span class="wt-inp-header-inner">
What products would you like more of on your shelves?
</span>
<span class="wt-17-required-char wt-required-char" title="required">*</span>
</span>
<select class="wt-17-input wt-selection selbox-inp" value="none" placeholder="" name="product_type">
<option value="">Select a product type</option>
<option value="Fashion/Accessories">Fashion/Accessories</option>
<option value="Kids">Kids</option>
<option value="Homeware/Gifts">Homeware/Gifts</option>
<option value="Personal Care">Personal Care</option>
</select>
</div>
</div>
<div class="wt-footer wt-17-footer">
<button class="wt-submit wt-17-submit">submit</button>
</div>
</div>
<div class="wt-success-msg wt-17-success-msg">
<div id="ty-header">
<span class="purple">Thank you!</span> Keep an eye on your inbox for your <span class="purple">match</span> results...
</div>
<div id="img-box">
<img src="http://localhost:1000/static/images/Indirectory/IndirectoryFooter.png">
</div>
<div id="join-box">
<a>Join our Facebook group for live updates about our revolutionary app...</a>
</div>
</div>
<div class="wt-status-wheel-wrapper">
<div class="wt-status-wheel wt-loading-wheel">
<div class="wt-loading-spinner"></div>
<div class="wt-loading-spinner"></div>
<div class="wt-loading-spinner"></div>
</div>
<div class="wt-status-wheel wt-success-wheel">
<svg viewbox="-1 -1 12 12">
<path d="M3 4.5 l-1 1 l2 2 l4 -4 l-1 -1 l-3 3"></path>
</svg>
</div>
<div class="wt-status-wheel wt-fail-wheel">
<svg viewbox="-1 -1 12 12">
<path d="M4 5 l-1.5 1.5 l1 1 l1.5 -1.5 l1.5 1.5 l1 -1 l-1.5 -1.5 l1.5 -1.5 l-1 -1 l-1.5 1.5 l-1.5 -1.5 l-1 1"></path>
</svg>
</div>
</div>
</div>
<link rel="stylesheet" href="http://localhost:1000/static/external/form_files/form.css">
<!--<link rel="stylesheet" href="https://www.wowtools.io/static/external/form_files/form.css">-->
<style>
.wt-embed .wt-17-form {
font-family: Trebuchet MS;
font-size: 16px;
font-weight: 400;
color: #f6f6f6;
text-align: left;
background: #1a1a1a;
border-radius: 0px;
border: none
}
.wt-embed .wt-17-page {
padding: 10px
}
.wt-embed .wt-17-input, .wt-embed .wt-17-input + .wt-option-box {
font-family: Trebuchet MS;
font-size: 16px;
font-weight: 400;
color: #f6f6f6;
text-align: left;
background: #393939;
border-radius: 4px;
border: 1px solid #565656;
padding: 2px 3px
}
.wt-embed .wt-17-input::-webkit-input-placeholder{
font-weight: 400;
color: #8a8a8a
}
.wt-embed .wt-17-input::-moz-placeholder{
font-weight: 400;
color: #8a8a8a
}
.wt-embed .wt-17-input:-ms-input-placeholder{
font-weight: 400;
color: #8a8a8a
}
.wt-embed .wt-17-input:-moz-placeholder{
font-weight: 400;
color: #8a8a8a
}
.wt-embed .wt-17-error {
background: #984646;
border-radius: 5px;
border: 1px solid #dc2b2b;
}
.wt-embed .wt-17-inp-header {
font-family: Trebuchet MS;
font-size: 12px;
font-weight: 600;
color: #ddd;
text-align: left
}
.wt-embed .wt-17-required-char {
color: #ff0000
}
.wt-embed .wt-17-header {
font-family: Trebuchet MS;
font-size: 25px;
font-weight: 600;
color: #383838;
text-align: left
}
.wt-embed .wt-36-body-text {
font: inherit
}
.wt-embed .wt-17-submit {
font-size: 18px;
font-weight: 400;
color: #ffffff;
text-align: left;
background: #18ba55;
border-radius: 3px;
border: none;
padding: 4px 25px
}
.wt-embed .wt-17-footer {
justify-content: flex-end
}
/*Indirectory specific*/
body {
background: #1a1a1a;
}
.wt-form-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: -moz-box;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
#ty-header {
font-family: Arial Black;
color: #7395a2;
text-transform: uppercase;
font-size: 120%;
text-align: center;
width: 22em;
max-width: 100%;
margin-bottom: 20px;
letter-spacing: 0.04em;
word-spacing: 0.05em;
}
.purple {
color: #b23b99;
}
#img-box img {
width: 100%;
display: block;
}
#join-box {
color: #bc2da0;
background: white;
width: 100%;
padding: 10px 20px;
font-family: Arial;
font-weight: 700;
text-transform: uppercase;
box-sizing: border-box;
letter-spacing: 0.035em;
text-align: center;
}
</style>
<!--<script src="https://www.wowtools.io/static/js/picturelements/selbox.js"></script>
<link rel="stylesheet" href="https://www.wowtools.io/static/css/selbox.css">-->
<script src="http://localhost:1000/static/js/picturelements/selbox.js"></script>
<link rel="stylesheet" href="http://localhost:1000/static/css/selbox.css">
<script>
//function addFormScript(t){if(document.getElementById("wt-form-script"))t();else{var e=document.createElement("script");e.setAttribute("src","https://www.wowtools.io/static/external/form_files/form.js"),e.id="wt-form-script",document.body.appendChild(e),e.onload=t}}addFormScript(function(){new Form(17,"https://www.wowtools.io",false)});
function addFormScript(t){if(document.getElementById("wt-form-script"))t();else{var e=document.createElement("script");e.setAttribute("src","http://localhost:1000/static/external/form_files/form.js"),e.id="wt-form-script",document.body.appendChild(e),e.onload=t}}addFormScript(function(){new Form(17,"https://www.wowtools.io",false)});
</script>
<input class="meta-inp" name="selflink" value="" type="hidden">
<input class="meta-inp" name="company_id" value="NTM=" type="hidden">
</div>
</body>
</html>