Thanks. To confirm...This is not a functionality bug. It's more UX bug. The behavior is expected. The API POST is being done correctly. It's captured...read more
@dennisedson - Thanks again for the bump. When do you think this might be answered? The good news is, while I've been waiting, I added some sp...read more
@joaobrosin - One more tip...having done this myself... In my JS I have an array of the expected fields as well. More or less to mitigate someone ...read more
Newsletter sign up via: https://api.hsforms.com/submissions/v3/integration/submit/ What's being sent looks something like this: {"fields":[{"name":"email","value":"test.four+t4@yahoo.com"},{"name":"firstname","value":"t4-nf"},{"name" read more
In the examples, concent \ communications \ subscriptionTypeId has a value of 999, but I'm not seeing / understanding where that 999 is coming from. Put another way, if I created my own subscription type, how would I know its subscription read more
https://knowledge.hubspot.com/email/set-up-double-opt-in-for-emails Says "If you have enabled General Data Protection Regulation (GDPR) functionality in your account, clicking through the double opt-in confirmation email won't automatical read more
A new contact is being created, but the setting for that in the form is turned off. That is, the contact should not be created, but it is. I'm using the API to submit the data: https://legacydocs.hubspot.com/docs/methods/forms/submit_form read more
I tried using a HS form but that styling options were too limited so I decided to build my own form (in WordPress, using AJAX). I'm using cURL and https://api.hsforms.com/submissions/v3/integration/submit/{postal_id}/{form_id} I have the read more