APIs & Integrations

dforall
Member

How to solve form with guid 'c34067f85-*-*******-******' can't be found?

While submitting the form, I'm getting this error in my Ajax call.
Error:
{"status":"error","message":"Form with guid '******-*-****-******-********' can't be found","correlationId":"32de6cfa-286a-4cb8-8863-7d1e6de5170e"}

Though, I passed the correct portalID and FormGUID. I used CURL request for this.
This is the URL that I'm passing:
https://api.hsforms.com/submissions/v3/integration/submit/******/*******-*-********-******

 

This is the data I'm passing it through an array:
$data = array(
"fields" => array(
array(
"name" => "firstname",
"value" => "Jeff"
),
array(
"name" => "lastname",
"value" => "Jeff222"
),
array(
"name" => "email",
"value" => "test007@test.com"
)
),
"context" => array(
"hutk" => ":hutk",
"pageUri" => "https://example.com/test/",
"pageName" => "Test Page"
)
);
Note: I'm passing static data to the form. Also the email id, pageUri and pageName I have written here are just for your demo (I'm passing the correct one while submitting).

Can you please help me with this?
Thank you.

0 Upvotes
1 Reply 1
dennisedson
HubSpot Product Team
HubSpot Product Team

How to solve form with guid 'c34067f85-*-*******-******' can't be found?

Hey @dforall 

Is this issue persisting?  Can you replicate with a different form?  I don't see anything wrong with the request.

0 Upvotes