Welcome Guest, Not a member yet? Register   Sign In
Form validation error delimiter
#1

(This post was last modified: 12-19-2016, 08:54 AM by mla.)

Hello

I read form validation documentation about error delimiter setup:


PHP Code:
$config['error_prefix'] = '<div class="error">';
$config['error_suffix'] = '</div>'

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
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB