Make text field autocomplete off using the Fluent forms plugin

$(function(){
    $form.attr("autocomplete", "off");
});
$(function(){
    $form.attr("autocomplete", "off");
});
PHP

Leave a Reply

Your email address will not be published. Required fields are marked *