^SITEDESC^
^SITEPATH^

Create a form definition

This form will allow you to create a form definition.

The name of the form for reference and identification. For certain form types, it will be used as the name of the clickable link. The description of this form. For certain form types, it will be used as the description below the clickable link. ^selecttype^

Select the function of this form.
Member Page will appear as a clickable link at the Member Page , authentication is also required.

Check to disable the form without the need to delete the information. Enter fields definition here. Please fill-up the provided template, be careful not to ruin the template format including spacing to avoid errors. Copy and paste the lines if more fields are required or delete the lines if lesser fields are needed.
name is the name of the field.
detail is the description that will appear below the edit box.
id The field ID based on CDB::FM where the data will be stored..
option option for this field, current available options are:
—> SAVE – Field input will be saved to the corresponding field under CDB.
—> READONLY – Field input will be ignored, the edit box becomes uneditable.
—> REQUIRED – Field input must have a value to continue.
—> NOCHECKING – Field input will not be checked even if the field type requires it.
reqmsg is the message to be displayed if the field was left blank and REQUIRED option is set.
preCond preCond will be checked to see if the user contained on this field is allowed to proceed.
      Example: preCond={seqCBTEST=checked}
      means the field CBTEST should be 'eq' or 'equal' to string value 'checked' to proceed
preCondMsg is the message to display if preCond is not met.
copyField Copy value from specified field ID based on CDB::FM .
Form specific options.