Łukasz Wilk
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Chrome Autofill filling email in all fieldsYes, you are completey right. It was a typo on my side. Thx for correcting.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 : Disable or Correct Chrome AutoCompleteI had similar problem with autocomplete messing up my form and putting everywhere e-mail. The problem was with labels. And to be more precise, the lack of them. Every field must have a label with ‘for’ tag. Here is an example code how it should look like.
<p><label for="your-email">Your Email (required)<label><br /> [email* your-email] </p> <p><label for="your-subject">Subject<label><br /> [text your-subject] </p>Forum: Plugins
In reply to: [Contact Form 7] Chrome Autofill filling email in all fieldsI’m not sure if you still need help but for other I will still post. You were right thinking that labels are the problem. Here is sample code of how it should look to work correct.
<p><label for="your-email">Your Email (required)<label><br /> [email* your-email] </p> <p><label for="your-subject">Subject<label><br /> [text your-subject] </p>Hi there, this plugin is great except this bug mentioned above. Do you have any +/- date when can we expect fix for this bug?
Viewing 4 replies - 1 through 4 (of 4 total)