Created
April 8, 2019 14:22
-
-
Save malkafly/8a95520644b60b72fa21b3ddb8a86444 to your computer and use it in GitHub Desktop.
calculadora arquitecasa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3>Comece já sua obra gratuitamente</h3> | |
<form action="https://app.arquitecasa.com.br/simular" method="get" class="search-pros-form"> | |
<div class="field-group"> | |
<label>O que você precisa</label><br> | |
<select name="type"> | |
<option value="reformar">Reformar</option> | |
<option value="construir">Construir</option> | |
</select> | |
</div> | |
<div class="field-group"> | |
<label>Onde</label><br> | |
<input type="text" name="zipcode" placeholder="Informe o CEP" size="40"> | |
</div> | |
<div class="field-group"> | |
<input type="submit" value="Continuar"> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment