News, announcements and information about how to use our community
Recently active
I cannot find how to get to the logic tab or portion on iPad with type form can someone help me
Hello i used type form in iframe format.I have difficulty to show the last option of the select because of the scroll and the area for switch to the next step. This this my renderThere is a way for fix this? Thanks for your help or ideas.
I paid for 10,000 for this month but I’ve only received less then 100 responses. How can I get more people to take my survey? BukuBocaBook.com
I’m in the Free Trial. ….I’ve created a basic Typeform Quiz with an ending. When I click on Live Preview and fill out the form to test it, I’m not seeing the ending message I created after the final question. Any guidance?
I followed every single step to try to redeem the professional account for type form from the student package on GitHub. However, when I log in with my account and it tries to authorize my account, the page freezes and lodes infinitely until it stops and shows me the following page: The following picture is the page before it became the page above: I have spent a very long time to make this work, please respond soon as I am in need of using the plan. Thank you can I hope to hear from someone soon.
Hi Typeform gurus! I’ve created an outcome quiz in Typeform with 45 different endings. The logic all seems to be working well. I’m struggling now to integrate Zapier to send an email via gmail to the quiz taker. The email part is straight forward enough, but I have not yet figured out how to send a unique email based on the Ending that the user arrives at. The only workaround I’ve come up with would be to build the logic in to Zapier based on answers instead of endings--which kind of makes the outcome quiz moot. Has anyone encountered this and found a good fix? Many thanks in advance! Justin
How do i add my company logo to a template? Is this possible?
Hello!We have an SPA where we’re showing a Typeform questionnaire on the home/dashboard page, but we then want to remove the Typeform on navigating to a different page. Typeform generates its own HTML to present the questionnaire:Is there a consistent way that we can use to access this content (something that will be consistent from version to version)? Previously we were using the “typeform-sidetab” class to find it, but now this has changed to “tf-v1-sidetab”, and it might change again in future… Is there a way that we can ID the Typeform-generated div ourselves perhaps? Or is there some clean-up function we can invoke if we want to remove the Typeform HTML when navigating to a different route?
We are getting negative feedback from patients filling in a typeform questionnaire that has a date of birth field. To select the correct date requires scrolling back by month to get the correct year. Cannot scroll just in the year field.
I have had redirect on completion working for months where they redirect to a new form so that I can save entries at periodic points.They would redirect in the same window but now trying to open a new tab for the next form. This behaviour has just recently changed, how do I fix it?
Hi,Is there a way to set a specific value for an answer and not sending the whole Text message displayed on the answer in the form ? For example:Question: Do you like apples ?Yes I like apples No I like bananasI would like that the form send the value “yes” or “no”, and not “Yes I like apples”. Or at least, something like “yes-i-like-apples”.It is common in a lot of systems to have a difference between displayed text and form values, like in HTML elements like in “select options”. Any help on that ?Thank you !
Hello community,I really like TypeForm as it allows me to be interactive with my audience. I have built a dialogue to catch more newsleter subscritions, but I am facing a problem.To catch more attention, I have to trigger the side tab after let’s say 5 seconds. As My users can land on any page, I paste the code in the <body> all over the site.If the user submits the form, then the form disappear, because I checked the “close embed on completion”.However if the user simply closes the form, then when he visits another page, the form pops up again after 5 seconds. This can be really anoying for the user.So my question is : is there any solution to force the form to stay down if the user have cliked the “close” button ?Thanks in advanced.
I changed the email for type form and haven’t received any responses in my email. I am able to see the results in my profile, just not in my email. Does anyone out there know if there is a delay or how to confirm that the results are forwarding to my email? Thank you and Happy New Year!
I am essentially trying to create a drop down menu that has over 500 options, so I need users to be able to pick at least 6 or 7 options at once. Is it possible to do that while using just one dropdown menu in one question?
I’m hoping to create a workflow where someone taking a quiz will be prompted to enter their email to subscribe to Mailchimp and their results trigger an automatic email with their specific results! I have 4 results from my quiz and want to send the quiz taker their results in an email (triggered by them completing the quiz). How can I do this?
I’m trying to determine if this specific use case below is possible with Typeform. Thanks for any assistance:create a form with Likert Scale type questions thatwill also allow me to create a summary score by question category and display and/or email the individual survey respondent back their overall assessment scores by category (i.e five categories) along with text based up the score range they have in each category and based on the scoreSo for example, if I have 5 categories each with five 5-point Likert questions, the categories would total score ranges of 5-25 for instance based upon the assigned response values.Depending upon what ranges participants land in for each of the 5 categories (e.g., 5-10,11-20, 21-30) there would be different recommendations provided back to them in an individual report (ideally via email or powerpoint, but at least that they could render and download or print at the end of the survey). Is this possible, help is welcome andMany thankscees (netherland
Title says it all, we made a pivot and are going under a different company now. Need to change this year’s invoices so they’re adressed to the right company + name
Have you ever wanted to change something in a dropdown list and seen this?The good news is there’s an easy way to change your dropdown options without breaking your logic rules.Try this:Change your “Dropdown” question type into a “Multiple Choice” question type Make the text changes you want or reorder the list (doing so preserves the logic) Convert back into a “Dropdown” question typeThis is useful if:You have complex logic running behind each dropdown option If you want to translate a form containing a dropdown questionI hope this helps someone!
why i cant cancel my yearly plan??
Is there a known bug where a single response in Typeform is displaying as multiple rows in connected Google Sheets?I have a user who responded to my survey on 12/20 at 12:43:59. In Typeform I can confirm there is only a single response for this date / time, however in the connected Google Sheet there are 2 rows for this single response. The token is also exactly the same.
HelloI have 15 questions but only 7 are appear on mobile.On iphone, somtimes 1 question appear.can you help me?
I've created a Typeform for users set up an account with our business.It contains advanced logic that took a lot of time to setup. Now we need to translate this typeform (duplicate and translate), but if I translate e.g. a choice in a dropdown that used to be Interview now is Intervju the logic is interrupted.Is there some way to keep the logic, but change the name/translate this without breaking the logic?
0 I am embedding 2 typeform on my webpage. When I submit 1st typefrom onSubmit function get executed, but onSubmit function of 2nd typeform get called automatically even I submitted the 1st typeform.<div id="my-embedded-typeform1" style="width: 100%; height: 300px;"></div><div id="my-embedded-typeform2" style="width: 100%; height: 300px;"></div><script src="https://embed.typeform.com/embed.js" type="text/javascript"</script> window.addEventListener("DOMContentLoaded", function() { var el = document.getElementById("my-embedded-typeform1"); var el2 = document.getElementById("my-embedded-typeform2"); window.typeformEmbed.makeWidget(el1, "https://admin.typeform.com/to/cVa5IG", { hideFooter: true, onSubmit: () => { alert('Typeform 1 submitted') } });window.typeformEmbed.makeWidget(el2, "https://admin.typeform.com/to/cVa5IG", { hideFooter: true, onSubmit: () => { alert('Typeform 2 submitted') } });
Hi! I’m new to Typeform and trying to use a logic structure that I’m used to using in Qualtrics but can’t quite figure out in Typeform. I need to create a chain of if-then logic statements joined by ‘and’ or ‘or’ logic functions. In other words, I need to nest logic statements within logic statements.For Example:IF ((answer to Q1 is X) AND (IF answer to Q2 is Y) OR (answer to Q2 is Z))OR IF ((answer to Q3 is A) OR (answer to Q3 is B))THEN (Show ending #4) Could anyone explain how this is done in Typeform (or confirm that it is not possible)? 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.