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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -