Form validation error delimiter |
Hello
I read form validation documentation about error delimiter setup: PHP Code: $config['error_prefix'] = '<div class="error">'; But if I use "in line" messages (Showing Errors Individually), for example on the right of each field of a form, the messages are (automatically?) formatted with <p>message</p> Is it possible to suppress paragraph html tag? Thanks |
Messages In This Thread |
Form validation error delimiter - by mla - 12-18-2016, 02:32 PM
RE: Form validatiion error delimiter - by PaulD - 12-18-2016, 04:42 PM
RE: Form validatiion error delimiter - by mla - 12-19-2016, 08:52 AM
|