Files
zaufane.pl/templates_user/home-page-form-new.php
2025-03-12 12:30:07 +01:00

37 lines
1.5 KiB
PHP

<form method="POST" action="/" id="form-acc-demo">
<input type="hidden" name="action" value="home_form_acc_demo">
<h2>Załóż konto DEMO</h2>
<div class="f-row">
<div class="tile">
<input type="text" name="name" id="form-name" placeholder="" required>
<label for="form-name">Imię i nazwisko</label>
</div>
<div class="tile">
<input type="email" name="email" id="form-email" placeholder="" required>
<label for="form-email">Adres e-mail</label>
</div>
<div class="tile">
<input type="text" name="phone" id="form-phone" placeholder="" required>
<label for="form-phone">Nr telefonu</label>
</div>
<div class="tile">
<input type="text" name="www" id="form-www" placeholder="" required>
<label for="form-www">Adres Twojej strony www</label>
</div>
</div>
<div class="checkbox-row">
<input type="checkbox" name="" id="checkbox-1" required>
<label for="checkbox-1">Wyrażam zgodę na otrzymywanie informacji marketingowych od Zaufane.pl zgodnie z <a href="#">Polityką Prywatności</a></label>
</div>
<div class="btn-row">
<button type="submit" class="btn">Zarejestruj swoje konto</button>
</div>
<img class="star star-1" src="/upload/filemanager/Pages/home-new/solar_star-bold.svg" alt="">
<img class="star star-2" src="/upload/filemanager/Pages/home-new/solar_star-bold.svg" alt="">
<img class="star star-3" src="/upload/filemanager/Pages/home-new/solar_star-bold.svg" alt="">
</form>