Form API submissions being classed as from Bot

Hi, we are in the process of using the Form API to use exisiting website Forms to create/update contacts in to Hubspot. So far so good. But some forms submissions are being idenfitied as “Submission from Bot”

When looking at the submission details, its makes reference to the IP address not being included or the cookie needed to link form submission to contacts.

I’ve noted from documentation that Hubspot uses IP address as one of the signals to determine a bot

I know I can turn of Bot Filtering, but I wonder if it just masks a problem?

Two questions I have:

  1. Would the missing of IP address from a form submission be the cause of the “Bot” classification?
  2. What does it mean when it says “The cookie needed to link form submissions to existing contacts isn’t being sent” - as far as I know we are using the hutk for lead activity tracking?

Thanks in advance

Michael

Hey @mikeyb

There might be a missing cookie variable →

You can try by cross checking the below code snippet →

missing cookie

$hs_context = array(

‘hutk’ => $hubspotutk, // Add this key

‘ipAddress’ => $ip_address,

‘pageUrl’ => $page_url,

‘pageName’ => $page_name

);

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards.

Thanks ChehakWadhdwa,

Have added IP and hutk to the context data, and still getting listed as Bot submissions.

Is there anything I can do, beside switch off Bot Filtering?

Thanks

Michael

Hey @mikeyb

Kindly check the below link->

you can enable re captcha, this might be helpful

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards.