News, announcements and information about how to use our community
Recently active
Hey, I'm using a really cool form system, named Typeform. All your systems are good. By the way, is there a function for people who received the form link to download the image attached to the result page? I want a function to download images on the result page on my smartphone. I look forward to your prompt reply.thx
Hello, I’m trying to access the API using fetch in javascript but keep getting “TypeError: Failed to fetch”, I’m having a hard time figuring out how to do this with the documentation. Can anyone provide me any resources or info on this? fetch("https://api.typeform.com/forms/{form_id}/responses", { method: 'GET', headers: { 'X-API-KEY': '{My secret key here}' }}) .then(res => res.json()) .then(data => console.log(data)) .catch(error => console.error(error));
In the results of my survey is a discrepancy between submissions (29) and responses (18)?Is this a typeform mistake or is there a difference between submissions and responses that I am not understanding? Thank you for helping me out here.
Hi, how do i make the output of my form a WORD doc or PDF or other format? I would like to use the tool to make project briefs that can be circulated to our creatives. At the moment I can only see how to get the data into EXCEL or CSV. Any tips and/or which template should I use?? Thanks.
Hello, the typeform storage order has been changed. How can I put the most recent questionnaires back first?Thanks
Hello,How could I put diferent colors to the buttons for a satisfaction survey?for example, red for scores from 1 to 6 and green for 7 to 10. Thanks
I see there is Stripe integration for taking payments. As a seller could I upload multiple different files to Typeform and using logic, could it direct the user to the correct file for them to purchase and download all in one sequence? For example, let's say I sell recipes and users can answer questions to purchase and download the right recipe for them by answering questions through Typeform, e.g. "Main or Dessert?" "Vegetarian or with Meat?" "Hot or cold?" and finally the user ends up with a suggestion of a "Chicken caesar salad" recipe that they can pay for and download immediately from Typeform. Thanks!
I think there's a time gap between type form and slacks.I set the type form result value to enter the Google sheet and slit channels. By the way, it flows into the Google sheet without any problems, but it arrives long after the slack.
I’m trying to put the url http://wa.me/ prior to a phone number. That way, I only have to click the link to start a WhatsApp conversation.Strangly, when I only send the phone number, everything works fine:+4917612345678But if I put http://wa.me/ in front, it transforms the + intohttp://wa.me/%2B4917612345678Is this a bug and can this be solved? Kind regardsEric
Hello community, I am looking into designing a self reporting tool in the shape of an online form.My respondents will need to answer the same set of question every day for a certain amount of time. But I would like to make it in a way that it is easily accessible and avoiding to ask them to enter their name and email address every single time. Would this be possible on Typeform? Thanks in advanceDina
I have a question about branching och multiple choices.If a multiple choice slide looks like this: A. Question oneB. Question oneC. Question oneD. Question oneE. Question one My answer for example is A, C and D. The next thing I want is to add a numerical question for each alternative, ”How many?” of each sort. So these three slides following each other:How many A? How many C? How many D? I know i can link like this ”If A then jump to How many A?” but how do i make it work if i choose more than one option? What makes it a bit difficult is that i already have a lot of rules to block the user from scrolling to the next question, as described in this article: https://help.typeform.com/hc/en-us/articles/360052965911-Hide-following-questions-using-Branching-and-calculations?source=search
Hello, I created an outcome type quiz, to determine the “tea type” of customers. I need the ability to block an outcome, like “caffeinated teas” from a person that responds to one of the questions that they never drink caffeine. I don’t see a way to do this. Any ideas how to achieve this?
Hello everyone! As it is the first time I’m using Typeform, i still don’t know/understand/find all the functionalities… Hope you can help me with this ! Here’s my prob: We’re working on a professional project and so we’re creating a conformity test for our clients owning appartements/buildings. It is splitted in 2 parts : Legal audit et building/material audit.As we gonna add scores to every answer, we’d like to allow respondents to get their own results by email by encoding an ending page (exemple below) at the very end of the tests. Do you think it’s possible ? And how ? For the moment, we just don’t know how to do it. Thanks a lot!
I’d like to run a report (with pretty bar charts, etc) but filtered to specific dates. We ran a 2nd iteration of an employee survey. I can filter by date in some areas of Typeform to just the ones from the latest iteration, but the report section doesn’t have a date filter. Do I need to delete the data from the prior round? I’d rather keep it, but I’m not seeing a solution. I tried duplicating the survey with the idea I could delete the old ones but just in a copy, but the results don’t come over when you create a duplicate. Input from you experts?!?! Thx!!
Hi,Im trying to solve this but no luck. This is what I want: User chooses material from picture choice ie:Q1: choose stone color.Answer gives: add: Silestone_pricegroup6 to sqm_price Q2: what is the length of your worktop?User input adds to total_length Q3: what is the width of you worktop?User input adds to total_width Q4: how long do you want your splashguard?User input adds to total_length Q5: How high do you want your splashguard?User input adds to total_width Calculation 1:total_length is devided by 1000total_width is devided by 1000total_length * total_width= total_sqmtotal_sqm * sqm_price= sum_sqm_price Thanks!
I think I have 2 accounts and I can’t seem to access the other account where all my responses are. Thanks for the help in advanceAly
I would like to create a form to collect information from clients. However, I would like one question to have several ways to input - for exampleQuestion 1. please provide the contact information for your businessShort answer: BUSINESS NAMEShort answer: Business AddressNumber: TELEPHONE NUMBEREMAIL: EMAIL AddressUPLOAD: BUSINESS DOCUMENTS Is this possible for one question? I have several topics like this, that would be best collected all in one instead of separated by several questions.
In a survey can a picture I upload be made interactive?
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 I’ve seen this happen to a few other members here but it is also happening to me My embedded Typeform is not working with Clickfunnels Here is a screenshot What do I need to do to correct this issue?
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, I am launching my typeform survey from an email, and copied the code via the “Start your typeform in an email” functionality. However, When I open the email it sent, the images don’t appear and it just has the boxes with titles: Is there a workaround for this?Thanks!
Is there anyway to customize the exit page with summary or any custom variable outputs or logic based on custom variables at least? I only see options for regular survey questions and standard ‘score’ but no way to include the custom variables calculated? I have about 5-10 custom variables and I’d like to drive output based on these values.
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!
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.