Trying to get a cursor to appear in one field in my Gravity Form. This is my Javascript, but it's not working:
<script type="text/javascript">
jQuery(document).ready(function($) { jQuery('#input_22_1').focus(); });
</script>
I've double checked the input several times to make sure I had the correct one yet this isn't working. The page I'm trying to get it working on is here: http://tinyurl.com/h8muwvp and the field is the Name of Business field.