Jack's Scripts

Mail code script email | contact form php | Formmail | Form Mail Script | Email form to html Mail PHP | Form to email | Email form php | Form to mail | Form to mail Guide
Home of Jack's Formmail.php

##############################################################################
# PLEASE DO NOT REMOVE THIS HEADER!!!
#
# COPYRIGHT NOTICE
#
# FormMail.php v5.0 (MODIFIED)
# Copyright 2000-2004 Ai Graphics and Joe Lumbroso (c) All rights reserved.
# Created 07/06/2000   Last Modified 10/28/2003
# http://www.dtheatre.com, http://www.dtheatre.com/scripts/
##############################################################################
#                        Important Notice!
#
# This cannot and will not be inforced but I would appreciate a link back
# to any of these sites:
# http://www.dtheatre.com With the following linking words: Movie News
# http://www.dtheatre.com/scripts/ With the following linking words: Form to email
# http://www.dtheatre.com/TV/ With the following linking words: Satellite TV Software
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
##############################################################################

<html>

<form method="post" enctype="multipart/form-data" action="formmail.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">
<input type="hidden" name="path_to_file" value="/www/uploaded/files">
<input type="hidden" name="require" value="email,phone_no">
<input type="hidden" name="recipient" value="your@email.com">
<input type="hidden" name="sort" value="alphabetic">
<input type="hidden" name="ar_file" value="/www/formmail_path/autoresponder.txt">
<input type="hidden" name="ar_subject" value="Thank you for your interest!">
<input type="hidden" name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<table>
 <tr>
  <td>
      Option 1: <input type="checkbox" name="multi[]" value="option 1"><br>
      Option 2: <input type="checkbox" name="multi[]" value="option 2"><br>
      Option 3: <input type="checkbox" name="multi[]" value="option 3"><br><br>
  </td>
 </tr>
 <tr>
  <td>
    <select name="multi2[]" size="3" multiple>
     <option>Option 1</option>
     <option>Option 2</option>
     <option>Option 3</option>
     <option>Option 4</option>
     <option>Option 5</option>
    </select>
    <br>
  </td>
 </tr>
 <tr>
  <td>Your Phone:</td><td><input type=text name="phone_no"></td>
 </tr>
 <tr>
  <td>Your Email:</td><td><input type=text name="email"></td>
 </tr>
 <tr>
  <td>Upload Image:</td><td><input type="file" name="file"></td>
 </tr>
 <tr>
  <td>Attach File:</td><td><input type="file" name="attachment"></td>
 </tr>
 <tr>
  <td>What you think about me:</td><td><textarea name="What you think about me" cols="40" rows="3"></textarea></td>
 </tr>
 <tr>
  <td colspan="2"><input type="submit"><input type="reset"></td>
 </tr>
</table>

<br><br><hr>
This form is powered by <a href="http://www.dtheatre.com/scripts/">Jack's Formmail.php!</a>

</form>

</html>