Simple form for sending message in contact
<form method="post"">
<div class="row 50%">
<div class="6u"><input type="text" name="nome" placeholder="Nome" /></div>
<div class="6u"><input type="text" name="email" placeholder="Email" /></div>
</div>
<div class="row 50%">
<div class="12u"><input type="text" name="assunto" placeholder="Assunto" /></div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="mensagem" placeholder="Mensagem"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<h2 id="aguarde" style="display:none;" class="answer_list" >Aguarde...</h2>
<input type="submit" value="Enviar/>
</div>
</div>
</form>
I learned, about bootstrap with an example of super cool websites with HTML5 CSS3 and Bootstrap. FIXING: http://html5up.net/ download an example site and make the party.
Hello, enter the code of what you have tried so far. If you want, the bootstrap documentation has an example inline form for you: http://getbootstrap.com/css/#Forms
– Rafael Withoeft
Follow the code I tried [link] http://www.codeply.com/go/bp/T2EgQDgbx1
– Fabio Luis Rodrigues
Fabio, take a look at this example. https://jsfiddle.net/3teg3yL2/ Wouldn’t that be something you’d like? What’s wrong with you exactly?
– Rafael Withoeft