Open SViccari opened 5 years ago
The Hubspot::Form#submit method only returns boolean values. True for successful submission and false for an unsuccessful submission.
Hubspot::Form#submit
It is useful however to be able to view the actual HTTParty::Response object directly in order to get more information in case of submission failure.
HTTParty::Response
The
Hubspot::Form#submit
method only returns boolean values. True for successful submission and false for an unsuccessful submission.It is useful however to be able to view the actual
HTTParty::Response
object directly in order to get more information in case of submission failure.