Hi,

I cannot get the "Clientside Validation IFE" module to work.

It is enabled among with its dependencies. On the IFE settings page (admin/config/user-interface/ife) I've chosen "Show error messages through Clientside Validation" for my form.

When I submit the form (setting "Validate fields on submit" is off for this form) I don't get any error messages at all.

The inputs of the form get the class "error" and get their red border, but there are no error messages. No error messages actually means that the Clientside Validation IFE module is working as with the other settings in IFE messages do appear. The problem is there are no messages wrapped in label, span or div (whatever defined) after the form submission.

Any ideas? Thanks!

Comments

jongagne’s picture

This might be related to the error that I have been getting. Details here:

https://drupal.org/node/2268513

attiks’s picture

vlad.dancer’s picture

Hi, I've had debugging and found that this is complex issue and if you want to make it work on the single form than applying patch from #2268513 is enough to fix it, but when you need that it works for ajax multistep form than it's real problem related to the Drupal.settings merging when using AJAX