News, announcements and information about how to use our community
Recently active
Hi ! I am trying to build a car configurator, where the user can choose from a variety of options, each of which has it’s own price. I would like to display the configuration on the final screen, then ask for a $100 deposit. Is that possible ? Q1: V8 (standard) or V12 ($1000)Q2: Black (standard) or Orange ($200)Q3: Cash or Finance ($500)Then, on the final page, I would like to display their answers and pricesV8Orange: $200Finance: $500Total: $700BUT!! I only want to ask for a $100 deposit… rathern than the full $700. Is that possible ? Thank you !!!
Meltano just finished their Tap-toberfest event for using the Meltano SDK for Taps and Targets. I built a Singer tap that pulls data from the Typefrom API that can then be sent to a destination using a Singer target.https://github.com/albert-marrero/tap-typeform
I need to create a committee signup form that:enables users to see who’s already signed up for each committee. So in other words, this form needs to show current results to the user. prevents users from deleting others’ data caps committees at six membersHow would I do this? Thanks!
Do you have accessibility documentation about your product where the supported accessibility features in your product are listed and explained? Does your support staff get training on accessibility? Is there an accessibility expert whom other support staff may contact for more advanced issues? Do you have users with disabilities test your applications and new features and provide feedback?
Why do custom variables show up in the notifications and google sheets? How can I hide or remove this?
Hello, is it possible to make settings to sent the results oof a selfassesment form to the customer direct by email. I want to make a set op diffrent forms as a tool in my online course for personal development. So it should be possible to send one customer the results of more than one form. The sollution i found wat in notification settings. But this is not working (all Anwsers dont apear in the email). Or is my rerquirement only possible if i connect my MailChimp account? and then how do i cutomise a result email
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.
We launched a survey yesterday but some respondents contacting us to say that at completion of form they get a ‘reload’ message and they are worried that forms are not submitting. Help!?
Credit card charge amount is wrong. Both amounts should show sub total. How can I calculate a 3% merchant fee?This is the variable setup for the stripe page.My Variables
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
I have set up logic jumps for a course registration form.Original form format was apply only for one course at a time with a single $100 deposit request. I have now added multiple courses in one application which means $100 deposit per course chosen. So if 3 courses chosen $300 or 5 courses $500.Can I set up payment question to calculate deposit amount to match amount of courses chosen while I have logic jumps linked to each question?I cant seem to apply a logic jump and a variable into one Rule at the same time...
Hi ,I am currently on a yearly Plus plan. I see that FB pixel is only available on the business plan. My question is - can I take the business plan for just the month? If No, how can i change my yearly plus plan to a monthly Business one? I have already paid for the yealy Plus plan. Can a refund be done so that I can take the monthly business one?I have written to the sales support multiple times but no one has reached back .Also I dont see the Live chat feature & delete card into feature on my account. Your help will he highly appreciated
Is it possible to create a Picture Choice from a Google Docs import?
I am succeeding in creating a new Typeform by importing from google docs. I see that to import an Opinion Scale, the format is:{Opinion Scale} {7} How likely are you to recommend us to a friend or colleague?But... is it possible to also set, during an import, the text for the 3 optional labels that appear under the opinion scale numbers?Thank you
I’ve been emailed a link to complete a typeform. When I clicked the link I had to set up an account. I’m now logged in but can’t see any form there for me to complete. Any idea where I’d find it? I’ve logged out, gone back to the original email, clicked the link again and logged in (with the same email) and still no form visible.
HiI have created an application form. It has 7 Questions and one welcome screen and no ending.But it will not let me publish under the Free Version it comes up with unlimited questions. Meaning I am exceeding 10 questions. Please can you help.RegardsAbbey
hi! I want to know if there is a way to get information about how much time people spend seing their quiz results? This means, how long there are on screen after submitting the quiz. Thanks!
Hi! Let’s say I use a source hidden field to create multiple links: one for twitter, one for facebook and one for instagram. Can I create a specific QR code for each of these links?
I’m creating a quiz and I would like to have it have a “loading” type animation to make users feel as if the computer is working while they are taking the quiz (if that makes sense)...so that the results seem more “real” . Any tips on how to do this??
I want to automatically send an email with attached PDF showing the individual results of the recipient. I got to the point of connecting Google spreadsheets to Google slides, using Document studio. Ultimately, google slides will be converted to PDF and then send to the recipient. Now, how do I automatically create a bar/chart in Slides, using the data in spreadsheets? E.g., I have several questions answered by a 1-10 score. In stead of showing the answer as a number, how is it shown as a chart? It has to be on individual level. Thank you!
Hi, I’m hoping someone can help with my question. If we embed a pop-up on our site, is there anyway to make it re-appear after a set period of time if it’s been closed without a response? So to make sure we give people another chance to take the survey? Thank you!
I just signed up.I created a very simple form with 2 questions (email + long form). When I click “publish”, it’s written that it is not possible. Screenshot.What am I doing wrong?
I have the problem with multi-select questions, the downloaded csv file does not include the question. Am I doing something wrong? or is this just an absurd flaw with typeform. I have to say I am used to using Qualtrics and first time using Typeform ie started at a new company.
Does anyone know what the ‘Trial box’ next to some of my questions within my survey means?
Hi,for a typeform we’re creating, each answer adds values to multiple variables. The goal is to show in the end, the 3 highest scoring values to the user.2 issues/questions here:Is there a way to simplify the logic creation and reduce lots of repititve work? Is there a way to show only the 3 best performing variables at the end? Question 1 background:In MVP-mode, we have 3 questions, ± 6 answers per question and 8 variables. In full-live this will be rather 5 questions, ± 8 answers per question and 20 variables.The logic looks a bit like this:if “question X” is “answer A” then Add “value Y” to “variable 1”if “question X” is “answer A” then Add “value Z” to “variable 2”and so on.Meaning in MVP-mode we have to do the above about 3x6x8 times = 144 timesand in full-live version 5x8x20 = 800 times.While in excel: this is a simple matrix with 5x8 rows and 20 columns each with a value to be added.Is there a way to import the logic? or at least to duplicate the statement and so we only have to
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.