Skip to content

Instantly share code, notes, and snippets.

@andreybolonin
Created October 12, 2016 14:44
Show Gist options
  • Save andreybolonin/a9b9d4153d9c07a29e67703e628a72b3 to your computer and use it in GitHub Desktop.
Save andreybolonin/a9b9d4153d9c07a29e67703e628a72b3 to your computer and use it in GitHub Desktop.
<form action="http://crm.healthmarketing.me/lead/lead_capture_form" method="post">
<input name="name" class="form-control" type="text" placeholder="Name" required>
<input name="email" class="form-control" type="email" placeholder="Email" required>
<input name="phone" class="form-control" type="text" placeholder="Phone" required>
<input name="userId" class="form-control" type="hidden" value="4" required>
<input name="redirectUrl" class="form-control" type="hidden" value="http://healthmareting.me/thx" placeholder="userId" required>
<input class="btn btn-primary" type="button" value="Submit">
<form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment