News, announcements and information about how to use our community
Recently active
I am using Typeform for job recruiting and have a list of locations we are asking people to choose from. We have a master database of locations in Airtable and I would love for Typeform to pull those locations instead of manually keeping them updated in Typeform. Can Typeform pull from an Airtable DB?
Hi there,I have created a typeform with webhook integeration. I have embedded the form in my website. I am getting an error with error code 302 as a webhook response.Can anyone please explain what’s the meaning of that error and what is the solution to fix that?Thanks!Here you can see the Response Header
Hello, Community!I already integrated Typeform with Intercom and try to run Outbound post. But my Typeform quiz can show only after “Click here” button click. I want when our new customer pass registration he immediately see a first quiz question. How I can skip “click here” button? Thank you!)
Hi!I have a problem with typeform & notion integration.The problem appears when mapping multiselect questions. If the answer contains a comma, then this answer is not sent to the notion, or at least it’s not visible there. When there are no commas, everything works fine.Any ideas?
I would like typeform to save uploaded form with name of responder for easy sorting
I used to access the JSONs via the ‘request your data’ button in the accounts section. But it doesn’t work anymore. They used to email the data in a zip within a few minutes, sometimes a couple of hours. I have requested these since Thursday, but have not received anything. Does anybody have the same problem, or is this only on my account? It’s creating a huge problem for us. Thank you for any input!
How do I have both multiple ending URL links PLUS a different URL for re-direct on completion of the form?Each time I turn on the re-direct feature, the endings links stop working. I need both multiple endings and the default URL link to be different for multiple reasons please.
Hi, I just created a Typeform and added it to a SeedProd landing page. The contacts/emails are showing up on Hubspot but not properly. It’s missing all fields’ info and URL source. Thanks, Carmen
Trying to send via email. Keeps adding semicolon at end of email address when I try to send. Isn’t being received. Any suggestions? I do have a welcome page in the application I created.
he tenido problemas con las etiquetas en mailchimp, cuando typeforms manda los contactos a mailchimp les da una etiqueta aleatoria y no la que le he asignado¿Qué puedo hacer para que los mande con la etiqueta correcta y una al azar? -- Google Translation -- I have had problems with the labels in mailchimp, when typeforms sends the contacts to mailchimp it gives them a random label and not the one I have assignedWhat can I do to get them to send them with the correct label and a random one?
I have finished my typeform and clicked publish. It seems working because the botton is not fully colored. The problem is when I try to embed the form in my website. It does not show anything.
Bonjour,Je souhaite créer ce type de typform : https://www.loudstory.fr/testez-votre-storytelling-1(Il est en bas de la page).Il est composé de réponses uniques sous forme de mot ou de phrase courte.A la fin du questionnaire, les réponses sont intégrées dans un texte prédéfini.Voir en capture jointe : réponses sont entourées en blancMerci de votre retour :-) --- Google Translation -- Hello,I want to create this type of typform: https://www.loudstory.fr/testez-votre-storytelling-1(It's at the bottom of the page).It is made up of single responses in the form of a word or a short sentence.At the end of the questionnaire, the answers are integrated into a predefined text.See attached capture: responses are circled in whiteThank you for your comeback :-)
Hey there, when we get more then one entry per day in a specific typeform the notification in gmail creats one big email thread per day or so. If we answer one of the leads its within the same thread. This causes confusion as often times several conversations start to happen within that one thread. Is there a way to configure the notifications in a way that gmail (or others) will not open one thread for several entries but instead creat a new one every time?
I have a question where I use the #number field. The user can enter a number between 0 and 28. Can I add the answer straight to the score?The other option is of course to use the “Branching and calculations” and say if the answer is 1 add 1, if the answer is 2 add 2. But is there a smarter way when the answer already is a number?
I am trying to publish a survey which has 8 questions and 2 statements. It won’t allow me to publish because I need to remove the ‘unlimited questions’ feature. I have looked through settings and cannot understand how to do this. Thanks, Katie
Is there a way for a HubSpot property to be updated based off of which Typeform is filled out? We are a residential development community, with different Typeforms for our different new construction home neighborhoods. We have a property called “property of interest” in HubSpot that designates which community the contact belongs to and we would like that to update based off of which Typeform is filled out. For example, when a prospect comes in to our community Estancia, we would have them sign in with the “Estancia Leads” Typeform, which would then put the “property of interest” as Estancia without the prospect having to select “I am interested in Estancia” or something similar. Thanks!
Hi , Plz i need to know where the responses are saved ?how can i know the name of my student and his response after submitting the response .
This quick questionnaire helps us uncover your preferences and craft a hand-selected list of concepts that you’ll adore.
I put a survey together several months ago, with the help of the redoubtable JOHN DESBOROUGH of Ottawa. He was more help in a one-hour Zoom hand-hold than the whole Typeform back office put together over a month. So I am (a) eternally grateful for his support and (b) narked I can’t find the post I made at the time which bigged him up (sincerely!) for his expertise, generosity and kindness.I came back today to copy out the code and settings etc which enabled me to collect people’s identities and then use the data acquired to personalise questions with firstnames.Congratulations. It’s all gone. Don’t know how Typeform can claim they’ve made the UI easier, it wasn’t hard before. But all this hidden field stuff and utm source stuff has disappeared off the face of the Earth… a bit like Facebook apparently. Ain’t broke? Don’t fix it. Fix the things that are a bug bear, like the ability to give false email addresses… I cannot even begin to see where to start to replicate this.
Hi! We have typeform where 4 images should be uploaded. But two or three times per day we are recieving corrupted files from the typeform. It happens every day! Here is how its look like https://i.imgur.com/lzApCUa.gif Files cant be opened by any software.I tried to make troubleshooting:Those people who sent it to us - they just sent me this files with email, in archive here is a link - every file is good, and not corrupted. So that is some bug of typeform. Next i tried to submit the same images and by the same link (with the same UTM tracking) - and all is fine. Can somebody fix this problem? Why can it be? We are loosing candidates because of it. This typeform version is the newest one. Can somebody from developers check this form? I can send a link in PM
Hi everyone, I'm trying to build the signature using the shared secret and the payload sent by Typeform webhook but the resulted hash is never the same as the retrieved from the header.I belive the problem is the request body format.The Typeform documentation says that the body must be binary, so i parse the JSON object that my applications give me to a buffer before i apply the HMAC SHA-256 algorithm. I also tryed to use JSON.stringfy method after the previous step.What am i doing wrong? let payload = request.bodypayload = Buffer.from(JSON.stringify(payload))// payload = JSON.stringify(payload)const base64BinaryHash = crypto.createHmac('sha256', secret).update(payload).digest('base64')const finalHash = `sha256=${base64BinaryHash}`
We want to show a different image based on prior user selections or a hidden field that is passed to the survey. Is there a way to do this?Thanks,John
Hi, I cannot find “Question Group” in the create a question drop-down list. Its supposed to be the last option in the menu but its not there. Does anyone know what I can do?
Hiya, for a research questionnaire, I wish to randomise multiple branches to get all a similar amount of answers. In other words, after an introduction, a user is branched to one of the four groups of questions, before coming back to joint final questions: how can users be branched randomly?A possible solution can be to offer a required multiple choice “Please choose one of the following digits: 1,2,3,4” with logic jumps, but can this be hidden from the user?Thanks in advance for any advice! 🙌
Hi, I will like to ask users about the average duration of certain episodes in the past 12 months and have them respond in days, hours and minutes. Can that be done in Typeform?
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.