I am creating an addon plugin for Gravity Forms. I have the form ID I want to output in my plugin code - but what function within the Gravity Form Plugin actually outputs the form and such. I have tried this:
GFFormDisplay::get_form($atts['form']);
from my plugin but it does not output anything. Does anyone have any insight on this?
Thanks!