RSjoomla! - Quality Joomla! Components

My Account






Lost Password?
No account yet? Register

Newsletter Subscribe

If you would like to be one of the first people to hear about the release of our new components then make sure you have subscribed to our announcements list! We won't bug you with unnecessary stuff.




RSform! Logo User Guide

Manage the fields 

Adding a new field [Read All]

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)

Editing a field [Read All]

In this article we will describe how to edit a field.

In the "Form Fields" area you are able to rearrange the position of any field by pressing the green arrows bellow  "Order", and also choose if you want the field to be displayed in the form by pressing the button bellow "Publish".

In order to edit a field setting just click on the corresponding field id. The setting area will open. Here you will be able to edit any setting previously created.

A summary of the editable settings:

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 rule 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)

Changing the field style [Read All]