Generating autofill rules for latest Google Forms

Sdílet
Vložit
  • čas přidán 26. 06. 2024
  • This is a demonstration of how to use the Lightning Autofill extension to generate autofill rules for the latest version of Google Forms (after recent platform update).
    Sample Google Forms used in the video:
    docs.google.com/forms/d/e/1FA...
    Autofill rules generated in the video:
    pastebin.com/raw/k5j87pZB
    Lightning Autofill is a form filler, form recovery, text snippets, and automation tool all in one.
    ⬇️ INSTALL ⬇️
    - Google Chrome: chrome.google.com/webstore/de...
    - Microsoft Edge: microsoftedge.microsoft.com/a...
    - Mozilla Firefox: addons.mozilla.org/firefox/ad...
  • Jak na to + styl

Komentáře • 5

  • @UtkramitUchchVidyalayaBindusar

    Hello Team, please make a video for filling google form which is dynamic in nature which means every input field is changing its position. Using this video field mismatch is created in dynamic google form. Thank you for such an amazing video.

    • @lightningautofill
      @lightningautofill  Před měsícem

      Starting with version 12.9.0, you can go into Options / Settings and disable "Parse labels" -- this will go back to the old behavior of using the `id` attribute for Name in the autofill rules.

    • @UtkramitUchchVidyalayaBindusar
      @UtkramitUchchVidyalayaBindusar Před 27 dny

      @@lightningautofill Father's Name
      *
      UPG. HIGH SCHOOL
      UDISE Code
      *
      DHAHAR SINGH Same problem field mismatch

  • @nf9098
    @nf9098 Před 14 dny

    is not possible to auto submit also ??

    • @lightningautofill
      @lightningautofill  Před 9 dny

      You can auto-submit by using a JavaScript rule. Example: document.querySelector('button[type="submit"]').click();