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.

PHP code to get FORM ID from FORM NAME

  1. seangrove
    Member

    I have 70 forms coming from 1

    Just need the code to get the form # from the form name.

    Please Help!

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  2. David Peralty

    Can you walk us through what you are trying to do a little more so I can understand?

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  3. You can get the form ID using the form name like this:

    [php]
    $form_id = RGFormsModel::get_form_id($form_name]);
    Posted 11 years ago on Tuesday March 5, 2013 | Permalink