mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-12 12:06:39 +00:00
specify post method
This commit is contained in:
parent
6f94bcd276
commit
58fde7c38a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
<p>.
|
<p>.
|
||||||
|
|
||||||
<!-- Contact Form -->
|
<!-- Contact Form -->
|
||||||
<form id="contactForm" name="contactForm" data-toggle="validator" data-focus="false" netlify>
|
<form id="contactForm" name="contactForm" data-toggle="validator" data-focus="false" method="post" netlify>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" class="form-control-input" id="cname" name="name" required>
|
<input type="text" class="form-control-input" id="cname" name="name" required>
|
||||||
<label class="label-control" for="cname">Nom complet</label>
|
<label class="label-control" for="cname">Nom complet</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue