Skip to content

Instantly share code, notes, and snippets.

@jrwdexter
Last active August 29, 2015 14:03
Show Gist options
  • Save jrwdexter/1a99c5ad203ae219099a to your computer and use it in GitHub Desktop.
Save jrwdexter/1a99c5ad203ae219099a to your computer and use it in GitHub Desktop.
<div class="form">
<input type="text" data-email-form name="firstName" />
<input type="text" data-email-form name="lastName" />
<input type="text" data-email-form name="email" />
<input type="text" data-email-form name="firstName" />
<input type="submit"
class="js-modal-submit-trigger"
data-url="/services/EmailSignUpService.asmx/SignUp"
data-method="POST"
data-form-fields="data-email-form" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment