Hi All,
I have a hubspot hosted form successfully embeded to my external .Net site.
We want to migrate to HS forms from current form because of the flexibilty HS provide and leverage the potetial.
I am doing a POC where I am not sure how to achive below custom save action i am able to do with existing forms.
- Need to send HS form data to WebEx api. Currently we are using server side code to create a XML doc with form data and credential to post data to webex service.
- Right now we have multiple success message configuration, I want my leads to be able to download the whitepaper/datasheet(PDF) on asuccessful form submission
- Currentlly we are displaying a form when user click on a pdf-->they fill form-->successful submission message has the clicked PDF resource, actually we are creating a form post action which contains pdf unique guid to get pdf download link in success message. How do we do that here.
- I can programatically render the embed form but I am not sure how to check if submit action was successful.
I heard of Webhook, but I am not sure if this can help me achive the above functionalities or HOW?