Front pages:
Joomla - login page
Joomla - registation page
Joomla - com_contact page
< input type="email" name="customerEmail" autocomplete="email"/ >
< input name="jform[email2]" class="validate-email required" id="jform_email2" value="" size="30" required="required" aria-required="true" type="email" >
Joomla 3.4.1
A lot of websites rely on forms for important goals completion, such as completing a transaction on a shopping site or registering on a news site. For many users, online forms mean repeatedly typing common information like their names, emails, phone numbers or addresses, on different sites across the web. In addition to being tedious, this task is also error-prone, which can lead many users to abandon the flow entirely. In a world where users browse the internet using their mobile devices more than their laptops or desktops, having forms that are easy and quick to fill out is crucial! Three years ago, we announced the support for a new “autocomplete” attribute in Chrome, to make form-filling faster, easier and smarter. Now, Chrome fully supports the "autocomplete" attribute for form fields according to the current WHATWG HTML Standard. This allows webmasters and web developers to label input element fields with common data types, such as ‘name’ or ‘street-address’, without changing the user interface or the backend. Numerous webmasters have increased the rate of form completions on their sites by marking up their forms for auto-completion.
For example, marking up an email address field on a form to allow auto-completion would look like this (with a full sample form available):
< input type="email" name="customerEmail" autocomplete="email"/ >
Making websites friendly and easy to browse for users on mobile devices is very important. We hope to see many forms marked up with the “autocomplete” attribute in the future. For more information, you can check out our specifications about Label and name inputs in Web Fundamentals. And as usual, if you have any questions, please post in our Webmasters Help Forums.
http://googlewebmastercentral.blogspot.ru/2015/03/helping-users-fill-out-online-forms.html
Title |
|
Category | ⇒ | Feature Request Front End |
Labels |
Added:
?
|
I just tested this again
Register Page - autocomplete working perfectly on the name field in Google Chrome
Contact form- autocomplete not working
I tried the suggestion of adding autocomplete="name"
to the contact form but it had no effect
this is new standart for web, for Html forms! If before you never write your name at this field, probably you no have effect. This new parameter for situation, when you meet another site with this "autocomplete" field.
browser Google Chrome full support this "autocomplete" parameter, and probably another browsers add support or support now this parameter.
Autocomplete increase user registrations, for example - on smartphones people no like write again and again his name or e-mail, at registration forms on websites...
If you sell something via e-commerce, this "Autocomplete" fields can increase sales in your e-shop.
please, just add this "autocomplete" parameter.
Hey folks,
How do I get a (this) pull request merged to an existing issue?
In this case to #6998
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-26 10:58:53 |
Closed_By | ⇒ | zero-24 |
To be clear the problem is NOT that autocomplete is not enabled, it is enabled by default.
The problem is that the value for name does not match the expected value for an autocompletion
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6998.