Your opinion to this page?
Deutsch Deutsch English English

Loops in Forms <<    ^ CMS module: MPForm (Homepage of the module) ^    >> Settings of MPForm

MPForm Documentation: Field types of MPForm

Level of difficulty: B 

The following table lists all types of fields used in MPForm.
The following properties are available for nearly all types and are therefore not mentioned for each type:

Type Uses HTML element Used for Special properties
Field types of MPForm
Heading label (Sub-)Headings Template: html source code, for instance for spanning multiple columns in a table
Text field (one line) input type="text" short text  
Text area (multi line) textarea long text Width and Rows: size of the area
Select Box select list for single or multiple selection List: the options you offer, with the checkboxes you can mark default values.
Allow Multiple Slections: yes or no?
Radio Button Group input type="radio" single selections List: the options you offer, with the radio buttons you can mark a default value.
Separator: html code for separating the options
Checkbox Group input type="checkbox" multiple selection List: the options you offer, with the checkboxes you can mark default values.
Separator: html code for separating the options
Fieldset (Start and End) fieldset grouping of items Better than a header, a fieldset allows to group fields. You only can set a title to the fieldset.
Like any html element containing child elements, a fieldset must be closed after the last child. This type has no settings at all, the title is just for the backend, you can put any text you want here or leave the default text.
Email Address input type="text" Email address  
E-Mail Recipient select selection of recipients of the form which have been listed in the backend  
E-Mail Subject (Suffix) input type="text" extension of the subject for the email which has been defined in the backend  
Date input type="text" date  
Integer value input type="text" whole number Only positive integer numbers are allowed with characters 0..9
JavaScript checks already in the browser that no other characters will be entered.
Decimal value input type="text" decimal numbers Signed decimal numbers are allowed with characters 0..9,.+-
JavaScript checks already in the browser that no other characters will be entered, and the server side script will make sure that an useful number has been entered. Both "," and "." are allowed as decimal point to not perplex users in some countries.
File Upload input type="file" allowing to upload files You probably do not want allow everybody to download files uploaded by an (anonymous)  user. This is nearly impossible because the file name will be extended by a random number.
HTML-Code   HTML source code