Iframe, typekit and thank you message

  • muckypuddle
    Asked on March 23, 2018 at 10:45 AM

    Hi,

    I'm trying to make iframe, typekit and thank you message work together but from what I've found so far it seems that typekit is possible only through embedding my form as a source code. That method (source code embed) unfortunately doesn't support a thank you message displayed on the same page. Is there any way to combine these three?

    Thank you,

    Tom

  • Kevin Support Team Lead
    Replied on March 23, 2018 at 12:24 PM

    I think about two different ways that this might work for you: 

    1. Get the form's source code and embed it into a blank page on your server, this way you can use the desired resources, then embed that page using an iFrame in the desired page on your site. 

    Basically you should have a link pointing to your domain that will load the form, that link will be used in the iFrame on your page and this way you will have the thank you page redirection inside the iFrame element. 

    2. I'm not sure how to use Typekit, but you may check if there is a way to import the resources through CSS using "@import", if so, you may implement the same we suggest for Google Fonts, the main idea and process are here: https://www.jotform.com/help/100-How-to-Use-Google-Fonts-in-your-Form 

    I hope this helps.