Have 1 form and parsed the url query to go to form 2 I have created a new page template just for the Gravity Forms. So as.
$form_name = urldecode($form_name) ;
gravity_form( "'" . $form_name . "'" false, false, false, '', true, 12);
// This does not work but
if ( $form_name = 'This Quote Form' ) {
$form_name = 3 ; }
// The form name is correct but does not work, however the form # does work.
// Do I have to hard code every form and parse them into there numbers?