Hi

I have implemented the module and all works well but there is an issue when using auto-fill with the form.

I am using Chrome and have my details in the auto-fill fields, when I do use this (or Chrome prompts me to use them) the submit button does not appear. If i go back and re-enter the information manually (the fields are yellow if auto-filled) then the submit button appears.

I have been looking at the code but the drupal syntax isn't 100% clear to me so i am not getting the desired result.

Any ideas?

S

CommentFileSizeAuthor
#2 adding-autocomplete-off-2490454-2.patch995 bytesharsh.behl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aprogs’s picture

Hi,

thanks for bug report.
Module uses standard Drupal FAPI #states to show or hide the button. It might me useful to create JavaScript behaviour that will trigger element's handler and notify #states to show/hide the button.

harsh.behl’s picture

Hi,

I have added a patch to remove the autocomplete attribute from required fields.

Hope this helps.

harsh.behl’s picture

Status: Active » Needs review