embed icon indicating copy to clipboard operation
embed copied to clipboard

Library to embed Typeforms in your website

Results 10 embed issues
Sort by recently updated
recently updated
newest added

I am using the embed SDK to embed a typeform into a page, passing through hidden fields using data-tf-hidden, but they dont get added to the typeform URL, and not...

documentation
question

I see survey progress is being stored in localstorage now, under typeform domain (which I have no access to from my javascript). For example, if a user abandons the embedded...

enhancement

**Description** In a ReactJS application, I'm using a library that requires cross-origin isolation in order to use the `SharedArrayBuffer` feature. These are the headers I need to add: `Cross-Origin-Embedder-Policy: require-corp`...

backlog

I would love to be able to take the output of the block ref from the `onQuestionChanged` callback to be able to jump back to that question if the user...

enhancement

Is there a way to prevent mouse wheel scrolling inside a typeform?

enhancement

Hi there! Thanks for much for all the maintenance work on this library 🙌 I've been using the iframe embed SDK. We're now putting the app into sleeper mode after...

enhancement

Adding the correct type to `memoComponent`, fixes the issue with incorrect embed types. TODO: Add screenshots with before/after. Fixes: #643

When importing all five components, and creating a simple wrapper around them for easily rendering in one place, we're mostly seeing it accept any type, which is not neat. Sample...

in-progress

Jira Ticket: [TU-10936](https://typeform.atlassian.net/browse/TU-10936) Just adding dependabot config for group dependencies: [Grouped version updates for Dependabot public beta](https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/) [TU-10936]: https://typeform.atlassian.net/browse/TU-10936?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

NextJS integration doesn't seem to work whether I use a client side page or a server side page

new