Auto Focus the first element in the popup when it opens
-
Hi,
Unfortunately this function does not work, I’m unable to successfully autofocus to the first field of any contact form using your plugin. I’ve scoured the web for a solution and unfortunately cannot find any support tickets or instructions on using the autofocus feature.
Can you please advise where I can activate this setting?
I’ve even tried adding additional scripts to the header such as:
<script type=”text/javascript”>
jQuery(document).ready(function($) { jQuery(‘.wpcf7-text:first’).focus(); });
</script>Still, no matter what I do the contact form refuses to automatically select the first field with the mouse cursor.
Kind Regards,
- The topic ‘Auto Focus the first element in the popup when it opens’ is closed to new replies.