I’m struggling to embed my typeform in my vue.JS app. The form is supposed to open after clicking the “feedback” button, doesn’t it load after I first load the page, only after reloading the page the survey pops up after clicking on the button. I tried to add the <script>window.tf.load()</script>
in all different components from index.html and the components but it still doesn’t work on any browser or mobile. The network debugger shows that clicking the button the first time doesn’t execute the fetch survey command, only after reloading the fetch to form.typeform.com is executed. We were supposed to launch our beta version today but can’t because the feedback survey doesn’t work. Very frustrating because because I just upgraded my plan to be honest.
You can find our page here: https://www.brecht.ai/app
After logging in, the feedback button in the end should start the survey, but it doesn’t.
Any help would be appreciated, thanks.