Configurations

There are quite some configurations possible within this Add-On. Below is a list of all the available configurations (with the default values).

Block Open Tag
This is the HTML that gets added at the very start of the block itself.

Default value: <div class="ccm-block-express-form"><div class="ccm-form">

Block Close Tag
This is the HTML that gets added at the very end of the block itself.

Default value: </div></div>

Form Open Tag
This is the HTML that gets added before the form (<form>) starts.

Default value: <div class="ccm-express-form">

Form Close Tag
This is the HTML that gets added after the form (<form>) closes.

Default value: </div>

Field Set Open Tag
This is the HTML that gets added before the field set starts.

Default value: <fieldset class="ccm-express-form-field-set">

Field Set Close Tag
This is the HTML that gets added after the field set closes.

Default value: </fieldset>

Field Set Title Open Tag
This is the HTML that gets added before the field set title starts.

Default value: <legend>

Field Set Title Close Tag
This is the HTML that gets added after the field set title closes.

Default value: </ legend >

Display Field Set Title
Whether or not to display the field set title. Check this checkbox to actually display it.

Default value: Yes (checked)

Required HTML Element Open Tag
This is the HTML that gets added before the required element starts.

Default value: <span class="text-muted small">

Required HTML Element Close Tag
This is the HTML that gets added after the required element closes.

Default value: </span>

Required HTML Element Content
This is the text/HTML that gets added after the label of an input. By default, this is set to “Required”. You could turn this text into an asterisk (*) for example.

Default value: Required

Captcha Open Tag
This is the HTML that gets added before the captcha starts.

Default value: <div class="form-group captcha">

Captcha Close Tag
This is the HTML that gets added after the captcha closes.

Default value: </div>

Submit Button Open Tag
This is the HTML that gets added before the button starts.

Default value: <div class="form-actions"><button type="submit" name="Submit" class="btn btn-primary">

Submit Button Close Tag
This is the HTML that gets added after the button closes.

Default value: </button></div>

Submit Button Content
If you leave the 'Submit Button Label' field empty in your block, the value you enter here will be used instead (if not empty). This way you can have the same content for each and every button and in case you need to change the value, you only need to do that for this field! Content could be “Send”, “Submit” or “Send form” for example.

Control Class
The class name(s) you’d want to have for your inputs/fields.

Default value: form-group

Control Label Class
The class name(s) you’d want to have for your inputs/fields labels.

Default value: control-label

Display Control Label
Whether or not to display the control label. Check this checkbox to actually display it. In case all your forms (fields) use placeholders, you can decide to not display your labels.

Default value: Yes (checked)