Custom error reporting |
![]() ![]() ![]() |
If you wish to change the way of error messages showing, you have next settings to implement in configuration file: error_block_begin - Error block beginning HTML Example: error_block_begin = <TABLE align="center" border="1"> If error appears, form applicant will see the error message like a table, and error fields will be highlighted by red border and yellow background. Remember to put in <!-- FPP_ERROR --> tag to the page where you'd like to display error messages. |