KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/yaleb/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/yaleb/examples/testform.htm
<html>
<head>
<title>Soupermail Test Form</title>
<link rel="stylesheet" type="text/css" href="examples.css">
</head>

<body>

<h1>Soupermail Test Form</h1>

<form method="post" action="/cgi-bin/soupermail.pl">
<input type="hidden" name="SoupermailConf" value="testform.con">

Enter Some Text: <input type="text" name="some_text" size="15"><p>
Try this Textarea:<br>
<textarea name="text_box" rows="5" cols="30" wrap="virtual"></textarea><p>
Some checkboxes: <br>
1 <input type="checkbox" name="checks" value="1"> &nbsp;&nbsp;
2 <input type="checkbox" name="checks" value="2"> &nbsp;&nbsp;
3 <input type="checkbox" name="checks" value="3">&nbsp;&nbsp;
4 <input type="checkbox" name="checks" value="4">&nbsp;&nbsp;
5 <input type="checkbox" name="checks" value="5"> &nbsp;&nbsp;
<p>
The following fields are all type validated in the config file:<br>
(a) <input type="text" name="num1" size="5" maxlength="5"> Number
(checked by <tt>isnumber</tt> in the config file)<br>
(b) <input type="text" name="num2" size="5" maxlength="5"> Integer 
(checked by <tt>isinteger</tt> in the config file)<br>
(c) <input type="text" name="mail" size="25"> Email 
(checked by <tt>isemail</tt> in the config file)<br>
(d) <input type="text" name="cc" size="16" maxlength="16"> Credit Card Number 
(<b>4242424242424242 is a valid example VISA number</b>)
(checked by <tt>iscreditcard</tt> in the config file)<br>


<input type="submit" value="Submit">
</form>

</body>
</html>


Anon7 - 2021