php-form-processor/form.html

30 lines
1.1 KiB
HTML

<head>
<title>This is my title</title>
</head>
<body>
This form is for testing out my templating for my mail script. It's an addlib of one of my sister's fan fics she wrote. Feel free to fill it out and it will send the addlib to me. <br>
<br>
Please put everything in past tense unless otherwise stated.<br>
<br>
<form action='process.php' method='post'>
adjective <input type="text" name="adjective1"><br>
adjective <input type="text" name="adjective2"><br>
animal<input type="text" name="animal1"><br>
verb<input type="text" name="verb"><br>
adjective<input type="text" name="adjective3"><br>
animal<input type="text" name="animal2"><br>
<script type="text/javascript"
src="http://api.recaptcha.net/challenge?k=6LfGEwsAAAAAAEfdb77X7r7gbSJwOlLz44-RW6zA">
</script>
<noscript>
<iframe src="http://api.recaptcha.net/noscript?k=6LfGEwsAAAAAAEfdb77X7r7gbSJwOlLz44-RW6zA"
height="300" width="500" frameborder="0"></iframe><br>
</noscript>
<input type='submit' name='Click here to email me the adlib!'>
</form>
</body>