I am trying to define two forms within the gform_validation filter. How might I call out the form ID since its not one of the function variables? I was trying an if/elseif statement (if($form['id'] = XX) but since the $form variable isn't called its giving the "Oops! We could not locate your form." error. any ideas?