I have installed and enabled this module on our site, but when viewing the webform it does not function because the webform_multiple.js file is included before jquery is included.

This is due to this line of code: http://cgit.drupalcode.org/webform_multifile/tree/multifile.inc#n364

drupal_get_path('module', 'webform_multifile') . '/webform_multifile.js' => array('type' => 'file', 'scope' => 'footer'),

If you remove the 'scope' => 'footer' it works. Adding an additional weight directive does not work.

CommentFileSizeAuthor
#2 jquery_not_defined-2894310-1.patch841 bytesoranges13
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

oranges13 created an issue. See original summary.

oranges13’s picture