Active
Project:
Field Validation
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2012 at 18:54 UTC
Updated:
13 Nov 2012 at 03:17 UTC
I think that the field validation could be enhanced to produce custom output - #742344: Allow forms to set custom validation error messages on required fields - if this isn't possible already.
Would be great if we could use this module to produce more accessible validation messages.
Comments
Comment #1
g089h515r806 commentedI have added a "required field" validator, which could set custom error message.
There is a issue, the required symbol "*" does not display when you use "required field" validator.
Comment #2
mgiffordWould it allow you to do #1797438-56: HTML5 validation is preventing form submit and not fully accessible
Comment #3
g089h515r806 commentedNow we have email, url, phone,color, numeric(html5) validators , which could do html5 validation work.
Comment #4
mgiffordThanks!