Hi,
I created two textfields under a table element in a webform and validated those two fileds using webform validation(regex code) and enabled clientside validation. But validation is not working for those fields. Even if i make those fields manditory and submit the form without filling it "field is required" error messege is not been displayed. Is there a way to resolve this?
Comments
Comment #1
jelle_sThis module already is kind of a 'hack' on the webform module, because it doesn't have support for one element to contain this much data. This means that standard validation is indeed broken, and it is not an easy fix. We are aware of this problem, but haven't got around to fixing it. And as I said before, it isn't an easy fix. We'll try to have a look at it when we find the time to do so.
Comment #2
gopisundar commented@Jelle_S
ok. i hope this will be ok in the next release.Thanks for replying.
Comment #3
jelle_sRequired validation is fixed in the latest dev version. Not sure if we can support the Webform Validation rules.
Comment #4
attiks commentedTurning this into a feature request.
Comment #5
gopisundar commented@attiks
I tried with the latest dev version. Manditory field validation is working good. thanks a lot. I hope, soon webform validation rules will also be implemented.
thanks in advance.
Comment #6
jtwalters commentedI don't think required validation is working for date elements. Have you tested that?
Comment #7
gopisundar commented@jtwalters
Sorry i didnt check the date component for the first time. Today i tried. required validation is not working for date component.
Comment #8
ownage commentedThis issue is affecting the completion of a patch for Webform:
http://drupal.org/node/336150#comment-6188222
Comment #9
attiks commentedDate should be fixed in latest dev version.