I've searched and seen a lot of references to RGFormsModel::get_form_meta(THE ID);
and similar, but these snippets are always out of context can someone post a more complete example?
I have a page that displays orders. GF is used to capture the order information. I can find all the data in DB but it is not obvious to me at lest how to link up the form's labels with the lead info. In reading through the documentation its clear GF intended to access this information indirectly, where I am struggling is the how?
I planned to have a button, pass the entryID to a function. That function would fetch GF entered info with labels as an array or dataset or object or whatever and then I can render it from there.
Is there a method to return an entry and if so... how? This info is done by our QC follow up team weekly. It is outside of the submit and not associated with any event performed during GF submission.