Focus onload
-
I’d like to have the first field of my form in focus and ready to be typed into as soon as it loads. I’ve tried variations on adding an HTML element to that page of the form and inserting code like this:
<script> window.onload = function() { document.getElementById('fld_5490783').focus(); }; </script>
But so far no cigar. Is this possible?
Here is the URL to the published form: https://historicflight.org/hf/photobooth/
Thanks,
-Liz
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Focus onload’ is closed to new replies.