Skip to content

Instantly share code, notes, and snippets.

@ivanaugustobd
Last active January 7, 2019 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanaugustobd/07aa449bb1f8a5969463844d6d77b640 to your computer and use it in GitHub Desktop.
Save ivanaugustobd/07aa449bb1f8a5969463844d6d77b640 to your computer and use it in GitHub Desktop.
<form type="post" action="/customer/account/registerPost">
<input type="hidde" name="csrf_key" value="123456">
<label for="name">Nome:</label>
<input type="text" name="name" id="name">
<label for="email">E-mail:</label>
<input type="text" name="email" id="email">
<label for="message">Mensagem:</label>
<textarea name="message" id="message"></textarea>
<button type="submit">Enviar</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment