Currently, the webform tabindex module only works on the content type webform. There is a check in webform_tabindex_form_alter that checks hardcoded on 'webform'.

Patch attached that checks if the current content type is in the list of configured webform node types.

CommentFileSizeAuthor
webform_on_other_types_as_webform.patch730 bytesjeroent

Comments

  • devd committed 026d234 on 7.x-1.x authored by JeroenT
    Issue #2498315 by JeroenT: Webform tabindex doesn't work on other...
devd’s picture

Thanks Jeroen.

devd’s picture

Status: Needs review » Closed (fixed)