Connect your typeform with other tools and apps
Recently active
Hi, I´ve read a lot about hidden fields as a way to identify respondents, but I need some help on this. I do have an excel sheet with several data (surname, name, email,...) and I need to identify who has answered the typeform via their email. I don´t work with mailchimp or any other CRM tool so far.How coud I use the hidden fields with my excel sheet?Could I just try to do it using Outlook as on the video for hidden fields?And finally, once I´ve created the hidden field, I don´t know how to launch the email to get a different email for everyone. Thanks a lot¡¡¡
I’m trying to embed this typeform on my Webflow page here: https://www.jrny.space/ → https://www.jrny.space/as But, the page keeps loading. I’ve tried using ALL of the Typeform embed options and none of them work on that separate page, except for the popup chat one. This is the code I’m using. I’m going for the full-page Typeform effect: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>JRNY - Career Assessment</title> <style>*{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}</style> </head> <body> <div id="wrapper" data-tf-widget="HoGMTyj6" data-tf-inline-on-mobile></div> <script src="//embed.typeform.com/next/embed.js"></script> </body> </html>
I want to redirect participants of my survey back to a panel provider’s unique URL if they complete successfully (going to a unique URL e.g. r=1) or do not complete successfully (a different unique URL e.g. r=0). I have set up two different endings to the survey and have tried inserting the unique URLs for each ending, however, every time I go to publish, Typeform reverts both URLs to my latest edit i.e. both endings revert to r= 1 or r=0 and not both. This means I cannot insert unique URLS and it’s mandatory for the panel provider to have this facility set up. I believe this is a Typeform system error, but if I am making a mistake here - please let me know. Can someone please help? I need to go live with the survey today!! Thank you Typeform Community!
Hi community, Could you please let me know if TypeForm supports PWA. I need to fire popups on every page and these pages load without any refresh. Can TypeForm support it? Along with it, I couldnt manage to find an option on how to auto fire popups without the click of any button. I am not looking for any embed options. Looking forward to hearing from you. Thank you.
New user here, creating a test registration form based on a previous Google Form.I’ve successfully set up integration for this form to my Google account but the sheet it’s created is based on the original Typeform template I used, not on the final questions and their order I’ve set up. Have I missed a SAVE somewhere? I can see no obvious way to change what questions it integrates.Nga mihi nui,Steve
Hello pals, I'm new here. Pls, how can I integrate a payment portal to my typeform ?
What does this error mean? I am not able to see the responses to the Typeform form here.
Hello community, I wnated to ask if it is possible to set up a type from link in such a way that the link provides the answers and submits the form. Thanks.
Hi everyone,I was hoping someone could help me with an integration question. I have set up a survey for prospective clients to complete. After completing the survey, I have created ending pages based on their responses to quiz questions. In addition to seeing the written response on the ending pages, I would like the clients to also see a graphical depiction of their responses. I know that Report Gorilla offers this option, but I was wondering if there is a way to automatically generate the Report Gorilla graphs for my clients to see (or be emailed) once they have completed the survey? Basically, I have three questions:Is it possible to integrate Typeform and Report Gorilla, so that the reports generated by report gorilla are automatically sent to the respondent? If the above is possible, will the respondent be able to see the graph on the same page as their completed survey, or will they only be able to see it in an email? If the above is not possible, is there another integration pla
Hi everyone!I am testing the Typeform and Notion integration because I would like to get a notification on notion when someone is filling my typeform survey. Like on notion when am tagged in a template of a database. (see screenshots below) I am wondering if someone has already tried to map a typeform field with a property type person in Notion OR to map type questions with templated line of the database. I feel like it is the only solution to create lines in my database that can directly tag myself in my notion workspace. I am maybe wrong? :/Any ideas? :DThanks for your help!
Hi, we are considering using type form to sign up people to try the beta of our app. We are running a closed beta, currently once people sign up they need to download the TestFlight app and wait for an invite email from us. It seems that with Typeform it is possible to collect a phone number and then send that information via SMS. Which would streamline our registration process. Question: Is it possible to limit the option to enter a phone number according to the desired countries? We only want to offer people with US and Canada the option to sign up and enter their phone number.Question:Which of the SMS services that integrate with Typeform best serve this type of usage? Also, is the Typeform integration with MailChimp smooth? Thanks!
I’ve created a simple out come personality quiz where there are four options for an end result. I’ve integrated this so the user is added to an email flow in Klaviyo. In Klaviyo, under properties for each email address, I can see the answers to the questions but the score is always 0. I would like to assign a score value to each of the four personality types so the user can get an email specific to them. Any idea on how to do this?
Problem: When selecting a database from the dropdown after authenticating my connections, the integration crashes. This has worked in the past and I currently do not have any active Notion integrations connected. When attempting to map the fields from Typeform → Notion this happens:current problem when attempting to start mapping Typeform → Notion Might be out of scope asking here on this form but would greatly appreciate some direction on resolving this issue!
Hi All, Wonder if anyone can help. I’m trying to embed a typeform survey into an interactive video I’m creating using Klynt. However, when I copy the embed code and preview I get the message: form.typeform.com refused to connect. Any ideas why and how I can solve this?Thanks for any help!
I tried mapping the files in typeform forms to Salesforce fields, but when i click on the links I am having this error{"code":"AUTHENTICATION_FAILED","description":"Authentication credentials not found on the Request Headers"}even if I am already logged in to my TypeForm account.
Hi! I created a quiz and would like to charge a monthly or annual fee for customers to access/use the quiz. I’d like a flow like this:Customer subscribes and automatically gains access to the typeform quiz. When subscription is about to expire, customer gets an automated reminder. If the customer doesn’t renew their subscription, their access to the typeform quiz is automatically revoked.Is there some integration or workaround that will make this happen?Thanks so much!
I tried to integrate my typeform with mailchimp. In my typeform I have "date" field and I'd like to send value from this field to my mailchimp audience list along with others. But if I try to connect date field with mailchimp date/text field I get an error "These Mailchimp fields aren't compatible with the typeform question you matched them with: Birthday". How can I connect my typeform's "date" fiied ? Video: Screenshot:
Hi y’all,We have a webapp that embeds many Typeform surveys, and we have implemented both webhooks and redirections on each survey.The expected workflow is: User accesses the app The app checks if the user completed the current TypeformSurvey If not, the app calls Typeform and shows the survey Once the user completes the survey, Typeform sends a webhook to our app and then redirects the user to our app. The webhook endpoint is an API that stores the survey result in our database and sets the survey as completed for the given user. Since the webhook is slower than the redirection, our app determines the survey is not completed yet (on step 2 in this list) , and shows it again
Hi All,Exact oposite query to this article: Typeform Submissions Not Tracking Source in Hubspot | Community I currently have a typeform WITHOUT ANY utm tracking enabled, embedded onto our website. The weird thing is that our website cookie notice pops up in the iframe of the typeform once on the site. It also appears at the bottom of our website page as it should. There are no tracking parameters in the code to embed. Now when you do the Typeform-HubSpot integration is states that ‘Source Tracking is on’:But WHO is controlling that for embeds?? HubSpot says it’s Typeform and Typeform have so far said it’s HubSpot. Help! We have even turned off HS cookie notifications for the webpage that the embed is on - no dice!
Hi everyone, I hope I can finally find the answer, I am not a developer but constantly learn. I use Calendly platform to create in-person events and there some limitations. I found good tools in Typeform to substitute. I know, there are not specific questions, but I will be happy for all suggestions. When my client answers the form, at the end, he or she pays the price using the card. I want to make possible such thingsMy client creates the event (based on his Typeform results) with limited amount of spots and price per each ticket. He can. share the link (probably generated Typeform and link) where others can click and pay, don’t need to be a Typeform. There should be a number of spots left and if all spots are taken, that person can sign up in the wait list (another link) Everything should be linked to Notification features, when paid, gets a confirmation email and so on.
Necesitamos insertar un formulario largo y en un determinado punto que el usuario salte a nuestra plataforma de formación y que luego vuelva al formulario para continuar.Es posible que al volver empiece a rellenar en el punto en el que se ha quedado.El formulario va integrado dentro de un scorm -- Google Translation -- We need to insert a long form and at a certain point that the user jumps to our training platform and then returns to the form to continue.It is possible that when you return it will begin to fill in the point where it has stopped.The form is integrated into a scorm
Hi, Now I have 2 accounts on Klaviyo, Can I integrate one account typeform with 2 stores on Klaviyo?Thanks so.
We use Typeform to capture leads from our website. I would like to implement a referral program that provides a unique referral link to each of the referrers and that closes the loop well with Typeform when the lead come though the website. Can anyone recommend one?
Hi, We’re trying to create a salesforce mapping for one of our typeforms. However when we try to activate we get the error - Can't Map Same Salesforce Field To Two Questions: undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined. I’ve checked the mappings and no Salesforce field is mapped to two questions. There’s also no duplicate questions. We’re passing through the email, firstname, and lastname as a hidden field and mapping it back into Salesforce if that makes any difference. Has anyone else had an error like this before?
Hey everyone, I’m attempting to use Integromat to update a form’s dropdown field choices, however I keep getting errors. Neither of them make sense, really.The first one about the title, I’ve taken the original title (retrieved via a List Forms module) and just dynamically filled it, and I’ve handtyped a name in there, but regardless it says it’s missing. The second one, about the missing Type parameter, they’re right, my module has no field for me to fill in a Type, however when I use a Get Form to check it has a Type value. I have no idea how to resolve this because I can’t provide the module the data it requires.
Don't be shy and ask the community.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.