Skip to content

Instantly share code, notes, and snippets.

@ardeay
Last active June 6, 2016 21:24
Show Gist options
  • Save ardeay/51a1585aff1fecf17106fd69a1883b77 to your computer and use it in GitHub Desktop.
Save ardeay/51a1585aff1fecf17106fd69a1883b77 to your computer and use it in GitHub Desktop.
Zesty.io Slack Hook Form
<form method="POST">
<input type="hidden" name="zlf" value="slack" />
<input type="text" name="first_name" placeholder="First Name" />
<br><br>
<input type="text" name="last_name" placeholder="Last Name" />
<br><br>
<input type="hidden" name="_zesty_webhook" value="https://zesty-form-slack-notifier.herokuapp.com/submission" />
<input type="submit" value="Submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment