You are here:   Module Development > Custom Email Form
Register   |  Login

Custom Email Form Fields

Minimize

The Custom Email Form is a fully customisable email form with CAPTCHA for DotNetNuke.

Standard built in display fields include:

  • Email CC
  • Email BCC
  • Name From
  • Email From
  • Email Subject
  • Email Body

All standard display fields are optional and can be switched off on the settings page.  If the Email From field is switched off, a predetermined email address must be specified for this field on the settings page.

Additional fields can also be added to the form to capture specific infomation if required.  The following field types can be added to the form:

  • CheckBox
  • DropDownList
  • TextBox

Using the 'Fields' field on the settings page, you can specify additional fields by using the following examples:

TextBox Example:
Example 1,Help Text,TextBox
 
DropDownList Example:
Example 2,Help,DropDownList,Item 1;Item 2
 
CheckBox Example:
Example 3,Help,CheckBox
 
Each form field needs to be seperated by pipe ( | ) and DropDownList items need to be seperated by semicolon ( ; ).

Adding all three examples above would look like the example below:

Example 1,Help Text,TextBox|Example 2,Help,DropDownList,Item 1;Item 2|Example 3,Help,CheckBox

Custom Email Form

Minimize

A working version of the custom email form is shown below.

Custom Email Form

Minimize

 

 








Enter the code shown above in the box below
  Submit           Cancel