forms - drupal changing input html attribute "tabindex" in entityform module -
there module creating html forms in drupal cms called "entity form". created entity form 2 text boxes , 1 text area. how can custom input's html attributes? want change "tab index" attribute of these 3 inputs.
for example there is:
<textarea tabindex="1"></textarea>
i want change to:
<textarea tabindex="3"></textarea>
i tried find input's name in module's files customization didn't find anything.
i prefer drupal interface. want find other way,if wasn't possible.
Comments
Post a Comment