Adding a new field

In this article we will describe how to create a new field.

To create a new form, click the "New" button located in the top right corner. In the "Form Edit" tab you can type different information such as title and name for your form. After editing your form information click "Apply" located in the top right corner.

Having the form created we can now proceed in adding fields. In order to create a new field just click the "New Field" button located also in the top right corner.

We can now enable different settings for the field:

Field id:      This is the field identifier. Use only letters for this. No spaces or other special characters;

Fields Title: This is the field Caption;

Description: Here you can insert additional info explaining the field. I will come out in the right side of the field;

Validation: Validation tule for your field if any;

Field Type: The type of the field can be one of these: text, password, radio, checkbox, calendar, textarea, select, button, image button, submit button, reset button, file upload, hidden, free text, ticket number, captcha (anti-spam tool)

Default value: This is the default value

    Example:
        - for a textarea field just the type the desired text
        - for a radio button If you want a default selected Radio, add {checked} after the value of the radio like this: radio1|First Description,radio2{checked}|Second Description,radio3|Third Description
        - for a checkbox field: add {checked} after the value of the Checkbox like this: check1{checked}|First Description,check2{checked}|SecondDescription, check3|Third Description

You can find a detailed description on each fields on the right side of your field settings, in the "Field Notes".

Additional attributes:  You can add here additional field attributes such as style="width:100%;" or onclick="doSomething();"

Field Style: You can alter the default form field style (this requires some html knowledge)

One person found this article helpful.


Was this article helpful?

Yes No
Sorry about that