Thread Starter
alauro
(@alauro)
@faisalahammad – final code that worked below:
(function($) {
setTimeout(function() {
$('input[autocomplete="name"]').attr('autocomplete', 'given-name');
}, 1000);
}( jQuery ));
This is a fine band aid but needs to be fixed in the plugin.
-
This reply was modified 2 years, 3 months ago by alauro.
Thread Starter
alauro
(@alauro)
@faisalahammad – No change. I’m adding the code you sent over in the footer.php file, just above the body closing tag. Could this be the reason I’m not having any luck? I left the code in if you want to reference it: https://generateaction.gener.sancsoft.net/take-action/
-
This reply was modified 2 years, 3 months ago by alauro.
Thread Starter
alauro
(@alauro)
Thanks for the reply @faisalahammad!
Unfortunately the above code had no effect on the autocomplete attribute. It still comes up as autocomplete=”name”.