Connect your typeform with other tools and apps
Recently active
I’m using the API to pull responses, and I need to do conditional logic based on what the user chose on a multiple choice question.I know I can assign a ref to the question, but is there a way to do this per answer? I can get the ID of the choice, but that can change easily.I get JSON like this: {"type": "choice", "field": { "id": "5IyPfSq7OZNG", "ref": "my-question-1, "type": "multiple_choice" }, "choice": { "id": "A3uXK14qAEPj", "label": "<<some label>>" }}I want something like:{"type": "choice", "field": { "id": "5IyPfSq7OZNG", "ref": "my-question-1, "type": "multiple_choice" }, "choice": { “ref”: “my-choice-a” "id": "A3uXK14qAEPj", "label": "<<some label>>" }}
Hello, How can I trigger the Typeform widget till the user response to the survey? Thanks!
I’m creating a Typeform that goes into an Airtable database and I see in the documentation that Opinion Scale is compatible with Airtable’s Rating but it’s not working on my end. Is this no longer supported?
I’ve set up an exit intent survey to fire as a popup on select pages, which all works fine, except the popup opens twice (one over the other). When i close or submit one, the other one becomes visible. I have another feedback side button survey targeting the same pages, and when i disable that the popup appearing twice issue goes away. Is there a way to have both appear on the site without causing this issue?
Hello all!I have to map an answer on Typeform into a Salesforce field using the Salesforce standard connector. I have a question on typeform and i have created a logic where, based on the selection of the customer, a custom variable is set with the field value required in Salesforce.Example: if the customer choose “Abitazione privata”, the custom variable @typeofhome is set with text value “Home”.Looking at the guide https://www.typeform.com/help/a/salesforce-integration-mapping-and-records-4404606710420/#h_01GHVG0RH3BE34FNXHY5FMKT0A, i have to map the custom variable to my Salesforce field, but in the selection on Salesforce i can’t see the custom variable.Can you help me?
I am currently experiencing an issue with my Typeform logic settings.Specifically, I have created hidden fields (score_a and score_b) and need to use them for branching and calculations based on user responses. However, when I try to set up the logic for a question, the hidden fields do not appear as selectable options in the logic settings interface.Here is what I have done so far:Created the hidden fields score_a and score_b. Verified that the hidden fields are correctly set up in the form settings. Attempted to configure the logic settings for a specific question to update these hidden fields. Despite following these steps, I am unable to see the hidden fields in the logic settings dropdown. I have also tried refreshing the page and logging out and back in, but the issue persists. I need to use the hidden fields in the following way:Increment score_a by 1 if a specific option is selected. Similar logic for score_b based on another condition.I would greatly appreciate someone’s gu
Any Hubspot experts here?I’m trying to send an email from Hubspot with an embedded Typeform.I want it to use data from my Hubspot contacts.I studied how to do that from a campaign in Hubspot but I can’t get it to work from an email in Hubspot.I have hidden fields setup in Typeform already.The screen shot is as far as I’ve got in Hubspot.I pasted the code but I don’t know how to use the variables.
Hi Guys,I created a 10 questions multiple choice quiz in Zapier, based on ChatGPT API, and now would like to directly automate the process and instead of copying and pasting it one by one, would like to integrate it directly by automating the process, in which I use Zapier.Any way I can make it to use the output of ChatGPT API to send it directly and format the questions and answers into Typeform quiz template?Your help is highly appreciated!
solved
How can I transfer the results into the mapping? From Typeform to active campaign!!!!So far, I only see email, first name, questions, etc. - so that I can then build an email sequence based on the three different results in Active Campaign. Can someone help me? Thank you.
I am working with stripe integration since getting a UUID and handling payment outside of typeform is difficult.My form is embeded.Well, because I am using stripe integrated within the form, when a user has an error with their payment, this pops up: So, the user refreshes and gets kicked back to question 1 in my long form quiz. They assume they must restart, and don’t want to because it is long.Can i change this error message? It doesn’t tell the user the real problem.The only problem is their payment details, yet the error message implies otherwise.This is making me miss out on, no exaggeration, thousands of dollars. A good 5-10% of my customers make mistakes when entering their payment information.Any solutions?
I’ve tried many times to connect to my existing STRIPE account to no avail. Every time I click “connect” it goes into a never ending “Waiting for your authorization in Stripe.” message.
Hello,I have this code to insert the button on my Webflow page:```html<button data-tf-popup="ncWgMFq1" data-tf-opacity="100" data-tf-hubspot data-tf-size="70" data-tf-iframe-props="title=My new form" data-tf-transitive-search-params data-tf-medium="snippet" style="all:unset;font-family:Helvetica,Arial,sans-serif;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#3EEBB5;color:#000;font-size:20px;border-radius:10px;padding:0 33px;font-weight:bold;height:50px;cursor:pointer;line-height:50px;text-align:center;margin:0;text-decoration:none;">Más información</button><script src="//embed.typeform.com/next/embed.js"></script>```However, when I publish the website, the button does not appear.Could you tell me what the issue might be?
we’re using an Amazon AppFlow to copy across the ‘responses’ from a form to a csv file.it’s working as a proof of concept, in that we manually run the flow, and all response data is saved to the specified S3 bucket in a new, unique folder as a new,unique csv file.obviously this ends up creating more folders and files than we need.I’m interested to see if anyone has a best practice solution that would:trigger the appflow to run when the form is completed - maybe using a webhook? add the new submission to the one csv file as a new line or that might mean overwrite it I expect, I’m sure someone will know the answer, your suggestions much appreciated!
Hi, I am wanting to share my Typeform quiz by embedding it into my external website customer account login page. The idea is for the customer to complete the survey when they are already logged into their account. Being that theywill have already entered their email address and password to log into their account I would like to avoid asking the customer to reenter their email or name on the Typeform quiz. Is there a way that I can achieve this using the hidden fields?
I have 3 landing pages with hubspot forms.One for Google Ads, one for FB Ads and one for the web.In each hubspot form, I have a field called “lead supplier”. This field is hidden and has a fixed value for each landing. In the landing for Facebook Ads, that field has the value Facebook, in the landing for Google Ads, that field has the value Google.That way, every time a contact is registered, the lead supplier field is filled out in Hubspot and thus I have them identified.My question is if I can do something similar with Typeform, assigning a fixed value to a specific field and hide it or do I have to forcefully use the function it has with hidden fields and UTMs, which no longer works very well for me even in hubspot itself
I have added a secret, while creating a webhook for a form. now in the callback API, m fetching Authorization in the header as the secret value. But I am not getting the secret. How will we get the secret in the callback.
Am I missing something or is “Lead Record Type” or “RecordTypeID” not available as an option to set in the ‘Static Field Mapping” section through the Salesforce integration. We have multiple record types and one of the reasons I am exploring this integration is to avoid having to use process builders, etc. to set the record type.
A team member of mine who has the ownership of google sheet linked to type form is leaving the firm.We tried changing the google sheet ownership to someone else, it was successful but we stopped getting responses in the sheet.The thing is a lot of team members use the same sheet for various purpose, so i dont want to change the sheet or create a new sub sheet.Is there a way that the ownership is changed but the same sheet continues receiving the responses?
I'm seeking guidance from the TypeForm Community regarding a user data collection scenario. My aim is to gather information from logged-in users before they file their taxes. The questionnaire could consist of more than 30 to 40 questions. Users will access the TypeForm survey on my website and may fill out some questions before logging out. Upon returning, they should be able to resume from where they left off in the survey. How can I implement this functionality using TypeForm?
Hi We have created a typeform and connected it with mailchimp however I do not see people filling out the form appearing in my mailchimp contactscould you help me please?ThanksBest,Elina
I have a guest release form that I need to have people e-sign (my attorney is saying that an “I accept” button isn’t enough). My question - is there a way to redirect them to review and sign a document (on DocuSign) as a part of the question funnel?
I have a 3-year old survey with a google sheet integration. I’ve never had issues before but any response submitted after 20/04 has stopped transferring to the sheet. Any advice on how to troubleshoot or re-connect? I am hesitant to make any changes as the data has many other integrations.
Hi I created a typeform https://sandykaufmann582810.typeform.com/to/ootG1cwY , i have active campaign as mailing service and i would like to build a different sales funnel based on survey endings :If Ending is A => sales funnel A If Ending is B=> sales funnel BI didn’t find how to “communicate” the results of the survey (endings A) to active campaign so i can create different funnels. Any ideas how i could do that?
Hey! Can I get some help with Pipedrive integration?How do you pull through the name of the form onto a deal in Pipedrive? We have many typeforms integrated into our Pipedrive and we need to know which Typeforms people are coming from. We are getting the clients into the CRM (pipedrive), but we currently can't tell what form they've filled out - from which form they entered the funnel. We have created a customer field for it, but we don't know how to make it automatically show which form the client filled out. 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.