Is there a method in RGFormsModel to get a field array from a $_POST id?
RGFormsModel::get_field(1.1);
Is there a method in RGFormsModel to get a field array from a $_POST id?
RGFormsModel::get_field(1.1);
What are you trying to do and when? You can get the values out of the $_POST, but we need to know when you want to do that so we can help you with the best way.