News, announcements and information about how to use our community
Recently active
I want to automatically receive an email to my inbox whenever someone submits a response to a form. Where can I set this up? I’ve looked around and clicked on the settings icon, but I can’t find it. Can someone send me a screenshot of where I can find it, and where to put the correct email address?
Hi, Similar to what https://forms.app is offering, I would like to add a simple signature box where the customer can draw a signature. I do not need any official e-signatures, just a drawing from the customer (e.g. when using the form on an ipad).
I’ve got a funnel. Users opt in to the funnel and provide their name and email that are then stored in cookies. I don’t use typeform for this opt in form.Later they have the opportunity to apply for a phone call. I do use Typeform for this application form. I’d like to ask them for their email and their name in the application form but I’d like to prefill it with the previous information they provided if it’s available from the cookies.I can handle getting the name and email out of the cookies but I was wondering if someone could tell me how to pass this data into Typeform? Perhaps there is an html attribute I can add to my embed or some Javascript API I can use?With Calendly, I can just pass the fields as URL params which makes it really easy.
Hi, how do i take a video from my media library (created on phone app) and use/edit it on the desktop app?
Hi !! I am creating a survey with a multiple choice questionnaire. I am wondering if it is possible to define the max number of participants per choice ( I.e. after 5 people selected answer A this answer is no longer available).Thank you in advance for your help!Anna
Currently I’m using this library https://github.com/Typeform/embed/tree/main/packages/embed to show my form in a modal of our application.We setup several languages for translations for this https://fthfj44m4m3.typeform.com/to/ggCwKD3C.I read the documentation, I understand the translation feature works based on the language of the browser, I would like to know if there is a way to force the translated form with a query param on the iframe.This is my current config createWidget(this.formId, { container: this.$refs.typeformContainer, autoResize: true, ...this.options, onReady: async({ formId }) => { console.log(`Form ${formId} started`) },});
Hello Community! I'm writing today to offer some clarity about the possible reasons why you may not be able to publish your form. When you get an error message while trying to publish your form, it often means that you're using a feature that isn't included in your current plan. The message would look similar to this one: The solution is simple enough: if you remove that specific feature or upgrade to a plan that includes it, then you'll be able to publish the form! :) The good news is that Typeform will always tell you the reason and the feature that stops you from publishing your form. In case you're still unclear, see below a bit more detail about these: Unlimited questions The free plan offers 10 questions per form. However, the ending and statements count as questions so make sure you count them too. If this is the case, remove the additional questions and you'll be able to publish your form. :) Remove branding The option to remove Typeform Branding is available for Plus plans
Hi everyone,Ive created an outcome quiz with multiple choice questions. I’ve connected all A responses to outcome A, B responses to outcome B and C responses to outcome C but it still doesn't work. Can I get help please. Thank you.
We use Typeforms on our website and suddenly as of last night, the 3 links just stopped working. There were no updates or changes made to our website (built in WordPress) to provide some order of any change history to evaluate the cause of the links no longer working. I pulled in our IT Manager and Website team but no one can determine the cause or fix the issue at hand. The screen appears with a white box and an “X” at the top right corner. Two times today I was able to pull up one of the forms on our website using my cell phone but then when I closed the site and went back in the link did not work.All plugins have been updated, cache cleared and the site gone through with a fine tooth comb to figure it out. Has anyone had this issue and would you be able to provide the resolution to me? We love our Typeforms and rely on them heavily to do business!Thank you!
What is the # and Network ID means? (in the response excel file)
I would like to create a survey that branches as follows:The survey contains a multi-question section that asks respondents to fill in short text answers in five seperate text fields. Let’s call the text fields: 2a*, 2b, 2c, 2d and 2e. (Only 2a is required)The next couple of questions asks respondents to judge their own answers to the previous set of questions. Let’s call those questions 3a*, 3b, 3c, 3d and 3e. (Only 3a is required). 3a calls back what the respondent wrote in answer to 2a, and vice versa.This is where it gets complicated for me: Respondents are not all likely to write something in all five text fields (2a->2e) . So in many cases, some of those text fields will be left empty, and I’d not like to subsequently recall empty information and ask respondents to judge that.What I would like is the following:I’d like question 3b to show only if the respondent entered tekst in 2b. Otherwise the survey should skip to question 4. Subsequently, I’d only like question 3c to show
I need help setting up a Typeform that can:1️⃣ Collect responses.2️⃣ Save responses to a PDF.3️⃣ Email the PDF to the respondent.4️⃣ Delete the data afterward for privacy. <--- Is this possible?If you've tackled something like this before, or know someone who has, I'd love to connect! Drop a comment or DM me.Thanks in advance for your help! 🙌
Hello Typeform fam! I am creating a form that receives responses from people in various states. Among the other responses submitted by a given user, they will enter their state by selecting it from the dropdown menu. Using Google Sheets integration, how can I send responses from Typeform into a specific sheet tab within a Google Sheet that corresponds with the state selected. For example, in the Typeform, the user selects Arizona as their state. Typeform sends all responses from that user to the Arizona sheet tab within the Google Sheet. Thanks for your help!
HiI want to use hidden fields values and prepopulate name and email fields on my form. How is it possible?
I have created a new typeform and I need it to create a salesforce Account record based on fields included in the form and then to create a salesforce Contact record which is linked to the contact record.I have already created new mappings for the Account and Contact objects.Is it possible to do this? Thanks
I have created a form in Typeform to collect new leads. I have roughly 200 responses in this form but I have not set up a workflow to send an email to these respondents/new leads yet.I have googled how to set up a workflow and all I can find is how to trigger an email to NEW Typeform entries.Will this still work for completed entries already in the Typeform form?
HiMe and a colleague are testing out typeform, to see if it will do what we need it to.When we try to make some simple multi-question-pages, We can’t set up the logic for “If question 1 = “Yes” then do..” When we i try to build a form without multiple-question-pages, it all seems to work. Does multiple-question-page block the logic module from reading the questions? Or are we doing something wrong? Trying on different computers, on different networks, both having the same error.
I have a client who has a Typeform embedded across multiple pages of their website. We are running Meta ads and using UTM parameters to track traffic. The challenge is that we are sending traffic to the homepage with UTM parameters appended to the URL, but users often complete their journey on a different page where the Typeform is embedded. As a result, the UTM parameters are not available in the Typeform submission because Typeform only captures UTMs if they are present in the address bar.I also attempted to pass the UTM data to the URL of the destination page with JavaScript, but this solution is inconsistent—sometimes it works, but in most cases, the UTMs are still missing in the form submissions entries. Key details:1. The website is built on WordPress.2. The issue doesn’t occur when I test it myself; it works perfectly in those cases. How can we ensure that all form submissions consistently capture the UTM parameters?
Hi, I have created a quiz. I would like to have results page with percentages and categories. I would like to be able to categorize question. Each question is on a scale of 0 to 5. I would like to have a summary page that shows the categories and with their percent score. For example, question 1, 4, & 8 are about being a “fighter”. Questions 2, 8, & 11 are about being “introvert” and questions 3, 6 and 10 are about being an “avoider”. At the end I would like to see a page that says, fighter 15%, Introvert 30% and avoider 70%
I have a 9 question quiz that has 9 possible results, each result corresponding to an individual question. Is there a way to make a quiz that will give each individual user multiple outcomes based on each question?The questions do not have a correct/incorrect answer, rather yes/no responses that categorize users.Example: User answers “yes” to 3/9 questions, they then get a page that has 3 results/outcomes. Secondary requests:It would be nice if the results page could have an image and description to accompany each result for each user. To start with, I had this quiz at 18 questions, with 4 questions each corresponding to 2-3 results, and the answer options being yes/no/often/sometimes. I made it simpler just to try and get it done. But it would be ideal if I could set it up so that answering “often” to questions 1 and 2 would still give you result #1. Or if answering “yes” to either question 3 or 4 would give you result #2 even if you said “no” to the other. Please explain like I’m 5.
Hi everyone! Wondering if anyone here knows if there’s an option on the ‘Date’ question type to be limited to just MM/YYYY or if other parts of the date format that can be removed as well?Thank you!
What will be the organization role of a workspace owner,editor and viewer?
I want to create an outcome quiz that has 7 questions and will have 12 different product options to recommend. I understand the outcome quiz and have assigned unique answer choices for each product recommendation. However, what happens if someone does not choose the answer choices I have assigned for each product end card?
Will typeform implement any adjustments to help companies stay compliant?Most importantly: will there be a way to send an API post before submitting the form to dynamically populate (fetch) the name of the lead buyer in the terms in order to be complaint? Additional areas I am curious as to how Typeform will support for clients to stay complaint / if anyone has feedback: Allowing for post / retrieval to systems before form is submitted to retrieve who the buyer is once the form information has been captured An easy way for the consumer to provide their signature or agreement, such as a checkbox or e-signature with the marketing partners disclosed Automatic documentation to prove the user’s consent. Some companies like Trusted Form offer playback, is this something Typeform will support or how else will they ensure that the consent captured by users is compliant with standards? Relying on the TF results page / Webhook submissions may not suffice..
Hello everyone,I'm Darshan Hiranandani, working on a Typeform where I need to calculate the area of a garden based on length and width inputs. Here's the flow:Step 1: Ask for the garden's length. Step 2: Ask for the width and apply a rule (multiply the width by the length). Statement: Display the area (e.g., "The area of your garden is - @area").After calculating the area, I want to categorize the result into "small" and "large" gardens, but I can't seem to find a way to store the calculated figure for use later in the form.I’ve been struggling to figure out how to return and reuse this calculation. Can someone confirm if this can be done in Typeform? Or, if not, do you have suggestions for another platform or workaround to achieve this?Would appreciate any insights or advice on this!RegardsDarshan Hiranandani
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.