0

How to set focus the focus to a specific form input

<? foreach($words as $word): ?>
    <form data-word="<? print $word['Word']['en_words'] ?>">

        <input autofocus type="text"/>
        <input type="submit" value="Check"/>

     </form>
    <? endforeach; ?>

enter image description here

davethecoder
  • 3,856
  • 4
  • 35
  • 66
andrzej
  • 495
  • 1
  • 7
  • 18

0 Answers0