The place to talk about APIs, SDK, hacks and implementations.
Recently active
I want to give my quiz takers their results + additional personalised information.This could be either email it or displayed on my web. Essentially, I am trying to create something similar:https://www.annmariegianni.com/skin-iq/ And this is their results page, for example.But as you can see, their results URL is messy. And fetching that info for more and longer answers with JS would be messy. I looked at the hidden fields feature, but I would like to trigger a hidden field if a certain answer is selected — the goal of this is to keep the URL clean. E.g. if someone chooses Option B in my question 5:This is a very long answer for the question 5 and (and maybe even contains some $ymbols) yay. So in this case it would create a really long URL string. What I would like to do is create a hidden field. let's say@shortanswer and have it added to the URL in case the question is selected.mypage.com/quiz-results/?name=Typeform&?Score=75&?shortanswer Or have it stated as either true/false.
Hi all,I’m using the create api to create and update some forms. When I do a PUT update on a form, my changes show in the live form, but do not display in the form editor.Also, on the share page for the form I see a prompt to publish my changes.Anyone have any idea what is happening here?Regards, Rane
Hey,I have a use-case that I was hoping to get some help with.We want to redirect the respondent of a form to a page. This page will display a summary/analysis of individual response. (Note that the initial form will be embedded in a form - this is not an issue if we can, for instance, send out unique links to the form in emails.)The issue is about how to identify the user’s response from the new page.Our current plan is as follows:Embed the form on a webpage, and add a JavaScript or some such that adds a dynamic ID to a hidden variable every time the page/form is loaded. Use the hidden variable as a part of the redirect URL. Use the hidden variable placed in the redirect URL to get the response from Typeform’s API.We’re comfortable with (2) and (3), but haven’t yet detailed out (1).Does anyone know of any other (better?) ways to solving this? The ideal, we think, would have been to have the option to add the response_id field to the redirect URL, but that’s not (yet?) an option.Regard
Hello, is there a way to send users to a specific part of the form via URL? Eg. test1.com → starts user on question 1, test2.com → starts user on question 2, and so on.Thank you!Â
On my React website I am getting my form displaying https://www.typeform.com/explore/ instead of my actual form when I embedded it on one of my pages.I am not sure if I am doing something wrong since the embed itself worked or if there is another issue that is causing it.Â
Hi, Is there away to change position of “OK” button in mytypeform from left to right? Â
Goo afternoon -I am new to the Tyepform API - so please bear with me.I am able to get the responses - but I need to be able to also download the questions also.The answers contain the Question ID - but apart from creating all the questions off-line I can see of no way of getting the questions from the form …Is this at all possible? many thanks in advance, BtB
Hello,I have a hidden field defined: next_typeform_idI would like to have two endings to the current survey:if next_typeform_id is empty or missing, just load a default end screen if next_typeform_id exists, then redirect to that typeform (e.g., subdomain.typeform.com/to/next_typeform_id)I can edit the logic on the final question of my Typeform survey to say:if next_typeform_id:is equal to is not equal to begins with ends with contains does not containBut there is not an option that I really want (“is defined” or “string length < 1” or something like that).Am I missing something?The only hack that I can think of is to have a 26-step logic that checks:if next_typeform_id contains a ORif next_typeform_id contains b OR…if next_typeform_id contains zI am still very new to Typeform, so I am just hopeful that there is a better way.
Hallo How can I check if I have send the Typeform I have received from some one else?In my browser historie I can see I was on your site, by clicking on te link that was send. How can I check if I have realy send the form?
Hi, I use the typeform-js-library to retrieve all the forms and responses. But I’m encountering some issues where the list just doesn’t seem to work like this.    typeformClient           .forms           .list(page=2) If I change the page, the result stay the same. Can someone tell me how to pass the query parameters properly if I’m doing it wrong? Or is this the wrong way?Â
I am trying to retrieve a list of all forms via API (https://api.typeform.com/forms) and the results vary significantly at any given time, with only certain forms being returned and the results have been different day-to-day.Is there any reason as to why a certain form would not be returned within this list. I can manually retrieve the form id and retrieve responses via responses endpoint but the forms endpoint does not return the form object itself.
VideoAsk has this functionality, so I wonder if Typeform has it too and I just do not know how to make it work.I would like to use the same webhook for all of my future Typeform surveys, so I do not want to have to remember to add the same webhook and enable it every time I create a new survey. Is this possible?
Hi! I want to create a test with a, b, c etc. answers. Based on the data collected from these answers I want at the end of the test the person to receive a similar message to this : “Hey, based on your answers we think you are an extrovert” Of course the options for the results are 3 or 4 ( extrovert, introvert, both). How can I do that?
Hi, I used the workspaces API to make a workspace (using a personal access token I generated). I can see from the API response to list workspaces that it was created, but when I login with my account I don’t see it in the UI. How do I see them in the UI? How do I know which organization a workspace was created for?I made sure that I logged into the same typeform account that has “Owner” permissions on the workspace (verified in API response).
Is there any option to redirect after payment success?
Hello, I have noticed a problem where my Typeform email addresses will stop sending the email address from Typeform into a Klaviyo “list.” The data is simply not coming over.  The apps are integrated and the form ID matches. I noticed this once and updated Typeform within Klaviyo. That appeared to work. I just noticed 3 days of Typeform submissions where none of the data was sent to Klaviyo to be added to a list.  This previously worked, now the automatic data transfer appears to be breaking. Any help would be much appreciated! Thank you.
Hello, I would like to change the settings of the URL created when one file is submitted via Typeform, so anyone that has access to this URL can open it. Is is possible?I am having troubles to use this URL in my integration with Zapier, where I want to download and upload this file while I run a code in Zapier. The other way I tried is by using a Webhook, but zapier is failing on searching and finding the corresponding Typeform. Best, Calm/Storm
HelloI’m trying to calculate a price based on a few answers.The form logics branches to 2 cases, and each case has 3 cases.I’ll try to describe the calcuation:Let factor1, factor2 = constant1, constant2Let price1, price2, price3 = constant_price1,  constant_price2, constant_price3  I will then need to create a new factor number, and multiply it by one of the prices.So if the user answers question 1 with A, I’ll use the answer multiplied by factor1,and if they answer B, I’ll use the answer multiplied by factor2I then need to use the results and multiply it by either price1, price2 or price3, depending on the answer of question #2.I’m unable to do it though, because I can’t save the new factor into a new variable. What’s the solution for that?Thank you
Unit 1Â here is the Typeform she used and I have attached the image she sent me. Thank youÂ
Hello, I’m currently using Typeform’s Response API on bubble.io, which identifies users in the quizzes via a unique id hidden field generated and sent by bubble. And I need to build a system that overwrites previous answers and considers only the last submission by said user”s unique id hidden field1 - I’ve “grouped by user unique ids” the responses body items and told the algorithim to count the number of elements in these groups. And then return me the unique id values of grouping whose element count is > 1. This returns me the IDs of users that have replied more than once in a comma separated string This returns me the value of 1647364753931x592178017281694800, 1647365383886x456009259892985900 which is the expected result in my test database (these two users are the only ones to have answered more than once)2 - This is where it gets HAIRY. I need to make another request for the API only with these two user id values which would return me responses given by user A OR user B (and a
It seems like a tightrope balance, but Im curious to hear what everyone’s tips, tricks, best practices, or even just ideas they have behind user retention (just in the context of completing/submitting a TypeForm). Is it important to word information gathering questions correctly? What are some things a new user like me should be aware of? Thanks!
Hey guys!I created a funnel integrating Active Campaign and Type.The lead answers the quiz and goes to the AC for a series of actions.I need to trace a link in AC. AC has link tracking, letting you know if the lead visited my site or not. But it only works if the lead has entered via an AC form.Is it possible to insert the AC form code into one of the Type questions? So, you could ask for the email with the native AC form.Thanks!
URGENT HELP! My Customer just finished the form and there was no results - how is that possible and is there any way I can find all the Data they entered before?Â
Hi! I am trying to embed a full page typeform in my site, the HTML Snipped has been added to a RAW HTML snippet converter. The website was built on Divi Visual Builder, interesting enough when I embed the form as a “Standard” Webform it works and looks great, notice the typeform is the entire grey box:  But when I try to do a Full-page typeform with a different design, It looks cut halfway, and it looks like this When it should look like this instead: I have tried everything I can to adjust the sizing and height in this case, but nothing seems to work.Any idea why this could be happening?Thank You!!!​​​​​​​
How to create auto next for type form, Guys Please let me know.
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.