Display type: Specifies which type of errors to display.
Do not show the errors in the header: Errors are not displayed. For example:
![]()
Display all the errors: Errors are not displayed. For example:

Display the first error: The first error only is displayed. For example:

Show an alert with all the errors: An alert box pops up, displaying all the errors. For example:

Show an alert with the first error: An alert box pops up, displaying only the first error. For example:

Code before errors: Specifies optional text and/or HTML code to be inserted before the error messages.
Code between errors: Specifies optional text and/or HTML code to be inserted between the error messages.
Code after errors: Specifies optional text and/or HTML code to be inserted after the error messages.
Shift controls down in fixed mode when errors
Fixed:
Proportional:
Error control: In error control, you can specify the settings of cells that have the act as an error control property set. For example, you could add an exclamation mark at the end of the control or make its background red.
Code in line (<TR>): specifies optional HTML properties for the cell’s <TR> tag.
Code in cell (<TD>): specifies optional HTML properties for the cell’s <TR> tag.
Code before: specifies text or HTML script that will appear just in front of the cell's caption.
Code after: specifies text or HTML script that will appear just after the cell's caption.
Code in control: specifies HTML properties for the cell’s control. For example: if you enter <font color="#FF0000" > Error here</font> in code after and check act as an error control for the question's label, the result will be:
![]()