Hi!
Thanks for the amazing Plugin, first of all!
I am not sure from what you have written, if you were able to reproduce the error allready, so i am trying to describe a bit whats happening.
The Issue here is that they (Avada) are creating a hash in js which saves the content for the builder. All HTML is saved in Strings there so it needs to be escaped.
The Complianz Placeholder is not Escaped there (I guess because it got substituted after the processing by Avada), so it leads to an Js Error which stops the complete Builder to work.
The function is called initFusionAppInitialData();
Maybe it would be a way to detect if the overwitten part is escaped and if yes escape the Placeholder as well?
I am quite shure that could happen in other cases except for the Fusion Builder as well.
Regards Markus