Hi!
When including a Gravity Form (through the classis element or shortcode) on a page the Javascript files for Gravity Forms will be loaded in the header. I noticed that when adding a form to a Tabs element, the Gravity Forms Javascript files will move from the header to the footer. This causes issues when using the default Enhanced Userinterface from Gravity Forms: it loads the jQuery Chosen library but can’t initialize it if all the GF JS is loaded in the footer.
Here’s a working example directly on page: https://dev.tpgrf.nl/account/registreren/
Working screenshot:
Here’s an example were the form is part of the ‘REGISTREREN’ Tab and isn’t showing the enhanced userinterface: https://dev.tpgrf.nl/account/inloggen/
Screenshot of the same Input element but now without the Enhanced Userinterface:
Is Pro moving the GF JS on purpose when placed inside a Tabs element? How can this be overridden?