You are viewing limited content. For full access, please sign in.

Question

Question

New Forms Designer - autocomplete="off"

asked on April 21, 2023 Show version history

Anybody know how in the new Forms Designer to turn AutoComplete off for the entire form?

<form method="post" action="/form" autocomplete="off">

What about an individual input field?

<input type="text" id="cc" name="cc" autocomplete="off" />

Forms Version 11.0.2212.30987

0 0

Replies

replied on April 25, 2023

I don't think this is going to be possible with current functionality.

I don't beleive this is a setting currently available as part of the form designer, and any custom Javascript you add in the Forms Layout Designer runs within a SandBoxed iFrame, and can only make changes to the Form/Field elements that are enabled as part of the LFForm interface.

I believe this would need to be enhanced to include this functionality.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.