Hello, I am using drupal-6.22, webform-6.x-3.11, webform_ajax_page-6.x-1.0, and clientside_validation-6.x-1.24.

The issue I am experiencing is as follows:

Set up two email fields on a webform, email and confirm_email, within an "Ajax page" component.
Set Webform Validation with validator "Must be equal" on these two fields.
Now, entering the same value in both fields gives the error, "Confirm email field has to be equal to Email." Why is it throwing errors if the data in both fields are exactly equal?

I also tried creating a custom validation in my own module, following the potpourri example here...but the javascript in that example does not fit the requirements for this validation. I have searched the clientside validation and webform validation issue queues and found nothing with these exact specifications.

Certainly this can be corrected, please help.

Comments

jelle_s’s picture

Version: 6.x-1.24 » 7.x-1.x-dev

This should be fixed in the latest dev version (download from git or wait at least 12 hours to download it from drupal.org). Can you confirm?

I'll see if this bug exists in 7.x too

jelle_s’s picture

Status: Active » Fixed

Fixed in latest dev version of both 6.x and 7.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.