Last active
April 6, 2022 13:21
-
-
Save pauloiankoski/7681004 to your computer and use it in GitHub Desktop.
Formulário de contato padrão
This file contains 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
<div class="form-group"> | |
<label>Nome:</label>[text* your-name class:form-control askimet:author] | |
</div> | |
<div class="form-group"> | |
<label>Email:</label>[email* your-email class:form-control akismet:author_email] | |
</div> | |
<div class="form-group"> | |
<label>Telefone:</label>[text your-phone class:form-control] | |
</div> | |
<div class="form-group"> | |
<label>Assunto:</label>[text your-subject class:form-control] | |
</div> | |
<div class="form-group"> | |
<label>Mensagem:</label>[textarea* your-message x4 class:form-control] | |
</div> | |
[submit class:btn class:btn-primary "Enviar"] | |
----------------------------------------------------------- | |
<b>Nome: </b>[your-name] | |
<b>Email: </b>[your-email] | |
<b>Telefone: </b>[your-phone] | |
<b>Assunto: </b>[your-subject] | |
<b>Mensagem: </b> | |
[your-message] | |
-- | |
----------------------------------------------------------- | |
on_sent_ok: "_gaq.push(['_trackEvent', 'Contact Form', 'Submit']);" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment