Hi all,
How to get a form title only by the form id like get_the_title($ID)
Thanks
Edit:
I found a way to get my title :
$forms = RGFormsModel::get_forms(1);
Hi all,
How to get a form title only by the form id like get_the_title($ID)
Thanks
Edit:
I found a way to get my title :
$forms = RGFormsModel::get_forms(1);