Hi there,
somehow I am struggling to get the value of the form fields with this code below. I just try to dump $entry, but nothing shows. It just returns NULL.
I am sure I am missing something very basic... Just cannot find a way. Any ideas? Thanks!
And (basics again) when do I use just:
global $form and when do I use that:
$form = RGFormsModel::get_form_meta('11');
Is there some documentation on RGFormsModel:: stuff. I am not a coder so struggling with those syntax bits.
In the above example global $form did not seem to work...