Viewing 1 replies (of 1 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hi there,

    You would have to use custom JS codes to add the “autofocus” attribute to a form input field.

    Here is an example snippet:

    document.getElementById("ff_121_email").focus();

    You can add the code in the custom JS section of your Form (see this screenshot: https://prnt.sc/TBQqQz_sFoET). This code is for an email field, so you can change the ID and set it to any field that you want.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘HOWTO? autofocus input field’ is closed to new replies.