Is there a function to see if a form with a specific name exists?
I'm using <?php gravity_form(the_title('','',false), false, false, false, '', false); ?> to display a form that has the same name as a product from my store. I want to do a check to see if the form exists before displaying the form. Not all products will have their own form, but most will.