Avatar

Level 6

@ca90883831 Yes you can use the global mbox in a form base edited experience. The only thing is you will need to manage how that code gets injected into the css selector of choice if you want to inject html mark up. If you want to run code then it should just execute right away. The experiences you create using the VEC will also come in the same global mbox but will have an additional attribute that is processed by the at.js script which is the "action" attribute. This value is typically "insertAfter", "insertBefore", or "setHTML" and is as a result of how the content was set when the VEC editor was used. But for form base edited experiences this attribute is not included and theres no way of providing this when authoring the experience. You will need to think of a scalable solution possibly that can take response that dont have an action attribute but have html markup in the content attribute. 

 

Hope this helps!