Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey,
i’m trying to use one custom widget inside another custom widget (form field type “widget”). When i’m getting the output it is an array with all the settings. Now i want to call the template of this widget with the array as data. Is there any way to do this?
Hi Grimmtroll,
This is possible through sub_widget. You can check the CTA widget for an example usage of this (reference).
It works! Awesome, thanks so much :)