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