Connect your typeform with other tools and apps
Recently active
Hi--Working on a chain of 7 forms. Each one gathers data that is then necessary for a hidden field on those that follow. For best UX I would like to embed these on webflow course pages, and ideally, the login info would suffice for populating the right user’s hidden field data. Can anyone tell me how to do this? FYI I use DRIP for my CRM. Thanks in advance!
I've designed a comprehensive Typeform to capture essential lead details, but I'm struggling to seamlessly transfer this data to my CRM without manual intervention. I've researched the integration process, but my attempts so far have been unsuccessful. I've heard that using Typeform's API might be the solution, but I'm not well-versed in coding.
I want a webhook for my entire workspace. We have a dozen forms, plan to add many more… wiring each form up to a webhook or integration is exhausting. Is it a way I’m missing? I feel this is more complex than it should be. It’s great to have the option for each form but equally (if not more) to have a single integration/webhook for all forms. Also in the webhook, it’s a very complex json structure. Why not add a single “results” field which provides a text report of the results. It makes using tools like make.com/zapier so much easier to reference that single field. Overall I feel this feature was engineered and never simplified.
Hey, I’m trying to add a new question on typeform with the calendly integration, I use calendly a lot I have group events but I can't find the event I need. I already have the even created on calendly¿Do you know why could be this happening?
I don’t have access to my Airtable API Key, just the personal access token. Any advice on how to connect Typeform to Airtable? Thanks.
I am using Type form to score treatment outcomes for my users in a closed subscription community. I have a button on the ending of the scoring quiz that returns to a general page within my site (https://app.nemecheknavigator.com/progress-tracking). Their scores are displayed on a scorecard within my site using the Member_ID generated by Typeform.I would like to have the button at the end of my Typeform survey return to them to a page that is specific for the member ID generated by Typeform (ex., https://app.nemecheknavigator.com/progress-tracking/member_ID/).Is this possible? Thank you in advance for your help.
Hi! I have a TypeForm collecting a “Contact info” type of data. This is made of {name, phone, email}However, no matter how many columns I create in Airtable of these types, Airtable will NOT let me map the TypeForm page resulting in “Contact info” type to any airtable-thing. All destination fields remain greyed out.Help pages from either TypeForm and Airtable do mention that Contaft Info is mappable, but don’t say how.Has someone succedded?
can you please put me in touch with the folks at Eureka - I want to schedule a call with them to learn more about their panel - do they use an aggregate panel, how do they verify their panel, etc…Thanks!
I integrated my Typeform into Notion after I already received a few responses. The integration seems to have worked; i.e. new responses are being entered into the Notion database, but the older existing responses are not synced in the database. Is that normal? And is there any way I can (automatically) get the older Typeform responses into my Notion database? Or is the idea that I should have done the integration before I got responses?Any tips appreciated!
I am developing a feature using Typeform Responses API.Everything was fine, I tested a bunch of times in the previous days and the API was retrieving Typeform data correctly. Suddenly (literally) it stopped working and now, for the same query, instead of the responses, i am receiving an array like: { code: "NOT_FOUND", description: "Endpoint not found" }I even tried to regenerate the API token but it didn't work.Does anybody know how to fix or if something has changed?
Hi there,I´d like to use a typeform product review (stars rating & review) to receive customer feedback. The results of the customer reviews and ratings then should be displayed in shopify next to the product which has been rated.Therefore I am looking for a solution to send the results from typeform to shopify.Is there anyone out who can help me out? I really appreciate any kind of help.
Not getting much help from support so wanted to see if someone could help with this code to make sure it is correct? <!-- TypeForm --><script src="https://code.jquery.com/jquery-3.6.0.min.js"></script><script src="//embed.typeform.com/next/embed.js"></script><link rel="stylesheet" href="//embed.typeform.com/next/css/slider.css" /><script> document.addEventListener('DOMContentLoaded', function () { const typeformSlider = window.tf.createSlider('C0hfkv'); const buttonClasses = [ '.btn.btn--border.theme-btn--primary-inverse.sqs-button-element--primary', '.theme-btn--primary.btn.sqs-button-element--primary', ]; buttonClasses.forEach((buttonClass) => { const button = document.querySelector(buttonClass); if (button) { button.addEventListener('click', function (event) { event.preventDefault(); event.stopImmediatePropagation(); typeformSlider.toggle(); }); } }); });&
Hi everybody, My problem is that my Typeform is being shown differently on desktop and mobile. More specifically they have different welcome screens. My typeform has been set to NOT have a welcome screen, which works on desktop. However on mobile it seems to make a welcome screen with the title of my Typeform. Have any of you tried something similar and how can I fix it?
Alguien ha hecho alguna integración con Pardot (account engagement y sus form handlers?) Does anyone already have used Pardot (account engagement) form hablder with typeform?
Hi, I have set up the Typeform - Salesforce intergration and mapped our form to a custom object in salesforce. I would like to have that custom object sit on the Contact object and for the form to be matched to the contact by the email address that is entered on the form. Is this possible? ThanksMichelle
Hi. My question is exactly like this one, which was not answered? How to map a hidden field to a master-detail field? | Community (typeform.com)We have survey responses form, mapped to a custom object in Salesforce. This is easy enough given the online instructions which are great (One day new with Typeform) What I am unable to figure out, how to connect the custom objects created from the survey form to the respective contacts in SF? That is, for the child object (custom object) to link to the master object (contact). From what I can tell we could pass a hidden SF_Contact_ID or even use the email address of contact - but where in the form mapping to SF do we indicate this is the field to “link” the custom object to the Contact using the SF_Contact_ID or email?At first, I thought it would involve two mappings. 1. Contact - just using the field to match to existing, then a second mapping 2. The survey responses to the custom object - but no joy, the Contact mapping requires surname, etc
Hello, Our integration between Typeform and Zoho seems to not be working as of this morning. Not sure how to troubleshoot and I am afraid that toggling the connection button would lead to unwanted outcomes.
I’m using typeform’s popup chat to survey my audience, however, I want to prevent this popup from showing to the same person every time they visit my home page. Squarespace allows me to delay showing the pop up again for a set number of days, ex. do not show pop up again for 30 days. Also, if someone has submitted the form, they will see the popup again when they visit my site. I want to find a way to use my pop up without it being intrusive or annoying to visitors. Do you have code for this? Not sure why it isn’t a built in feature, as that seems super useful in so many contexts!
We have installed Google Analytics 4 and Google Tag Manager. Everything is double-checked and is linked. In Google Analytics when we search for the form name ex. EP1WxePW. We can find the form.However, we don’t see the events that are mentioned in the blogpost of Typeform. (TypeformSubmit) What are we doing wrong? Do we have to manually create them via Google Tag Manager? In a related topic they mentioned that the same events are being sent as UA. Is this really the case? I find a lot of related topics that are not solved. Our events:Can someone help? Thnx!
I have setup a form and Salesforce integration mapping but continue to receive an error for the mapping. It does not provide any details other than “Exception: Invalid field typeform__Typeform_Form_Mapping__c for Interests__c”. I have double checked that my fields are mapped to the correct type of field in Salesforce but am still receiving the error. I have also mapped all required fields from the form to Salesforce as well in case that would have thrown the error. Any insight would be greatly appreciated.
Hi,I’m having an issue with some custom fields on the Case object in SFDC not showing up in the list of available destinations to map to in my Typeform mapping. The fields in question are the correct type to match up (they are text fields in my Typeform and text fields in SF as well). I can’t figure out why they aren’t available to map my responses to. It must be something to do with the field configuration within Salesforce, but I can’t figure out what the hang up is.Any suggestions as to the full list of requirements for a field to be available for mapping to?Thanks in advance!
Hello is there a solution for the Conversion API?We can track in the events manager, the Typeformfirstinteraction and the Typeformsubmit. But as you can see, the Conversion API is only displayed on PageView.Thanks
Hi Typeform Community, I have embeded a form in Wordpress. The Problem is: It just loads when I click with the mouse or tap on the toach screen 😅.This is the site: https://darm-fit.at/ursachen-checkDoes somebody know a solution :_D? Happy for every AnswerNice regardsSebastian
Due to ad blockers and what not the importance of sending data to Facebook via Conversion API has become important. Read a case study where they saw an uplift of 46% in conversions by simply doing this.Since Typeform doesn’t have a direct integration with Facebooks Conversion API, has anybody found a way to get this working? Would be grateful for any tips.
i can’t find where to get the code to put this on my website,i built using DW
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.