Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.25
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jan 2012 at 10:30 UTC
Updated:
18 Feb 2012 at 11:55 UTC
Comments
Comment #1
jelle_sAs I am unfamiliar with this module, how could I test this? Does it provide new fields for field api/webform/form api/...?
Comment #2
jelle_sSupport for the field api fields provided by html5_tools was added to the latest dev version. Let me know if I missed something
Comment #3
rootical commentedI have enabled support for html 5 forms of course..
The firebug doesn`t give any mistakes. The module just works only when you try to submit a form and doesn`t accept any rules to fields and do not give a needed mistake.
There are lots of implementations in forms so i don`t even know why this happen..
Could you please just enable this module html5_tools and see?
Or it would be better to submit an issue in html5_tools tree?
Thanks for the replies!
Comment #4
jelle_sHave you tried the latest dev version of Clientside Validation.
Here's what I did and it worked:
Enable html5_tools, clientside_validation, clientside_validation_form, clientside_validation_html5
Add a new html5 field to a content type (number field, email field, ....)
Create a node of that content type and fill in a wrong value for that field
You should get an error message from clientside validation now.
If this still doesn't work (with the latest dev version), can you provide me with a url where I can test? Because it seems to work fine here.
Comment #5
rootical commentedNow it works just fine with dev version!
Thanks a lot!