Last Update: 2023-11-16
survey_detail.php |
Survey Page |
Survey custom fields and snipplets are defined in survey_config.xml.
The following classes can be used to style generated form elements in survey form.
| CSS Class | used for |
|---|---|
| Layout: | |
| .form_item_template_1 | wrapper table of a vertical element |
| .form_item_template_3 | wrapper table of a horizontal element |
| .title | container of headline and title of fields |
| .text | container of text and fields |
| .col | column of table |
| Form elements: | |
|---|---|
| .feld | form all input fields |
| .mod_formitem_field | single line text input (not address data field) |
| .mod_formitem_textarea | multi line text input |
| .mod_formitem_select | dropdown input |
| .mod_formitem_textarea | multi line text input |
| .mod_formitem_option | container of radio/checkbox |
| .ep-radio-container | container of radio input |
| .ep-checkbox-container | container of checkbox input |
| .ep-checkbox-single | container of single checkbox input |
| .mod_formitem_matrix_table | table of matrix question |
| .mod_formitem_matrix_col | table cell of headline in matrix question |
| .mod_formitem_matrix_row | table cell of matrix question |
| .mod_formitem_matrix_row_label | first table cell of matrix question |
| .mod_form_button | form button |
| .ep-survey-button-back | form button to previous page |
| .ep-survey-button-next | form button to next page / submit |
| .mod_formitem_title | title of input fields |
| .mod_formitem_description | desctiption text for fields |
| .mod_formitem_text | text elements |
| .ep-file-upload | file input field |
| .ep-label | label of radio/checkbox |
| .ep-conditions | container of conditions checkbox |
| .survey_img | image element |
| .gallery | container of gallery |
| .readonly | disabled input |