Untitled

 avatar
unknown
plain_text
3 years ago
1.1 kB
7
Indexable
<form class="tm-order-form" action="https://new-tech.co/forms/html/" method="post">
<label for="tel">Numer telefonu*</label>
<input id="tel" type="tel" name="tel" autocomplete="tel" placeholder="Numer telefonu" required><br>
<label for="street-address">Ulica, nr domu*</label>
<input id="street-address" type="text" name="street-address" autocomplete="street-address" placeholder="Ulica, nr domu" required><br>
<label for="name">Imię Nazwisko*</label>
<input id="name" type="text" name="name" autocomplete="name" placeholder="Imię Nazwisko" required><br>
<input name="uid" type="hidden" value="318abf1a-0282-4856-a9d6-35067411c723" />
<input name="offer" type="hidden" value="1686" />
<input name="lp" type="hidden" value="4160" />
<input name="thankyoupage" type="hidden" value="" />
<input name="webhook" type="hidden" value="" />
<div style="margin-top: 10px; text-align: center">
<input id="contact-submit" name="submit" type="submit" value="ORDER NOW" data-submit="...Sending" />
</div>
<script src="https://new-tech.co/forms/html/js-v2/"></script>
</form>
Editor is loading...