Mail Form
This is a SAMPLE of a mail form that OneNet Clients may utilize on the OneNet Server. Do not use this form to send OneNet customer support questions. Mail sent via this form is not received by a live person. If you need assistance, please visit our Technical support Questions or Problems page. If you want to have a form on our server and need the users input mailed to you, you may utilize the CGI that operates this form. Check the README file assistance in utilizing this program. Check for the code utilized by this form.
If you are a OneNet client and are having problem using it, please complete the Help Form or report the problem to: formhelp@onenet.net. Be sure to include the URL of the the Form page and your server name along with the exact error message you get, if any.
(Please keep in mind,
this does email me, if you want to play with it copy the code and change the
"recipient" to your email address.)
You can use either http://www.onenet.net/cgi-bin/FormMail.cgi or https://www.onenet.net/cgi-bin/FormMail.cgi
Sample HTML code
<form method=post action="http://www.onenet.net/cgi-bin/FormMail.cgi">
<input type=hidden name=subject value="Test Form">
<input type=hidden name="recipient" value="nobody@onenet.net">
E-mail: <input type=text name="email">
Name: <input type=text name="realname">
<input type=hidden name="title" value="Feedback Form Results">
<input type=hidden name="return_link_url" value="http://www.onenet.net/onenet/">
<input type=hidden name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<input type=hidden name="return_link_title" value="Want
to see that Again?">
<input type=hidden name="bgcolor" value="#FFFFFF">
<input type=hidden name="text_color" value="#000000">
<input type=hidden name="required" value="email,realname">
Comments:<TEXTAREA wrap="physical" name="comments"
cols=50 rows=3 maxlength=60>
</textarea><br>
<SELECT NAME="Test Option">
<OPTION>Test 1
<OPTION>Test 2
<OPTION SELECTED>Select One
</SELECT>
<br><br>
<input type=radio name="Test Radio" value=on><b>On</b><br>
<input type=radio name="Test Radio" value=off><b>Off</b><br>
<br>
<input type=checkbox name="Test Check3">Test 3<br>
<input type=checkbox name="Test Check4">Test 4<br>
<INPUT TYPE="SUBMIT" VALUE="GO">
<input type="reset" value="RESET">
</form>
|
Comments or questions regarding OneNet: webmaster@onenet.net |
|
|
Copyright 2000-2001 by OneNet® |