Using the WordPress plugin Gravity Forms, I have created a form with text fields. For some of the text fields I would like to apply Javascript that allows a text field to be autocompleted.
How can I add Javascript for a fields to take the effect? I know I would need to edit my WP site theme's functions.php file. But not sure which part
Also I'm not sure how to specify the id for the field within gravity forms code. I could apply the JS by going:
document.getElementId("IDSpecified");
Any one have any idea how to do this?