Make text field autocomplete off using the Fluent forms plugin

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