-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
344 lines (278 loc) · 18 KB
/
contact.php
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
<?php include "app/app.php"; $page = 7; head($page); ?>
<body onLoad="cookie()" class="<?php if (empty($_COOKIE["color"])){ echo "dark"; }else{echo $_COOKIE["color"]; } ?>"> <header> <?php navbar($page); ?> </header>
<?php loader() ?>
<main>
<section id="projet">
<br>
<h2>Nous Contacter</h2>
<p class="container">Voici la page pour nous contacter, nous vous enverrons un mail à la suite de cette demande.
Le délai de réponse sera entre 24h et 72h.</p>
<br>
<hr style="background: rgb(161, 161, 161);">
</section>
<section id="formulaire">
<div class="container">
<div class="section-contact">
<div class="form-contact">
<form id="form-contact-key" method="get" action="<?php echo $env_bd_contact; ?>" onsubmit="handleFormSubmit(event)">
<h2 style="text-align: center">Motif de contact</h2>
<br>
<div class="dynamicSelect">
<span class="dynamicSelect-dropdown">
<div include="form-input-select()">
<?php if(!empty($_GET['name'])) { ?>
<input type="hidden" name="raison" value="form-1">
<select class="dynamicSelect-select" name="raison" disabled style="color: #0854ff">
<option hidden value="form-1">Prestations >
<?php if ($_GET['name'] == "web") {
echo "Site Web > ";
if ($_GET['form'] == "1") {
echo "Site personnel";
} else if ($_GET['form'] == "2") {
echo "Site de Projet";
} else if ($_GET['form'] == "3") {
echo "Application Web";
} else {
echo "Autre";
}
} else if ($_GET['name'] == "mc") {
echo "Minecraft";
} else if ($_GET['name'] == "bot") {
echo "Bot Discord";
} else if ($_GET['name'] == "serv") {
echo "Serveur";
} else if ($_GET['name'] == "graph") {
echo "Graphisme";
} else if ($_GET['name'] == "music") {
echo "Musicales";
} else if ($_GET['name'] == "anim") {
echo "Vidéos";
} ?>
</option>
<?php } else if(!empty($_GET['partenaire'])) { ?>
<input type="hidden" name="raison" value="form-3">
<select class="dynamicSelect-select" name="raison" disabled style="color: #0854ff">
<option hidden value="form-3">Collaboration</option>
<?php } else { ?>
<select class="dynamicSelect-select" name="raison" required>
<option hidden value="">Choisis le motif</option>
<?php } ?>
<option value="form-1">Prestations</option>
<option value="form-2">Projets</option>
<option value="form-3">Collaboration</option>
<option value="form-4">Aide/Bug</option>
<option value="form-5">Autre</option>
</select>
</div>
</span>
<!-- Form 1 -->
<div class="form-wrapper">
<div id="form-1" class="dynamicSelect-form">
<span class="dynamicSelect-dropdown">
<div include="form-input-select()">
<select class="dynamicSelect-select" name="prestation">
<?php if(!empty($_GET['name'])) { ?>
<?php if ($_GET['name'] == "web") {
$pGet = "p0";
} else if ($_GET['name'] == "mc") {
$pGet = "p1";
} else if ($_GET['name'] == "bot") {
$pGet = "p2";
} else if ($_GET['name'] == "serv") {
$pGet = "p3";
} else if ($_GET['name'] == "graph") {
$pGet = "p4";
} else if ($_GET['name'] == "music") {
$pGet = "p5";
} else if ($_GET['name'] == "anim") {
$pGet = "p6";
} ?>
<option hidden value="form-<?php echo $pGet?>">null</option>
<?php } else { ?>
<option hidden value="null">Choisis une prestation</option>
<?php } ?>
<?php $nbPresta = count($env_presta);
for ($i = 0; $i <= $nbPresta-1; $i++) {
echo '<option value="form-p'. $i .'">'. $env_presta[$i] .'</option>';
}?>
</select>
</div>
</span>
<div class="form-wrapper">
<div id="form-p0" class="dynamicSelect-form">
<div include="form-input-select()">
<select class="dynamicSelect-select" name="web">
<?php if(!empty($_GET['name']) && !empty($_GET['form']) && $_GET['name'] == "web") { ?>
<?php if ($_GET['form'] == "1") {
$wGet = "0";
} else if ($_GET['form'] == "2") {
$wGet = "1";
} else if ($_GET['form'] == "3") {
$wGet = "2";
} ?>
<option hidden value="<?php echo $wGet?>">null</option>
<?php } else { ?>
<option hidden value="null">Choisis une formule</option>
<?php } ?>
<?php $nbPrestaW = count($env_presta_web);
for ($i = 0; $i <= $nbPrestaW-1; $i++) {
echo '<option value="'. $i .'">'. $env_presta_web[$i] .'</option>';
}?>
</select>
</div>
</div>
</div>
<div class="form-wrapper">
<div id="form-p1" class="dynamicSelect-form">
<div include="form-input-select()">
<select class="dynamicSelect-select" name="mc">
<option hidden value="null">Choisis une formule</option>
<?php $nbPrestaM = count($env_presta_mc);
for ($i = 0; $i <= $nbPrestaM-1; $i++) {
echo '<option value="'. $i .'">'. $env_presta_mc[$i] .'</option>';
}?>
</select>
</div>
</div>
</div>
</div>
</div>
<!-- Form 2 -->
<div class="form-wrapper">
<div id="form-2" class="dynamicSelect-form">
<div include="form-input-select()">
<select class="dynamicSelect-select" name="projet">
<option hidden value="null">Choisir le projet</option>
<?php $nbProject = count($env_projet);
for ($i = 0; $i <= $nbProject-1; $i++) {
echo '<option value="'. $i .'">'. $env_projet[$i] .'</option>';
}?>
</select>
</div>
</div>
</div>
</div>
<br>
<h2 style="text-align: center">Vos Informations</h2>
<div class="row">
<div class="col-md-6">
<div class="single-input">
<i class="fas fa-user"></i>
<input type="text" name="firstName" placeholder="Entrez votre prénom" required>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<i class="fas fa-file-signature"></i>
<input type="text" name="lastName" placeholder="Entrez votre nom" required>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<i class="fas fa-envelope"></i>
<input type="email" name="email" placeholder="Entrez votre email" required>
</div>
</div>
<div class="col-md-6">
<div class="single-input">
<i class="fas fa-phone"></i>
<input type="text" name="phoneNumber" placeholder="Entrez votre numéro de téléphone">
</div>
</div>
<div class="col-12">
<div class="single-input">
<i class="fas fa-comment-dots"></i>
<textarea placeholder="Entrez un messsage" name="text"></textarea>
</div>
</div>
<div class="col-12">
<div class="single-input text-center">
<div class="g-recaptcha" data-theme="<?php if (empty($_COOKIE["color"])){ echo "dark"; }else{echo $_COOKIE["color"]; } ?>" data-sitekey="<?= $env_captcha_clientid ?>"></div>
</div>
</div>
<div class="col-12">
<div class="submit-input text-center">
<input type="submit" name="submit" value="Envoyer">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<script>
function handleFormSubmit(event) {
event.preventDefault(); // Empêche le formulaire de soumettre de manière classique
// Obtenez les données du formulaire
const form = document.getElementById('form-contact-key');
const formData = new FormData(form);
// Première soumission (GET vers votre action PHP)
fetch(form.action + '?' + new URLSearchParams(formData), {
method: 'GET',
})
.then(response => response.text())
.then(result => {
console.log('Envoyé à l\'action PHP');
// Deuxième soumission (POST vers Formspree)
fetch('https://formspree.io/f/xldrpwrr', {
method: 'POST',
body: formData,
})
.then(response => response.text())
.then(result => {
console.log('Envoyé à Formspree');
// Une fois les deux soumissions terminées, on peut afficher un message ou rediriger
// alert('Formulaire envoyé avec succès !');
});
})
.catch(error => console.error('Erreur:', error));
}
</script>
<p style="text-align: center; font-size: 10px; padding: 0px 40px">* Toutes vos informations servent uniquement aux communications entre vous et Tyrolium.
Elles ne serviront jamais à une autre utilisation. Elle ne seront donc jamais revendues, ou partagées.</p>
<section id="projet">
<hr style="background: rgb(161, 161, 161);">
<br>
<p class="container">Vous pouvez également prendre contact avec nous par notre mail ou par téléphone. <br> <i>[email protected]</i><br><i>+33 6 11 11 26 69</i></p>
<br>
</section>
</section>
<script src="javascript/form.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://unpkg.com/izitoast/dist/js/iziToast.min.js'></script>
<script src="javascript/notif.js"></script>
<?php if (!empty($_GET['err'])) {
if($_GET['err'] == "C404"){ ?>
<script>
if(Text != 1){
iziToast.error({
title: 'Erreur',
position: 'bottomRight',
message: 'reCAPTCHA Erreur | Code : <?php echo $_GET['err']; ?>'
});
}
</script>
<?php } else { ?>
<script>
if(Text != 1){
iziToast.error({
title: 'Erreur',
position: 'bottomRight',
message: 'Une erreur est survenue | Code : <?php echo $_GET['err']; ?>'
});
}
</script>
<?php } } ?>
<?php if (!empty($_GET['true'])) {?>
<script>
if(Text != 1){
iziToast.success({
title: 'OK',
position: 'bottomRight',
message: 'Votre demande a bien été envoyé !'
});
}
</script>
<?php } ?>
</main>
<?php footer(); ?> </body> </html>