[Contents]   [Back]   [Forward]

Mail Forms Options

This page contains the configuration options for your Mail Forms.

Mail Form URL

The first section contains the URL you will use to post your Mail Forms. You should use this as the "action" parameter of your form tag.

You must also add a hidden input field to the form named "org" (with the value being the Organization ID from the General/Identification page of your Control Panel).

The available optional fields are as follows:

Note that all field names must be lower case but the values are not case sensitive.

The form should look something like this:

<form method=post action='http://community.hunin.com/services/mailforms/mailform.php'>
   <input type=hidden name='org' value='MyURLName'>
   *** Insert your form fields here!! ***
   <input type=submit>
</form>

Base URL

The Base URL field is the root of your website in the form of "http://www.yourdomain.com/". This is required because it is used to verify that all forms posted originate from your website.


Note: All fields marked with a * are required!