I have been working on a plugin that imports forms via the xml function that Gravity Forms has internally. I am then creating pages and inserting the short code as well as part of the plugin setup. I know I can match my form title to see what the correct formID is for each one, but I don't know what form ids actually exist. I found this below to grab the form info so I can check against the form title, but how do I know what form ids exist? Is there something that grabs an array of all form ids?