I know we can get the form object relying on hooks and actions. But, is there a way to return the form object?
I need to get access to a form's Thank You or Confirmation message, instead of displaying the form itself, based on a specific scenario.
For example, gravity_form() will echo the real form. Is there a function to just get the form object?