PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Get form title by form id

  1. zagriyen
    Member

    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);

    Posted 11 years ago on Sunday April 14, 2013 | Permalink