Skip to content

Instantly share code, notes, and snippets.

@marcoscastro
Created May 3, 2017 01:35
Show Gist options
  • Save marcoscastro/bf3f6615e281dd8ad9017bafe088255d to your computer and use it in GitHub Desktop.
Save marcoscastro/bf3f6615e281dd8ad9017bafe088255d to your computer and use it in GitHub Desktop.
Form site curso flask
<!-- Formulário -->
<form action="https://leadlovers.com/Pages/Index/122345" method="post" >
<input id="id" name="id" type="hidden" value="122345" />
<input id="pid" name="pid" type="hidden" value="3500785" />
<input id="list_id" name="list_id" type="hidden" value="122345" />
<input id="provider" name="provider" type="hidden" value="leadlovers" />
<label for="name">Nome:</label>
<input class="form-control" id="name" name="name" placeholder="Nome:" type="text" />
<label for="email">E-mail:</label>
<input class="form-control" id="email" name="email" placeholder="Email:" type="text" />
<button class="btn btn-danger" style="margin-bottom:5px;" type="submit">Cadastrar</button>
<input type="hidden" id="source" name="source" value="" />
<img src="https://llimages.com/redirect/redirect.aspx?A=V&p=3500785&m=122345" style="display: none;" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment