alexanderkoenig
Forum Replies Created
-
When will that update take place approximately?
For us, it does not show search response: https://imgur.com/qal2oAr
Does it not show because we’re sending the data to forms instead of creating contacts directly?
Where exactly is the option of choosing that field in the plugin interface?
Or do you mean it’s built in the code by default?For HubSpot to clarify the error, we would need search body and search response of the invalid requests (see here).
However in our case it’s not shown: See here.
Why is that? Would you be able to send us search body and search response or guide us to how we can get them?
That’d be really helpful since otherwise HubSpot will have difficulty to try and fix the issue for us.
Thanks in advance!
But if I send in the same form we’re triggering with the plugin via HubSpot, then it works effortlessly. If I try to resend it with the plugin (same data), it doesn’t work.
Are you 100% positive there is nothing the plugin could do?
There’s a code piece (skipValidation: true) which could maybe be implemented optionally into the code when sending to HubSpot: https://legacydocs.hubspot.com/docs/methods/forms/submit_form
This is supposed to turn off any validation that HubSpot might be applying after sending via API.
Would this help with the issue?
Thanks!