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.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_on_other_types_as_webform.patch | 730 bytes | jeroent |
Comments
Comment #2
devd commentedThanks Jeroen.
Comment #3
devd commented