Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Webform Validation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 20:37 UTC
Updated:
13 Dec 2012 at 20:40 UTC
This is ref to http://drupal.org/node/1734736 -as this is closed I am creating a new thread following the comment #5 on the above link.
@Attiks :
Can you please give some instructions or steps.
This was my original thread : http://drupal.org/node/1785106
Thanks
Comments
Comment #1
attiks commentedBy default it will check all webforms, so it will detect all required fields.
I assume you've read http://drupal.org/node/1324924
Comment #2
akshita commentedThank You- Much Appreciated.
Is there a way to validate the value of the field -for example captcha verification(this is done only when we submit the form
) - If this is resolved at client side then my uploaded multifiles will not be erased.
Comment #3
attiks commentedClientside validation supports captcha, but I didn't test it inside webform, let me know if it works.
Comment #4
akshita commentedHi Attiks
I could not able to make it work . If the captcha word verification field is left blank on blur validation is done for empty field but not when wrong value is entered .
Because of captcha module the verification is done after the webform is submitted.
Thanks
Comment #5
attiks commentedTurning this into a feature request, Jelle_S might have some time to work on this
Comment #6
akshita commentedThank You. Much Appreciated :)
Comment #7
jelle_sAdded in latest dev version.
Comment #8
akshita commentedThank You Very much :)
Comment #9
akshita commented7.x-1.x-dev or 8.x-1.x-dev ?
I am confused with the dates.Please advice which one do I have to use to verify captcha at client side.
Comment #10
attiks commentedThe first number indicates the drupal version, so for Drupal 7 use 7.x-1.x-dev
Comment #11
akshita commentedso the new feature -captcha verification is added in 7.x-1.x-dev
Jelle says -Added in latest dev version. (so I am in a dilemma which version -I am using drupal 7)
Comment #12
jelle_sYes, sorry I should have been more clear.
You filed this issue for the Drupal 7 version. So when I say "the latest dev version" I mean 7.x-1.x-dev.
"The dev version" of a module always ends with "-dev".
For more information on version numbers please read http://drupal.org/node/467026.
Comment #13
akshita commentedThough I have deselected option validate on blur - this still works when the value is not entered in the required field and also client side validations are not working in IE 7
Please suggest
Thanks
Comment #14
akshita commented@#12 -thanks Jelle.
I am sorry for bothering you. I would have referred and make myself clear with the versions. My apologies.