-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
230 lines (230 loc) · 9.73 KB
/
contact.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
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
<form action="https://api.elasticemail.com/contact/add?version=2" data-id="EgvUWcMtHl" method="post" id="ewf_subscriptionForm_EgvUWcMtHl" class="EWF__form Inline">
<div class="headers" style="">
<h4 id="ewf_formheader" class="EWF__header">Pour suivre les information
</h4>
<p id="ewf_formdesc">Enter specific and clear language on the intended use of the collected information.
</p>
</div>
<fieldset style="border:none;" class="webform-custominputs">
<div class="inputs">
<div>
<label for="email" class="requiredInput">Email
</label>
<input maxlength="undefined" class="form-control webform__form-control" name="email" size="20" type="email" required="" placeholder="Veilliez entrez votre adresse mail">
</div>
<div>
<label for="field_firstname">Prénom
</label>
<input maxlength="undefined" class="form-control webform__form-control" name="field_firstname" size="20" type="text" false="" placeholder="Veuillez entre votre prénom.">
</div>
<div>
<label for="field_lastname">Nom
</label>
<input maxlength="undefined" class="form-control webform__form-control" name="field_lastname" size="20" type="text" false="" placeholder="Veuillez entrer votre nom.">
</div>
</div>
<div class="checkboxes">
</div>
<div class="webform-lists" style="display: none;">
<div style="display:flex;" class="checkboxes js-Salah Mail">
<label class="container-box">
<input type="checkbox" name="publiclistid" id="bPwdFFXz" value="727cf7d9-5072-45f3-91d4-5dad944f9bc9" checked="checked">
</label>
<label class="publiclistlabel" for="bPwdFFXz">Salah Mail
</label>
</div>
</div>
<div class="consent">
<div class="consentcontainer">
<div>
<input id="hiddenInput" type="hidden" value="2" name="consenttracking">
</div>
<div>
<label for="consenttracking">
<input type="checkbox" data-name="id" id="consenttracking" name="consenttracking" value="1">
Allow tracking of my email activity such as open and clicks
</label>
</div>
</div>
</div>
<p id="ewf_datadisclaimer">We use Elastic Email as our marketing automation service. By submitting this form, you agree that the information you provide will be transferred to Elastic Email for processing in accordance with their
<a href="https://elasticemail.com/resources/usage-policies/terms-of-use/" target="_blank">Terms of Use</a> and
<a href="https://elasticemail.com/resources/usage-policies/privacy-policy/" target="_blank">Privacy Policy</a>.
</p>
</fieldset>
<fieldset class="webform-options style-updated" style="border:none;">
<div id="trackconsentscript">
<script type="text/javascript">document.querySelector("#consenttracking").addEventListener("change", function (e) { if (document.querySelector("#consenttracking").checked) { document.querySelector("#hiddenInput").disabled = true; } else { document.querySelector("#hiddenInput").disabled = false;} });</script>
</div>
<input type="submit" name="submit" value="S’inscrire" id="eesubmit" class="EWF__subscribe">
<input type="hidden" name="publicaccountid" value="cb036b12-fb3e-4f3c-989a-ea3b704c116a">
<input type="hidden" name="returnUrl" value="">
<input type="hidden" name="activationReturnUrl" value="">
<input type="hidden" name="alreadyactiveurl" value="">
<input type="hidden" name="activationTemplate" value="">
<input type="hidden" name="source" value="WebForm">
<input type="hidden" name="verifyemail" value="false" id="ewf_verifyEmails">
<input type="hidden" id="ewf_captcha" name="captcha" value="false">
<input type="hidden" name="notifyEmail" value="">
<button type="button" name="dismissForm" id="ewf_dismissForm" style="display:none; position: absolute; top: 0; right: 0; float: right">X
</button>
</fieldset>
<div id="ewf_style" class="Inline">
<style id="webform__main-styles">form.EWF__form {
background:#f0f2f8;
padding-top:40px;
padding-left:40px;
padding-bottom:40px;
padding-right:40px;
border-radius:6px;
box-sizing:border-box;
}
form.EWF__form p {
color:#7d8da8;
text-align:left;
line-height:14px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:12px 0;
font-style:normal;
font-weight:normal;
}
form.EWF__form .EWF__header {
background:transparent;
padding-top:0px;
color:#32325c;
padding-left:0px;
padding-bottom:0px;
padding-right:0px;
text-align:left;
line-height:24px;
font-size:22px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
}
form.EWF__form label {
line-height:16px;
font-size:14px;
color:#32325c;
display:block;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:5px;
font-style:normal;
font-weight:bold;
text-align:left;
}
form.EWF__form .EWF__subscribe {
background:#6262fe;
padding-top:12px;
line-height:18px;
font-size:16px;
color:#ffffff;
padding-left:12px;
padding-bottom:12px;
padding-right:12px;
border-radius:6px;
border:0;
display:inline-block;
width:auto;
max-width:100%;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
}
.EWF__form .webform-options {
text-align:center;
}
form.EWF__form input {
background:#ffffff;
padding-top:12px;
color:#000000;
padding-left:12px;
padding-bottom:12px;
padding-right:12px;
border-radius:0px;
line-height:18px;
font-size:16px;
border:0;
width:100%;
max-width:100%;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
text-align:left;
}
form.EWF__form input::placeholder {
color:#000000;
font-size:14px;
}
form.EWF__form .inputs > div {
margin-bottom:1rem;
}
form.EWF__form .checkboxes label,form.EWF__form .consent label {
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
form.EWF__form * {
box-sizing:border-box;
}
form.EWF__form fieldset {
display:block;
padding:0;
margin:0;
}
form.EWF__form .checkboxes input[type="checkbox"],form.EWF__form .consent input[type="checkbox"] {
border: 1px solid #CFD6DB;
border-radius: 4px;
padding: 12px;
width: 0;
display: inline-block;
margin-right: 20px;
}
form.EWF__form .checkboxes input[type="checkbox"]:before,form.EWF__form .consent input[type="checkbox"]:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Warstwa_1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' width='16' height='16'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;stroke:%23CFD6DB;%7D%0A%3C/style%3E%3Cg transform='translate(-925 -324)'%3E%3Cg transform='translate(925 324)'%3E%3Cpath class='st0' d='M4,0h8c2.2,0,4,1.8,4,4v8c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V4C0,1.8,1.8,0,4,0z'/%3E%3Cpath class='st1' d='M4,0.5h8c1.9,0,3.5,1.6,3.5,3.5v8c0,1.9-1.6,3.5-3.5,3.5H4c-1.9,0-3.5-1.6-3.5-3.5V4C0.5,2.1,2.1,0.5,4,0.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-color: #fff;
width: 16px;
height: 16px;
content: '';
display: block;
cursor: pointer;
border-radius: 4px;
}
form.EWF__form .checkboxes input[type="checkbox"]:hover:before,form.EWF__form .consent input[type="checkbox"]:hover:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;stroke:%235457ff;stroke-width:2px;%7D.b%7Bstroke:none;%7D.c%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-925 -324)'%3E%3Cg class='a' transform='translate(925 324)'%3E%3Crect class='b' width='16' height='16' rx='4'/%3E%3Crect class='c' x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-color: #fff;
}
form.EWF__form .checkboxes input[type="checkbox"]:checked:before,form.EWF__form .consent input[type="checkbox"]:checked:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Warstwa_1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' width='16' height='16'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;stroke:%235457FF;%7D .st2%7Bfill:%2332325C;%7D%0A%3C/style%3E%3Cg transform='translate(-925 -324)'%3E%3Cg transform='translate(925 324)'%3E%3Cpath class='st0' d='M4,0h8c2.2,0,4,1.8,4,4v8c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V4C0,1.8,1.8,0,4,0z'/%3E%3Cpath class='st1' d='M4,0.5h8c1.9,0,3.5,1.6,3.5,3.5v8c0,1.9-1.6,3.5-3.5,3.5H4c-1.9,0-3.5-1.6-3.5-3.5V4C0.5,2.1,2.1,0.5,4,0.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M938,328.9l-0.8-0.8c-0.1-0.1-0.1-0.1-0.2,0c0,0,0,0,0,0l-5.6,5.9l-2.3-2.4c-0.1-0.1-0.1-0.1-0.2,0 c0,0,0,0,0,0l-0.8,0.8c-0.1,0.1-0.1,0.2,0,0.2l3.2,3.3c0.1,0.1,0.1,0.1,0.2,0c0,0,0,0,0,0l6.5-6.9C938,329,938,328.9,938,328.9z'/%3E%3C/g%3E%3C/svg%3E");
background-color: #fff;
}
form.EWF__form .checkboxes input[type="checkbox"]:hover:checked:before,form.EWF__form .consent input[type="checkbox"]:hover:checked:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;stroke:%235457ff;stroke-width:2px;%7D.b%7Bfill:%2332325c;%7D.c%7Bstroke:none;%7D.d%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-925 -324)'%3E%3Cg class='a' transform='translate(925 324)'%3E%3Crect class='c' width='16' height='16' rx='4'/%3E%3Crect class='d' x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3Cpath class='b' d='M10.032.964,9.224.118a.141.141,0,0,0-.2,0L3.384,6.02,1.124,3.653a.141.141,0,0,0-.2,0L.116,4.5a.157.157,0,0,0,0,.212L3.284,8.032a.141.141,0,0,0,.2,0l6.545-6.855A.153.153,0,0,0,10.032.964Z' transform='translate(927.925 327.925)'/%3E%3C/g%3E%3C/svg%3E");
background-color: #fff;
}
form.EWF__form .EWF__error {
color: red;
padding-top: 10px;
}
form.EWF__form a {
color:#5457ff;
font-style:normal;
line-height:14px;
font-size:12px;
font-weight:normal;
}
@supports (-ms-ime-align:auto) {
form.EWF__form .checkboxes input[type='checkbox'], form.EWF__form .consent input[type='checkbox'] {
width: 16px !important;
margin-right: 5px;
}
}
</style>
</div>
</form>