Hello, thank you. I decided to also post here in the hopes that it could help someone else in the community. 🙂 we actually tried your suggested methods before contacting support. we tried to insert my script inline using the form embed. I have looked thru and read thru any existing documentation, forum posts and github issues
How could I run my validation script within the scope of the icegram plugin? I’m getting a console error saying that jquery is not found. can we use the functions and methods icegram set up in frontend.js?
jQuery( window ).on( “init.icegram” , function() { ?
https://www.evernote.com/shard/s572/sh/f21ca481-e81b-4898-bf22-02e98a2b3d03/36769059b02131a8ba1174d3c06b3517
if so could you provide an example of how we can run our custom js within the scope of the icegram plugin? I am sure that MANY people would find it very useful. Thanks!
Another question. I see that the icegram plugin is being inserted BEFORE the link to jquery. That seems to be the crux of my problem. Is there any way around this? Thanks.