I think I see what you mean.
Using the example from here: https://techvoltz.com/gravity-forms-in-wordpress-admin-pages/
I was able to reproduce the issue.
Im getting the feeling that it’s actually a bug/limitation of the Gravity Forms addon framework – but Im not going to investigate that any further.
I can work around the issue by making the required scripts enqueue outside of the addon framework, something I recently found out I needed to do for other areas – so I’m seeing a pattern here. Where scripts don’t load when calling a form using the gravity_form() and gravity_form_enqueue_scripts() functions.
Ill push out an update in the next 10 minutes that should have the workaround. Let me know if it fixes it for you.
Great, that seems to have done the trick.
Thanks
That’s great news – thanks for confirming.