The place to talk about APIs, SDK, hacks and implementations.
Recently active
Hey!I’m creating a survey. I want to generate report from the results with my own alghorithm in Python. Is it possible to show report to user in the same TypeForm, without email and redirect? Thanks in advance!
Hi This may seem a crazy simple question for using the API but have to ask to confirmIs it possible to access the submit button on a typeform and make it trigger the action of matching the responses from the same form against stored data on our database ?Using the APIs, how would you go about doing that if you cant access the submit button and assign it an action?User fills form outOnclick of submit button > starts the matching processappreciate any feedback! thanks in advance
Let’s say I need to Group all of the US states into 5 different regions, and want to assign SAME SCORE to any state which fits into particular group (10 points for West, 100 for East, 200 for South etc).Is there any separator (equivalent to “OR”) in the “If” condition, which could work for mentioning all the states, which satisfy the criteria?My goal is to create 5 conditions for each region, and list all the States within one region as a condition, so that I don’t have create separate conditions for each individual state.
With sidebar or popover embeds, can users collapse the survey and then pick up where they left off? We’d like to use Typeform to move our users through a series of tasks on our website (usability testing) and then ask for feedback. To do that we’d need to enable them to collapse and expand the survey without starting over. It would also be great for the sidebar or popover to carry from one page to the next. I’ve only looked at the preview on Typeform - from there it looks like the answers are preserved, but the question that the user was on is not. Is that how it works once embedded? Is there an option somewhere to continue where left off or is this possible with the SDK? https://developer.typeform.com/embed/ Thanks!
Hola muy buenas. Estaba necesitando poder recibir via webhook el score de cada respuesta en particular pero hasta el momento solo logro obtener el Score total del formulario.¿Habrá alguna forma de obtenerlo por pregunta?Desde ya muchas gracias
Hello,It’s probably a silly/stupid question but I noticed that the code that is generated in the Share tab is way much more “complicated” than what’s described in the Embed SDK documentation.Share tab generated code :<div class="typeform-widget" data-url="https://form.typeform.com/to/<form-id>?typeform-medium=embed-snippet" style="width: 100%; height: 500px;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>VSEmbed SDK documentation :<div data-tf-widget="<form-id>" id="form"></div><script src="//embed.typeform.com/next/embed.js"></script> You will agree that the second one is way much more simple to use and read.I tried both codes and the result looked the s
Is it possible to get the answer Id by javasccript?
Building a form and included a language jump, created a if then jump to logic and works with one, but the other still passes through to alternate language question. Any help would be greatly appreciated.Thank you,Chris
Olá Tudo bem , Ainda não estou conseguindo ter êxito:1)na configuração de notificação por email quero alterar o meu email
I was wondering if there was a way to figure out exactly which questions were right or wrong in a Typeform response and if you’re using the calculator, what the grade modifier was for each question?
Hi Guys!Rather new to Typeform and have been working on Manychat to date. Could you kindly tell what is the method of saving a webhook response in Typeform to further utilise it in the forms? Let’s say I’m getting Amazon order information from Seller.Tools by Order ID and I want to use the data moving forward. E.g. saying “You’ve ordered {{product name 1}} and {{product name 2}} from us, which one would you like to order a gift for?”. What I would do in Manychat is map a webhook response to a so called custom field and use it in the wording. How could I do that in Typeform? I’d be grateful for any assistance :)Adam
We currently host our surveys in Google Forms and would like to know if we can we import all past responses from Google surveys into typeform?
I’m looking for a way to identify the questions my test takers got wrong. I do not want to nudge them along with suggestions to go back and look again. I need to be able to tell them after the fact that they got questions 1, 3 and 7 wrong on a 10 question test. Additionally, the results I can see just have the answer, there is no indication as to whether it is answer a. b. or c. ...the test taker sees answer a. b. or c. but the results do not display this. If I type it in with each answer on the test then it shows up as a double a. a., b.b., c.c. for the test taker. So to summarize,I need a way to see which questions were answered incorrectly when I review the test results andI need to know which answer from the test the student chose; a. b. or c.
Hi I’m creating a new app and anticipating a build time of approx 2 months. Is it possible to use the “Improve” features locally before subscription? Thanks in advanceJoe
Hello guys.Someone kowns the problem that a person do not receiver e-mail from “send a notification to” in the “email notifications”.I have configured 5 e-mails and just 4 receiver the notification Thanks
Hi, Can I customize a report, or use the input to from 1 person into a report in Word or Google Doc. I am talking about a validation report for a schoolleaders registration for the Dutch register. So we have like 6 sections, with each 6 topics on which a validator ranks a schoolleader. It would be nice if I could make a customized report, that the validator could send to the schoolleader.
I was just working on my questions when I suddenly lost all the questions I was writing for the past 1 hour. Any ways to retrieve it.I tried checking on history but seems to not be there.
I recently added a typeform survey to my website and it loads perfectly when you first go to the contact page. When you press on a different page, then go back to the contact page, the embedded survey is gone. Each time I refresh the page though it appears. What could be causing this?What I am using:https://www.whatsmybrowser.org/b/J8JFVThis is the working SurveyWorking Typeform What happens when I press about then Contact againDisappearing Typeform
I have an essentials account and since the last time I made a survey I have lost all of my advanced question types, no matrix no question group, no legal…What is going on?
Hi TF Community,We are using a Salesforce lead form, which redirects to a Typeform to collect additional information for lead qualification.Some background on why we are doing it this way:Getting a web-to-lead form HTML generated to get on our website and to integrate to SF to create a lead without building an integration at the time was much simpler/less dev. But now it seems that updating this forms in PHP in our Wordress site is much more complex than initially realized, so not very easy to just add these additional qualifying questions right into the SF lead form. TBH - We don’t like the ‘1 Q per screen’ when you have just asking a user for basic information, I do get it for a UX perspective when progressing through more ‘thought provoking’ and potentially optional questions, but really don’t want our basic lead capture to be in Typeform survey format (in case the advice was to ‘do it all in Typeform’)Initially, the redirect to the Typeform survey post submission was more optional,
I need to limit file uploads to 4MB. Is there a way to do this with Typeform? The reason for the limit is the uploads are being integrated to a user dashboard that displays the file uploaded, and the CMS will only allow a 4MB image. Thank you!
Hi, i am trying to built a simple body type calculator form. I have checked the new layout, its nice but there is no addition to logic jumps. For example, we can only chose to jump if the value is equal, greater, lower etc , but there is no option for any simple calculation, for example if answer a minus answer b, is this or greater/lower than that etc. then go to that end. I hoped the developers at least would have added 4 basic calculation to new layouts. Is there anybody else need that kind of development? Is it possible to add this future to the logic jumps? Thank you.
Hello everyone!I am working on a project to implement the Servicenow software license control module, and I need to use the API to bring the total number of responses used in my contract.I basically need the same information that is displayed when I go to Settings> Plan & Billing, where the number of responses already used and the total that I still have available is displayed.Is it possible to obtain this information through a get at some endpoint?Or any documentation that explains how that value is calculated so that I can try to make this calculation based on data from other endpoints?Thank you for your help!
Hola, me dejaron de llegar las notificaciones propias por email!Revisé todo y estan activadas y las direccion de email colocadas, también ppublique de nuevo por las dudas!Me podrá alguien recomendar algo mas?Saludos -- Google Translation -- Hello, I stopped receiving my own email notifications!I checked everything and they are activated and the email addresses placed, also post again just in case!Can someone recommend me something else?Greetings
Hello,I am trying to use the new Insights/summary API feature: https://api.typeform.com/insights/{formId}/summary However while all the others API calls are working fine, when i use my typeform token (Bearer xxxxxx) and my TypeFormId when i try to get the insights on my surveys, i get the following response: {"code":"NOT_FOUND","description":"Endpoint not found"}Am i missing something ? Or is the feature not available yet ?EDIT: Never mind, it was a silly mistake on my part, I missed a blank character at the end of my query, I saw it after checking the reques in notepad++So this is solved !Thank you
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.