Automation of forms on the site in Yandex

Automation of forms on the site in Yandex

  • Step 1. Fill a profile in Yandex Browser
  • Step 2. Check the correct auto -filling of the form
  • Step 3. Bring the necessary edits
  • Recommendations for the marking of the form for auto -filling
  • Sending forms and its correct design
  • How to disable auto -performance on your site website

Automation in Yandex Browser allows visitors to your site to quickly and safely enter personal data, such as bank card numbers and passwords. This improves the process of ordering orders and can significantly increase their conversion. The experiments have shown that the use of auto-filling increases the number of completed orders by 5-10% on those sites where this function works correctly.

For detailed information about setting up the auto -filling of forms, see the section "Automation of forms in Yandex".

Note: If auto -performance does not work in Yandex Browser, most likely it will be inactive in other browsers.

To check the operation of auto -filling on the website of your site, follow the following steps:

Step 1. Fill a profile in Yandex Browser

  • Install Yandex Browser.
  • Go to the settings → passwords and cards or open the Browser page: // Personal/Contacts.
  • Open the section with personal data.
  • Click "Add" and fill out the appropriate fields.
  • To add other data, such as an address or phone, click "Add a field".
  • Do not forget to click "Save."

If the form on your site contains fields for entering passwords and bank card numbers, be sure to enter this data.

Step 2. Check the correctness of the auto -filling of the form on your site

Go through all the fields of the shape of your site and check whether auto -filling prompts are correctly displayed.

Step 3. Bring the necessary edits

If the clues are absent or displayed incorrectly, check the marking of the form for compliance with the standards that are given below.

Recommendations for the marking of the form for auto -filling

Make sure:

  • The marking of the form meets the standards.

  • Data input elements have an Autocomplete attribute with valid values.

    For example:

    Entrance field for the name:

    <input placeholder="Имя" autocomplete="given-name">

    Email entry field:

    <input autocomplete="email">

    Look more in Living Standard and MDN.

  • The input elements should be inside the Form tag. Read more about this in the section "Sending forms".

  • Use intuitive attributes for entry fields, for example:

    AttributeField typeExamples of name
    IdNameFIRST_NAME, NAME_FIRST, FNAME, FIRSTNAME, Given_NAME
    NAMETelephonePhone, PhoneCity, Telephone, Tel
    PLACEHOLDEROrganizationOrg, Organization, Company

    An example of the right code:

    <form><input id="first_name"><input id="last_name"><input name="email"></form>

    An example of an incorrect code:

    <form><!-- Браузер не распознает поле как известное. --><input id="xdia_13">
  • The value of the attribute for the Label tag should definitely refer to the input element for which it is intended.

    An example of the correct use of Label tag:

    <form><div id="customer"><label for="fname">Имя</label><input type="text" id="fname"></div></form>

    An example of the wrong code:

    <form><div id="customer"><label for="">Имя</label></div></form>

Sending the forms and its correct setup for auto -filling

The browser can recognize the data entered by the user, only if the form on the site has a tag <form> and the event of sending, for example, submit.

An example of a correct form of sending:

<form><input type="text"><input type="submit"></form>

If the form is not properly configured, the browser may not recognize the field and not fill them automatically.

How to disable auto -performance on your site website

If you need to disable auto -performance due to incorrect work, you can contact the developers of Yandex Browser to help. However, if a shutdown is necessary for other reasons, try using a non -standard solution:

autocomplete="none"

Using incorrect values for the attribute autocomplete It can lead to a shutdown of auto -filling, but this method will not always work in different browsers. Try to test your site to make sure that auto -performance is disabled.

To receive additional assistance and consultations, you can contact the Yandex Browser team.

If you have any questions, you can contact us to receive professional assistance.

Contact us:

For SEO issues, automation settings and other issues, write on email: info@seo.computer Or in WhatsApp: +79202044461.

ID 209

Send a request and we will provide a consultation on SEO promotion of your website