This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/template/form-nous-rejoindre.html
2020-11-02 15:46:52 +01:00

83 lines
4.2 KiB
HTML

<div class="section__content section__content--full">
<THELIA_DOSSIER type="DOSSIER" id="#ENV{ref}">
<div class="section__main section-offset">
<h2 class="section__title h3 text-uppercase ">#TITRE</h2>
<TEST_ex1 variable="#ENV{action}" test="egal" valeur="contact">
::remerciements::
</TEST_ex1>
<form action="" method="post" enctype="multipart/form-data">
<input type="hidden" name="action" value="contact" />
<input type="hidden" name="formulaire" value="nous-rejoindre" />
<input type="hidden" name="annonce" value="#TITRE" />
<div class="col-md-8">
<div class="form__input">
<label for="form--contact__name" class="sr-only">Nom, Prénom*</label>
<input class="form-control required" name="nom" type="text" placeholder="Nom, Prénom*" required>
</div>
<div class="form__input">
<label for="form--contact__name" class="sr-only">Email*</label>
<input class="form-control required" name="email" type="text" placeholder="Email*" required>
</div>
<div class="form__input">
<label for="form--contact__name" class="sr-only">Lettre de Motivation*</label>
<input style="" class="form-control required" name="lettre_h" id="lettre_h" type="text" placeholder="Lettre de Motivation*" required> <a style="position: absolute; right:-45px; top:3px;" href="#" id="lettre_f"><img style="height:40px; width:40px;" src="template/img/plus.png"/></a>
<input name="lettre" id="lettre" type="file" style="display:none;">
</div>
<div class="form__input">
<label for="form--contact__name" class="sr-only">CV*</label>
<input style="" class="form-control required" name="cv_h" id="cv_h" type="text" placeholder="CV*" required> <a style="position: absolute; right:-45px; top:3px;" href="#" id="cv_f"><img style="height:40px; width:40px;" src="template/img/plus.png"/></a>
<input name="cv" id="cv" type="file" style="display:none;">
</div>
</div>
<div class="col-md-4 text-12" style="padding-left:20px;">
</div>
<div style="clear:both"></div>
<div class="form__input">
<textarea class="form-control required" placeholder="Message*" name="message" required></textarea>
</div>
<div class="g-recaptcha" data-sitekey="6LfvdRIUAAAAADAANS14vYYrJPZQuZbo9MMtbTgn"></div> <button class="form__submit btn btn-submit btn-lg" id="contact-submit" type="submit">
<span class="form__submit__val"><span>::envoyer::</span></span>
</button>
</form>
<p class="form-message"><span class="message"></span></p>
</div>
<//TEST_ex1>
</THELIA_DOSSIER>
</div>