autofocus of the first field
-
Is there an option to make the first field of the form autofocused?
For now, i found this piece of code
<script type="text/javascript"> jQuery(document).ready(function($) { jQuery('.wpcf7-text:first').focus(); }); </script>
I tried to put it to the header, but it doesn’t work.
Is there a solution to make the first field autofocused?
- The topic ‘autofocus of the first field’ is closed to new replies.