Skip to content

Instantly share code, notes, and snippets.

@malkafly
Created April 8, 2019 14:22
Show Gist options
  • Save malkafly/8a95520644b60b72fa21b3ddb8a86444 to your computer and use it in GitHub Desktop.
Save malkafly/8a95520644b60b72fa21b3ddb8a86444 to your computer and use it in GitHub Desktop.
calculadora arquitecasa
<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