Skip to content

Instantly share code, notes, and snippets.

@whackashoe
Created October 15, 2012 01:36
Show Gist options
  • Save whackashoe/3890402 to your computer and use it in GitHub Desktop.
Save whackashoe/3890402 to your computer and use it in GitHub Desktop.
A form with IMLCaptcha added in
<form name="contact" action="" method="post">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
<br/>
<label for="email">Email Address</label>
<input type="text" name="email" id="email" class="email" />
<br/>
<label for="message">Message</label>
<textarea name="message" id="message" rows="8" cols="40"></textarea>
<br/>
<?=$captcha?>
<br/>
<input type="submit" name="submit" id="submit" value="Send Email" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment