If I use a custom javascript file, what would be the best approach to turn auto-complete off for a specific form?
On your custom javascript file, you can execute this code:
$("input").attr("autocomplete","off");