Skip to main content

I am trying to trigger a “Form submitted” event in Segment whenever a user submits their responses to a typeform that is embedded in Webflow website. How do I do this? The usual methods are not working.

Hi @vetriselvan ,
Are you using the Typeform Embed SDK?
If so, you would need to use the onSubmit callback.


@Harsh  - thank you for your response.  yes, I am using the Embed in a web page option from the Share tab. It looks like this.

<div data-tf-live="xxxxIDxxxx"></div><script src="//embed.typeform.com/next/embed.js"></script>

How do I use the onSubmit callback? Apologies for being a complete newbie about this. 


Reply