wordpress - Tabs on website opt-in form jumps to the opt-in form at the top of the page -
wordpress - Tabs on website opt-in form jumps to the opt-in form at the top of the page -
so i'm stumped.
when type in of boxes (the opt-in box fields - name , email) , nail tab, i'm not brought logical next input box. see (http://juliehoughton.com/whatprocrastinationtellsyou/) can understand mean.
is there can create make sense? :)
i appreciate time , help much - give thanks you!
liz
you need set tabindex correctly :)
example: <input type="text" id="name" tabindex="1"><input type="text" id="email" tabindex="2">
the problem top newsletter sign , bottom 1 have same values (500 , 501). need create sure bottom ones different (or set top ones lower value). should adjust submit button (set 502).
wordpress forms input tabs
Comments
Post a Comment