-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrawhtmlform_getresponse.txt
More file actions
619 lines (619 loc) · 25.6 KB
/
rawhtmlform_getresponse.txt
File metadata and controls
619 lines (619 loc) · 25.6 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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<style type="text/css">
#WFItem11955002 html {
color:#000 !important;
background:#FFF !important;
}
#WFItem11955002 body, #WFItem11955002 div, #WFItem11955002 dl, #WFItem11955002 dt, #WFItem11955002 dd, #WFItem11955002 ul, #WFItem11955002 ol, #WFItem11955002 li, #WFItem11955002 h1, #WFItem11955002 h2, #WFItem11955002 h3, #WFItem11955002 h4, #WFItem11955002 h5, #WFItem11955002 h6, #WFItem11955002 pre, #WFItem11955002 code, #WFItem11955002 form, #WFItem11955002 fieldset, #WFItem11955002 legend, #WFItem11955002 input, #WFItem11955002 textarea, #WFItem11955002 p, #WFItem11955002 blockquote, #WFItem11955002 th, #WFItem11955002 td {
margin-left:0 !important;
margin-right:0 !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-left:0 !important;
padding-bottom:0 !important;
padding-right:0 !important;
padding-top:0 !important;
width:auto !important;
background-image:none !important;
}
#WFItem11955002 div, #WFItem11955002 dl, #WFItem11955002 dt, #WFItem11955002 dd, #WFItem11955002 ul, #WFItem11955002 ol, #WFItem11955002 li, #WFItem11955002 h1, #WFItem11955002 h2 {
border:none !important;
background:none !important;
float:none !important;
width:auto !important;
-moz-box-shadow:0 !important;
-webkit-box-shadow:0 !important;
box-shadow:0 !important;
text-indent:inherit !important;
position:static !important;
visibility:inherit !important;
box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
line-height:normal !important;
}
#WFItem11955002 table {
border-collapse:collapse !important;
border-spacing:0 !important;
}
#WFItem11955002 fieldset, #WFItem11955002 img {
border:0 !important;
}
#WFItem11955002 address, #WFItem11955002 caption, #WFItem11955002 cite, #WFItem11955002 code, #WFItem11955002 dfn, #WFItem11955002 em, #WFItem11955002 th, #WFItem11955002 var {
font-style:normal !important;
font-weight:normal !important;
}
#WFItem11955002 strong {
font-style:normal !important;
font-weight:bold !important;
}
#WFItem11955002 em {
font-style:italic !important;
font-weight:normal !important;
position:static !important;
}
#WFItem11955002 li {
list-style:none !important;
}
caption, #WFItem11955002 th {
text-align:left !important;
}
#WFItem11955002 h1, #WFItem11955002 h2, #WFItem11955002 h3, #WFItem11955002 h4, #WFItem11955002 h5, #WFItem11955002 h6 {
font-size:100% !important;
font-weight:normal !important;
}
#WFItem11955002 q:before, #WFItem11955002 q:after {
content:" " !important;
}
#WFItem11955002 abbr, #WFItem11955002 acronym {
border:0 !important;
font-variant:normal !important;
}
#WFItem11955002 sup {
vertical-align:text-top !important;
}
#WFItem11955002 sub {
vertical-align:text-bottom !important;
}
#WFItem11955002 input, #WFItem11955002 textarea, #WFItem11955002 select {
font-family:inherit !important;
font-size:inherit !important;
font-weight:inherit !important;
height:auto !important;
line-height:auto !important;
}
#WFItem11955002 input, #WFItem11955002 textarea, #WFItem11955002 select {
*font-size:100% !important;
}
#WFItem11955002 legend {
color:#000 !important;
}
#WFItem11955002 .clearfix:after {
visibility: hidden !important;
display: block !important;
font-size: 0 !important;
content:" " !important;
clear: both !important;
height: 0 !important;
}
#WFItem11955002 .clearer {
display: block !important;
clear:both !important;
font-size:0.1px !important;
height:0.1px !important;
line-height:0.1px !important;
width:100% !important;
}
#WFWrapper .close {
background:url(https://app.getresponse.com/images/common/highslide/close.png) repeat scroll 0 0 transparent !important;
cursor:pointer !important;
height:30px !important;
position:absolute !important;
right:-15px !important;
top:-15px !important;
width:30px !important;
z-index:1 !important;
}
#wfCloseX {
background:url(https://app.getresponse.com/images/common/highslide/close.png) repeat scroll 0 0 transparent !important;
cursor:pointer !important;
height:30px !important;
position:absolute !important;
right:0 !important;
top:0 !important;
width:30px !important;
z-index:1 !important;
cursor:pointer !important;
}
#WFItem11955002 .clrB {
clear:both !important;
text-align:left !important;
}
#WFItem11955002 * html .clearfix {
zoom: 1 !important;
}
#WFItem11955002 *:first-child+html .clearfix {
zoom: 1 !important;
}
#WFItem11955002 .wf-contbox {
width:100% !important;
}
.wf-formTpl li:before {
content:" " !important;
}
#WFItem11955002 form {
display:inline-block !important;
width:100% !important;
}
#WFItem11955002 label {
margin:0 !important;
}
#WFItem11955002 p {
line-height:18px !important;
font-size:11px !important;
}
#WFItem11955002 input[type="submit"] {
cursor:pointer !important;
text-shadow:none !important;
filter:none !important;
float:none !important;
text-transform:none !important;
letter-spacing:0 !important;
white-space: nowrap !important;
word-wrap:normal !important;
}
#WFItem11955002 .wf-label {
word-break: normal !important;
width: auto !important;
float: none !important;
width: auto !important;
}
#WFItem11955002 {
width:230px !important;
}
#WFItem11955002 {
color: #555555 !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
}
#WFItem11955002 .wf-body li {
padding: 10px 15px !important;
clear: both !important;
}
#WFItem11955002 .actTinyMceElBodyContent ul li {
padding: 3px !important;
list-style-type: disc !important;
}
#WFItem11955002 .actTinyMceElBodyContent ol li {
padding: 3px !important;
list-style-type: decimal !important;
}
#WFItem11955002 .actTinyMceElBodyContent ul {
margin-left: 20px !important;
}
#WFItem11955002 .actTinyMceElBodyContent ol {
margin-left: 25px !important;
}
#WFItem11955002 .actTinyMceElBodyContent ol ul, #WFItem11955002 .actTinyMceElBodyContent ul ol, #WFItem11955002 .actTinyMceElBodyContent ul ul, #WFItem11955002 .actTinyMceElBodyContent ol ol {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#WFItem11955002 .wf-body {
background-color: #F0F0F0 !important;
background-image: none !important;
background-position: left top !important;
background-repeat: no-repeat !important;
border-color: #92757d !important;
border-width: 0px !important;
border-style: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
-webkit-border-top-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
border-top-left-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
-moz-border-radius-topright: 0px !important;
border-top-right-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-moz-border-radius-bottomright: 0px !important;
border-bottom-right-radius: 0px !important;
}
#WFItem11955002 .wf-header {
color: #2B93D3 !important;
background-color: #F5F5F5 !important;
background-image: none !important;
background-position: left top !important;
background-repeat: no-repeat !important;
border-color: #6b6262 !important;
border-width: 0px !important;
border-style: none !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-top: 20px !important;
padding-bottom: 0px !important;
display: block !important;
min-height: 32px !important;
-webkit-border-top-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
border-top-left-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
-moz-border-radius-topright: 0px !important;
border-top-right-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-moz-border-radius-bottomright: 0px !important;
border-bottom-right-radius: 0px !important;
}
#WFItem11955002 .wf-footer {
color: #2B93D3 !important;
background-color: #F0F0F0 !important;
background-image: none !important;
background-position: left top !important;
background-repeat: no-repeat !important;
border-color: #6b6262 !important;
border-width: 0px !important;
border-style: none !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
display: block !important;
min-height: 25px !important;
-webkit-border-top-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
border-top-left-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
-moz-border-radius-topright: 0px !important;
border-top-right-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-bottom-left-radius: 0px !important;
-webkit-border-bottom-right-radius: 0px !important;
-moz-border-radius-bottomright: 0px !important;
border-bottom-right-radius: 0px !important;
}
#WFItem11955002 .wf-input {
padding: 2px 0 !important;
font-family: Arial !important;
font-size: 14px !important;
color: #000000 !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #FFFFFF !important;
border-width: 1px !important;
border-color: #D9D9D9 !important;
border-style: solid !important;
width: 100% !important;
-webkit-border-top-left-radius: 8px !important;
-moz-border-radius-topleft: 8px !important;
border-top-left-radius: 8px !important;
-webkit-border-top-right-radius: 8px !important;
-moz-border-radius-topright: 8px !important;
border-top-right-radius: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-moz-border-radius-bottomleft: 8px !important;
border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
-moz-border-radius-bottomright: 8px !important;
border-bottom-right-radius: 8px !important;
}
#WFItem11955002 .wf-label {
font-family: Arial !important;
font-size: 12px !important;
color: #555555 !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
padding-left: 0 !important;
padding-right: 3px !important;
display: block !important;
}
#WFItem11955002 .wf-input {
font-family: Arial !important;
font-size: 14px !important;
color: #555555 !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #FFFFFF !important;
border-width: 1px !important;
border-color: #D9D9D9 !important;
border-style: solid !important;
width: 100% !important;
-webkit-border-top-left-radius: 8px !important;
-moz-border-radius-topleft: 8px !important;
border-top-left-radius: 8px !important;
-webkit-border-top-right-radius: 8px !important;
-moz-border-radius-topright: 8px !important;
border-top-right-radius: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-moz-border-radius-bottomleft: 8px !important;
border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
-moz-border-radius-bottomright: 8px !important;
border-bottom-right-radius: 8px !important;
}
#WFItem11955002 .wf-button {
font-family: Arial !important;
font-size: 22px !important;
color: #FFFFFF !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
background-color: #0DBAFF !important;
background-image: url(https://app.getresponse.com/images/core/webforms/gradient_top.png) !important;
border-width: 0px !important;
border-color: #000000 !important;
border-style: none !important;
padding-left: 16px !important;
padding-right: 16px !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
-webkit-border-top-left-radius: 8px !important;
-moz-border-radius-topleft: 8px !important;
border-top-left-radius: 8px !important;
-webkit-border-top-right-radius: 8px !important;
-moz-border-radius-topright: 8px !important;
border-top-right-radius: 8px !important;
-webkit-border-bottom-left-radius: 8px !important;
-moz-border-radius-bottomleft: 8px !important;
border-bottom-left-radius: 8px !important;
-webkit-border-bottom-right-radius: 8px !important;
-moz-border-radius-bottomright: 8px !important;
border-bottom-right-radius: 8px !important;
}
#WFItem11955002 .wf-button:hover {
!important;
}
#WFItem11955002 .wf-submit {
text-align: center !important;
}
#WFItem11955002 .wf-labelpos {
float: none !important;
width: auto !important;
text-align: left !important;
}
#WFItem11955002 .wf-inputpos {
float: none !important;
width: auto !important;
}
#WFItem11955002 .wf-privacy {
font-family: Arial !important;
font-size: 12px !important;
color: #B8B8B8 !important;
font-weight: normal !important;
font-style: italic !important;
text-decoration: none !important;
text-align: center !important;
border: none !important;
}
#WFItem11955002 .wf-privacyico {
padding: 4px 0 0 20px !important;
background: url(https://app.getresponse.com/images/core/webforms/lock.png) no-repeat left center !important;
}
#WFItem11955002 .wf-counter {
font-family: Arial !important;
font-size: 12px !important;
color: #44454f !important;
font-weight: bold !important;
font-style: normal !important;
text-decoration: none !important;
text-align: center !important;
}
#WFItem11955002 .wf-poweredby {
font-family: Arial !important;
font-size: 10px !important;
color: #B8B8B8 !important;
font-weight: normal !important;
font-style: italic !important;
text-decoration: none !important;
text-align: center !important;
}
#WFItem11955002 .wf-link {
font-family: Arial !important;
font-size: 12px !important;
color: #ffffff !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
}
#WFItem11955002 .wf-link:hover {
font-family: Arial !important;
font-size: 12px !important;
color: #ffffff !important;
font-weight: normal !important;
font-style: normal !important;
text-decoration: none !important;
}
#WFItem11955002 .wf-text {
font-family: Arial !important;
font-size: 12px !important;
color: #B8B8B8 !important;
}
#WFItem11955002 .wf-divider {
border-top-width: 1px !important;
border-color: #ffffff !important;
border-style: solid !important;
}
#WFItem11955002 .wf-image {
text-align: center !important;
}
#WFItem11955002 .wf-privacylink {
color: #B8B8B8 !important;
font-style: italic !important;
}
#WFItem11955002 .wf-poweredbylink {
color: #B8B8B8 !important;
font-style: italic !important;
}
#WFItem11955002 .wf-imgbox {
overflow: hidden !important;
}
#WFItem11955002 .wf-rc-reload {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
overflow: hidden !important;
text-indent: -99999px !important;
position: relative !important;
top: 3px !important;
margin-left: 3px !important;
background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 -32px !important;
}
#WFItem11955002 .wf-rc-audio {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
overflow: hidden !important;
text-indent: -99999px !important;
position: relative !important;
top: 3px !important;
margin-left: 3px !important;
background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 0 !important;
}
#WFItem11955002 .wf-rc-image {
display: inline-block !important;
width: 16px !important;
height: 16px !important;
overflow: hidden !important;
text-indent: -99999px !important;
position: relative !important;
top: 3px !important;
margin-left: 3px !important;
background: url(https://app.getresponse.com/images/core/webforms/captchaico.png) no-repeat 0 -16px !important;
}
#WFItem11955002 #recaptcha_image {
width: 200px !important;
height: 38px !important;
}
#WFItem11955002 #recaptcha_image img {
width: 200px !important;
height: 38px !important;
}
#WFItem11955002 .wf-rc-boxm {
width: 200px !important;
margin: 0 auto !important;
overflow: hidden !important;
}
#WFItem11955002 em {
color: inherit !important;
font-style: italic !important;
}
#WFItem11955002 .recaptcha_only_if_incorrect_sol {
display:none !important;
}
</style>
<div id="WFItem11955002" class="wf-formTpl">
<form accept-charset="utf-8" action="https://app.getresponse.com/add_contact_webform.html?u=4ucI"
method="post">
<div class="wf-box">
<div id="WFIheader" class="wf-header el" style="height: 32px; display: block !important;">
<div class="actTinyMceElBodyContent">
<p>
<span style="font-size: 24px ! important;">Headline</span>
</p>
</div>
<em class="clearfix clearer"></em>
</div>
<div id="WFIcenter" class="wf-body">
<ul class="wf-sortable" id="wf-sort-id">
<li class="wf-email" rel="undefined" style="display: block !important;">
<div class="wf-contbox">
<div class="wf-labelpos">
<label class="wf-label">Email:</label>
</div>
<div class="wf-inputpos">
<input type="text" class="wf-input wf-req wf-valid__email" name="email"></input>
</div>
<em class="clearfix clearer"></em>
</div>
</li>
<li class="wf-name" rel="undefined" style="display: block !important;">
<div class="wf-contbox">
<div class="wf-labelpos">
<label class="wf-label">Name:</label>
</div>
<div class="wf-inputpos">
<input type="text" class="wf-input" name="name"></input>
</div>
<em class="clearfix clearer"></em>
</div>
</li>
<li class="wf-field__0" rel="text" style="display: block !important;">
<div class="wf-contbox">
<div class="wf-labelpos">
<label id="6847202" class="wf-label">Phone</label>
</div>
<div class="wf-inputpos">
<input type="text" name="custom_Phone" class="wf-input wf-valid__length1to255__phone"></input>
</div>
<em class="clearfix clearer"></em>
</div>
</li>
<li class="wf-submit" rel="undefined" style="display: block !important;">
<div class="wf-contbox">
<div class="wf-inputpos">
<input type="submit" style="width: 125px ! important; display: inline !important;"
value="Sign Up!" class="wf-button" name="submit"></input>
</div>
<em class="clearfix clearer"></em>
</div>
</li>
<li class="wf-counter" rel="undefined" style="display: none !important;">
<div class="wf-contbox">
<div>
<span style="padding: 4px 6px 8px 24px; background: url(https://app.getresponse.com/images/core/webforms/countertemplates.png) no-repeat scroll left 0px transparent;"
class="wf-counterbox">
<span class="wf-counterboxbg" style="padding: 4px 12px 8px 5px; background: url(https://app.getresponse.com/images/core/webforms/countertemplates.png) no-repeat scroll right -36px transparent;">
<span class="wf-counterbox0" style="padding: 5px 0px;">subscribed:</span>
<span style="padding: 5px;" name="https://app.getresponse.com/display_subscribers_count.js?campaign_name=mteguhasuandi&var=0"
class="wf-counterbox1 wf-counterq">2</span>
<span style="padding: 5px 0px;" class="wf-counterbox2"></span>
</span>
</span>
</div>
</div>
</li>
<li class="wf-captcha" rel="undefined" style="display: none !important;">
<div wf-captchaerror="Incorrect please try again" wf-captchasound="Enter the numbers you hear:"
wf-captchaword="Enter the words above:" class="wf-contbox wf-captcha-1"
id="wf-captcha-1"></div>
</li>
<li class="wf-privacy" rel="undefined" style="display: block !important;">
<div class="wf-contbox">
<div>
<a style="height: 18px ! important; display: inline ! important;" target="_blank"
class="wf-privacy wf-privacyico" href="http://www.getresponse.com/permission-seal?lang=en">We respect your privacy<em class="clearfix clearer"></em></a>
</div>
<em class="clearfix clearer"></em>
</div>
</li>
<li class="wf-poweredby" rel="undefined" style="display: block !important;">
<div class="wf-contbox">
<div>
<span class="wf-poweredby wf-poweredbyico">
<a target="_blank" style="display: inline !important; color: inherit ! important;"
class="wf-poweredbylink wf-poweredby" href="http://www.getresponse.com/">Email Marketing</a>by GetResponse</span>
</div>
</div>
</li>
</ul>
</div>
<div id="WFIfooter" class="wf-footer el" style="height: 25px; display: block !important;">
<div class="actTinyMceElBodyContent"></div>
<em class="clearfix clearer"></em>
</div>
</div>
<input type="hidden" name="webform_id" value="11955002" />
</form>
</div>
<script type="text/javascript" src="http://app.getresponse.com/view_webform.js?wid=11955002&mg_param1=1&u=4ucI"></script>