Overview
Dynaforms can be customized in style and color giving them an appeareance according to the user's needs. The responsive forms cannot be customized directly from its interface, instead it is necessary to create a css file in order to add in it the corresponding classes. Either all DynaForms in a process can have the same style or different styles depending how many files are managed.
The following elements can be customized:
- Form Background.
- Title and subtitle label.
- Title and subtitle background.
- Buttons.
- Grids.
- Grid Title
- Message Errors.
Recommendations
It is not recommended to create the css file in any directory of ProcessMaker, because upgrading ProcessMaker will overwrite this file and any changes will be lost. Instead, create a custom ProcessMaker skin and copy the CSS file in the direcory:
<install_directory>/shared/skins/skin-name/
ProcessMaker Classes
- pmdynaform-form
- pmdynaform-label-title
- pmdynaform-label-subtitle
- pmdynaform-field .control-label.pmdynaform-label
- pmdynaform-field-button
- pmdynaform-message-error
- pmdynaform-field-grid
- pmdynaform-grid-tbody
- pmdynaform-field-grid .pmdynaform-grid-fields .form-group
- pmdynaform-grid-thead
- form-control
- pmdynaform-grid-title