I have an email field and ajax validation rules by field_validation. If i enter an email address and click submit directly without clicking at another field or somewhere else on the page the clientside validation will get triggered by the submit and the field is validated corretly but after the submit reloaded the page it shows an error that the field is required and not filled. This error is not there if i trigger the validation before submitting the node by clicking at another field.

CommentFileSizeAuthor
#2 0001-Ajax-disable-fixing.patch1.45 KBserverofworld
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fox_01 created an issue. See original summary.

serverofworld’s picture

I think you have to use a patch that switch off an adding "disabled" to fields...

fox_01’s picture

Status: Active » Needs review

patch #2 works for me.

fox_01’s picture