News, announcements and information about how to use our community
Recently active
Hello! I am building an order form with 48 order part options. I want to make it multi select and ask the quantities of each item separately, but I am looking for a succinct way of connecting the logic of these without setting 47 different alternatives at each option. Currently I have sent the order form to just be a single selection and then mapped the selection to its corresponding quantity (you can see the live form here: https://coffeebeancreative.typeform.com/supersplit-part) What I was hoping to do, and couldn’t figure out, is if there is a way to hide a question selection on the basis of there not being a value selected on question 1. So for instance, is there a way for question 1 to automatically drive to question 2a, but if the criteria is not met (1a isn’t selected), so it automatically moves to 2b but if that criteria isn’t met (1b isn’t selected) it moves to 1c...and so on.
Hi,I’m planning to updgrade my account to Business Plan. But before that I have some few questions to ask :) 1. Does Typeform work in China? (Are the links blocked? Or were there any issues in the past?)2. Apart from China are there other countries that had any issues with Typeform?3. Does Typeform support Arabic language settings?4. I would first like to start with the Business Plan (up to 50,000 answers). But in the future am I able to change the plan to more than 50,000 answers in the middle of the month (during the business plan)?
Hi, I’m asking on behalf of my organization.We have a Typeform account and credentials are shared with multiple employees working with surveys.If I invite another person to one of spaces, will they be able to see only the shared space or everything else?
Hi,Sorry about a basic question as I am new to Typeform.Is there any limit of number of people who can access the form to submit replies simultaneously (other than the limit of the plan itself) ? Thank you!
Is it possible to create a RANKING question, but have ranking options in the drop down that reads custom copy like “First choice”, “Interested” and “Not Interested?"
Short text question is showing simplified Chinese under traditional Chinese setting, also the placeholder is not showing the correct message that what I’ve changed.Long text question is fully correct.Please fix this.
What options do I have if my typeform question asks the client to upload an image and they dont have one to upload. It doesnt allow them to move on to the next queastion without the image
I completed a survey but respondents are not able to answer the questions….?
I’d like to create a way for my clients’ employees to do the following:List their top responsibilities Rank them based on a love-dislike scale Rank them based on a great-bad skill level scale Compile that data and send to their employer (my client)
Hello,I love Typeform and would love to pull the trigger on purchasing full plan but if I can’t build the form/quiz I desire then I have to go to the competitor that can do it.I basically would like to recreate the OCEAN (Open, Conscientious, Extraverted, Agreeable, Neurotic) or aka, the BIG FIVE Personality Quiz in Typeform. This Typeform competitor already has a ready-made template available for recreation on it’s platform here: https://app.involve.me/template/big-five-personality-testIf somebody could point me in the right direction, that would be amazing!Thank you
Hi guys, I’m looking to build a form that will take each users answers and give them a score based on what inputs they have chosen & there will be a different end page based on a users score at the end showing them different products / content. We are also looking to customise the structure a small bit in relation to animations etc on different pages of the form. Is this possible in Typeform? Thanks!
i have made a costume description on the “share” tab for the URL, but it wont update when i share it with others.any tips on what to do?thank you
Does typerform only allow 2 questions if you are in the free version?
Hi there,I am aware that I can change system messages in Settings > Messages. However, the message for respondents to key in input for “Other” does not change to the language that I want. It says “Type your answer” when I need it to appear in another language. Appreciate your help. Thanks!
well why not be the first post in the community in the new year lol.. welcome back all.. just trying to ascertain if all survey inputs (into google sheet via integration for example) are in UTC (ie Submitted At field) - or is there some way in app to pre-establish time zone and pass that into the submitted at field. i am trying to find a way NOT to have to calculate the ‘local’ time - ie a quick email to link to a survey to collect fitness activities at the end of the day, say at 10pm today as a reminder to me to record my activities, shows up in the google sheet as submitted at tomorrow morning 3am (I am in eastern time zone) .. in order to do a report/summary/dashboard of said activities, i have to calculate the actual date ie today.. if that is not making sense, blame it on not enough sleep over the holidays and finding out tonight that my daughter’s school is now virtual starting tomorrow for the next week or two, instead of onsite at the school and all the logistical headaches t
Hi,Are we able to merge certain survey responses from one survey to another?Scenario:Shared Survey A by accident. Responses went to Survey A. Can I migrate a few of the responses from Survey A to Survey B (which is the survey I meant to share initially). Thanks!
Hi everyone!Is there a way for me to “block off” or limit the dates that can be chosen when building a new form? Thank you,Eli G.
Hi! I’m planning to use typeform for engagement survey adding personal information filtres at the begining of the survey link (gender, time in the company and departament) and, I want to be anonymous. My question is, would Typeform hide the answers of the employees that are obvious in order no to have access to that information? or it must be the company trining no to ask information so clear…? Thanks for the quick response :)!
Hello, I am having difficulty with creating logic for a question. I ask a question with four options. Let say question number 1:ABBothNoneIf they choose none, skip 2 questions or if they choose both, then do not skip anything. But If they choose A, I want them to answer question number 2 and skip question number 3 and if they choose B, I want them to skip question number 2 and answer question number 3. With this example, the choice B is easy, simply skip question 2. However the choice A is really difficult because I do not know how to create a logic that says skip not the next question, but the one after it. Can you please help me? Thank you
Hi!How do i populate my crm with a country from my quiz. (I don't have a country selection option within the quiz) The quiz is tailored to a specific countries.For example i have one quiz for sweden and one for germany. How do i make my typeform quiz populate my crm with the right country? The specific quiz will only be sent out to a specific country. And i dont want to have then answer what country they are in.
Unable to publish and share my survey correctly when I have a paid subscription (basic).
Created a new account with emailAfter about two hours, I could not log into my accountPlease help me
Hi,I have a survey form in TypeForm (TF). I would like to connect it with HubSpot (HS) based on 2 fields. I would also like all the rest of the fields to be logged into HS, how can I do this part? Can I keep adding fields under Contact (in the connect section) to do the HS to TF mapping. In this case will it consider the top 2 fields to be the criteria for updating an existing record in HS?Any help would be appreciated.Thanks,Shweta
in preview mode on the PC the dropdown choices work fine but previewing the same on the iPhone, I am unable to activate the dropdowns no matter where I touch on the screen.Anyone have helpful hints? kind regards
I have a Typeform embedded on a Wordpress site and there’s no way to hide it on mobile. I tried wrapping the code in a: <div class="hide-on-mobile"> <typeform code><div> with this CSS:@media only screen and (max-width: 767px) { .hide-on-mobile { display: none !important; } } But no success. So I tried:<script> function hideTypeformOnMobile() { if (window.innerWidth <= 767) { var typeform = document.querySelector('#typeform'); typeform.style.display = 'none'; } } window.addEventListener('load', hideTypeformOnMobile); window.addEventListener('resize', hideTypeformOnMobile);</script><div id="typeform"> <!-- Your typeform code goes here --></div>And nothing, still shows. Anyone can help me? Thanks in advance,
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.