• Resolved ndiebere

    (@ndiebere)


    Hi,

    Please, how do I restrict editing a Simple Text Field or Masked Field from being populated automatically? How and where do I apply the “readonly” tag to make it only read-only?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    Hello @ndiebere,
    You can add the following JS in your custom JS in FluentForm’s Settings & Integretion -> Custom CSS & JS

    $form.attr('autocomplete', 'off');

    Then it will do browser autocomplete.

    Thread Starter ndiebere

    (@ndiebere)

    Hello @techjewel,

    Thank you for your feedback.

    However, I just realised I didn’t relay my question properly. What I am trying to achieve is a case where a Simple Text Field that has automatically populated content is made to be read-only and non-editable.

    Where in the Simple Text Field Input Customization setting do I insert the “readonly” tag to make the field inaccessible for editing?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Restrict Editing a Text Field’ is closed to new replies.