Help
- A. Form Creation and Editing
- B. Email Setting
- C. Entry management
- D. Logic Settings
- E. Advance Settings
- I. Simple HTML tag
- II. Default Custom CSS
- III. Default University ID
- IV. Merge tags
- F. Other resources
E. Advance Settings
I. Simple HTML Tag
For the Form Titles, Form Descriptions, Field Labels, Section Breaks, Guidelines for user, or Descriptions, all accept HTML markup.
II. Default Custom CSS Class
1. Guidelines
Default guidelines normally display on the right side of the field.
To display guidelines below the field, type guidelines_bottom in the field property.
2. Field Alignment
Default fields will display one by one vertically.
To align those fields into a line (from 2 columns to 6 columns evenly), type column_2 for two columns, type column_3 for three columns and so on in the field property.
To make 2 rows with 3 columns in each row, just use custom CSS Classes "column_3 new_row" on the first column of each row.