Siteorigin with gravity form populated dropdown
By [email protected], 8 years ago
Hi, We’re building a custom widget where we’d like to have a gravity form displayed with a pre_rendered form that gets a dropdown option populated from the widget instance data. Our variable data gets passed to the widget template just fine see snippet http://pastebin.com/KJchaaQ9 Then in the widget template file I have the add_filter(‘gform_pre_render’,’xxx’), but…