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

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -