Answered

How to know if an embedded form is finished

  • 8 January 2024
  • 2 replies
  • 41 views

Hi there!

 

I have embedded Typeform in a bubble app.

I would like to intercept when I arrive on the last screen to automatically close the embed view.

 

Is that possible?

 

Thanks

icon

Best answer by jeremielp 8 January 2024, 19:23

View original

2 replies

Userlevel 7
Badge +5

Hi @Boris-Pathtech If I understand correctly, do you want the form to close automatically once it’s complete? If you have a custom-embedded form, you will most likely need to write a script that can detect this. 

@mathio may also be some help with this!

Userlevel 5
Badge +5

You can have a look at the onSubmit callback function:

https://www.typeform.com/developers/embed/callbacks/

 

Here is there is a script that uses it:

 

Reply