Skip to content

Instantly share code, notes, and snippets.

@benheymink
Created January 16, 2013 09:20
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 benheymink/4545788 to your computer and use it in GitHub Desktop.
Save benheymink/4545788 to your computer and use it in GitHub Desktop.
Simple Twilio HTML Form
<!DOCTYPE html>
<html lang="en">
<body>
<h1>BenSpammer V1.0</h1>
<h2>Enter the message you wish to send to my phone:</h2>
<form action="." method="POST">
<input type="text" name="Message">
<input type="submit" name="my-form" value="Send">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment