Editing registration form
You can edit fields in a form to be required or optional. Also, using Media Factory, you can add or remove fields.
To removing pre-existing fields:
- In the Navigation bar, select Applications>Applications.
- On the Applications page, select an application.
- Under Sections, click Application Templates.
- Under Application Templates, click Login .
Note: Any template with fields can use this method
- Set a field to either True or False . True will display the field and False would hide the field.
Example:
<fm:Include
name=“sub_form”
username=“false”
firstname=“true”
lastname=“true”
address=“true”
city=“true”
province=“true”
country=“true”
postalcode=“true”
birthday=“true”
gender=“true”
phone=“true”
cellphone=“true”
captcha=“true”
newsletter=“true”
rules=“true”
map=“true”
twitter=“true”
To make a field mandatory or optional:
- In the Navigation bar, select Applications>Applications.
- On the Applications page, select an application.
- Under Sections, click Application Templates.
- Under Application Templates, click sub_form.
- Find the fields that you would like to edit:
- To make a field required, it must have required=”1”
- To make a field optional, you must remove required=”1”
Note: This applies to any template with fields in it.