As a matter of fact the module doesn`t work with http://drupal.org/project/html5_tools
It works only on submit.
Thanks for the great module anyway

Comments

jelle_s’s picture

Category: bug » feature
Priority: Major » Normal

As I am unfamiliar with this module, how could I test this? Does it provide new fields for field api/webform/form api/...?

jelle_s’s picture

Support for the field api fields provided by html5_tools was added to the latest dev version. Let me know if I missed something

rootical’s picture

I 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!

jelle_s’s picture

Have 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.

rootical’s picture

Status: Active » Closed (fixed)

Now it works just fine with dev version!
Thanks a lot!