Hi, I'm writing a code which returns on the screen entries from my GForm. It's easy. But a have got one problem. I cannot get all labels of my field e.g form has three fields: name, surname, email. I don't see the last one
$columns = RGFormsModel::get_grid_columns(2, false);
echo var_export(RGFormsModel::get_lead(47),true); // 47 is some id
echo var_export($columns,true);
How to get all labels in order to achieve something like this:
fieldLabel | entry
fieldLabel | entry
fieldLabel | entry
if this is not a proper place in the forum to such a question please move it somewhere else