Hi everyone,
I've got a fairly simple custom form, and if I use the %form_contents% keyword to output the form, all the error messages that I've put in for each required field gets output just after the field input.
But I need to customise the display of this form, so I'm using the keywords to output the individual fields. At the top I have:
<p class="errors">%form_errors_message%</p>
<p class="errors">%form_errors%</p>
If I submit the form without filling in required fields, the first keyword %form_errors_messages% outputs my customised message.
But the %form_errors% isn't outputting anything. It should be outputting a list of all the individual error messages for each field that isn't valid.
So why isn't %form_errors% working, and what do I need to do to get those errors to output but on my customised layout?
Thanks!
Charlie.