Embedded form doesn't show ending thank you screen | Community
Skip to main content
Answered

Embedded form doesn't show ending thank you screen


We’ve embedded our two forms on the site;

https://www.jasonl.com.au/

 

On submit instead of showing the thank you screen it just closes. I’ve checked redirect and that’s not set.

The two forms are;

ctUucWe4

SPqugn2G

 

Thanks

Best answer by mathio-tf

Hello @rick.harington 

out of curiosity, where did you get your embed code from? I see you are using old version of embed SDK (version 0, as in zero) that is no longer supported. If it works for you you are welcome to keep on using it, we dont really plan to remove it (yet?) but we no longer provide support or updates for it.

In your case you have data-submit-close-delay="0" on the button which might be causing the popup to close on submit immediately (with delay of 0 seconds).

If you have a minute I suggest to migrate to new embed SDK version 1. In your case the quote button code would be replaced with:

<a class="getaquoteclick button button--orange header-getaquote" data-tf-popup="SPqugn2G" data-tf-hidden="page=https://www.jasonl.com.au/">Get a quote</a>
<script src="//embed.typeform.com/next/embed.js"></script>

And similarly for the contact us button:

<a class="gclid-contact-typeform" data-tf-popup="ctUucWe4" data-tf-hidden="page=https://www.jasonl.com.au/"><strong>Contact us</strong></a>

<!-- you may not need the line below, since the quote button already injects the embed script -->
<script src="//embed.typeform.com/next/embed.js"></script>

 

View original

5 replies

mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • May 25, 2022

Hello @rick.harington 

out of curiosity, where did you get your embed code from? I see you are using old version of embed SDK (version 0, as in zero) that is no longer supported. If it works for you you are welcome to keep on using it, we dont really plan to remove it (yet?) but we no longer provide support or updates for it.

In your case you have data-submit-close-delay="0" on the button which might be causing the popup to close on submit immediately (with delay of 0 seconds).

If you have a minute I suggest to migrate to new embed SDK version 1. In your case the quote button code would be replaced with:

<a class="getaquoteclick button button--orange header-getaquote" data-tf-popup="SPqugn2G" data-tf-hidden="page=https://www.jasonl.com.au/">Get a quote</a>
<script src="//embed.typeform.com/next/embed.js"></script>

And similarly for the contact us button:

<a class="gclid-contact-typeform" data-tf-popup="ctUucWe4" data-tf-hidden="page=https://www.jasonl.com.au/"><strong>Contact us</strong></a>

<!-- you may not need the line below, since the quote button already injects the embed script -->
<script src="//embed.typeform.com/next/embed.js"></script>

 


Hi, this is great thank you. Moving to the new code seems to solve the trick.


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • May 25, 2022

This is awesome! Happy to help.

PS: I think you marked incorrect post as correct answer 😜


Hi Mathio, yes by accident. Can’t change it though already tried. Thank you for the help.


Gabi Amaral
Ex–Typefomer
Forum|alt.badge.img+5
  • Ex–Typefomer
  • 1777 replies
  • May 26, 2022

No worries, @mathio and @rick.harington! I'll change it! 😉 Happy it's working now! 


Reply