News, announcements and information about how to use our community
Recently active
We have an assessment where we do not want to ask the user for their email address, that takes place on a landing page after they have completed the assessment, but we need some identifier to connect assessment results to the email address collected on our landing page.The current flow is:User completes typeform with a {name} field {name} is added to the redirect URL so that on the landing page AFTER typeform we can add {name} to an email collection form This results in the typeform results, being manually connected to the email form results only by {name} so if there are two “Mary” we will not know which is which so I wanted to add {networkid} as an additional identifier from typeform.Is this possible? I do not see any way to add {networkid} as a hidden field.Basically what we’re looking for is a unique identifying code that can be used to merge Typeform results with additional data from other sources. NetworkID seems to be the only thing available that could accomplish this?
I haven’t been able to upload a picture on the form my own library. I have tried several other pictures and it also keeps endlessly uploading. I have checked the size of the picture and it is way less than 5 MB. Could you please advise? Thank you
Hi, Im trying to connect convertkit and type form. I have my api secret alreadyI have created a form with email and first name in convert kit to be able to connect with my typeform question (first name and last name). I don't know what i'm doing wrong, that when I try to connect them, first name and email, those options are not displayed in my options from the convert kit formI don't know if my convert kit form is wrong even though first name and email are not custom fieldsMaybe im doing something wrong in typeform?
After upgrading the plan, the following page appears without going to the type form due to the change in url.It has been changed to the following url.before: https://joenj1.typeform.com/to/WSbND1av after: https://form.typefrom.com/to/WSbNd1av
repeating dates: i.stack.imgur.com/B5dyt.pngtable-sale.I receive n number of complaints via Typeform and have linked the typeform with google sheets.For now, I have the data of all those complaints received from February 16 to March 16. The number of complaints i received per day vary, like 5 complaints of Feb 16th, 2 on 17th , 7-8 on 18th, you get the gist.I would like to make a report using Bar graph which displays a simple formation of number of complaints received per day (ex. 5,10,15) on the vertical axis by dates (eg. Feb 14, Feb 15, Feb 16) in the horizontal axis.That is all!EDIT: I now have the dates being repeated in the graph , Can someone help me with the dates not being repeated ? thanksTypeError: list() got an unexpected keyword argument 'excludedResponseIds'
So I’m trying to make the End Screen of my Typeform jump to the beginning of the form.I see that there is an option to “call back” one of the previous questions in the form, but once I try and add it, I get the message “This URL doesn’t look right”. Example 1Example 2 Logic just doesn’t exist for Endings to try and connect it to the Welcome Screen or Question 1, so I’m wondering how can I do this and if there is a way to do it at all?I’ve tried adding the URL of the published form and it didn’t work either.
Hello; The NPS template will not download. Also, do you have examples of what the reporting will look like? Thanks!
Hello Community, I’ve been trying to find the answer for this question but couldn’t find anything. I want to create a typeform where customers can select five different answers. Based on what answer they click on I want to redirect them to a specific link. Is this somehow possible with typeform? Appreciate the help!BestOliver
Hi - Does anyone know how we can embed typeform into autopilot to pre-populate email address please?
Hi! Is there a way to change the font for the start button?Thanks.
I’ve installed the Typeform integration on Intercom, but I can’t get it to save any blocks I create when replying to a conversation.I select ‘Save for later use’ but when I go to add a block the only option I get is to Create a new block. I am also having an issue with hidden fields not feeding through. I update the list of hidden fields on Typeform, yet on Intercom it is only showing the hidden field I had previously. Does the integration take a certain amount of time to update? Or is this a bug? I’ve tried refreshing the browser and using a different device. I’ve also re-installed the app on Intercom a couple of times, but I’m still having this problem. Any advice would be much appreciated!
G’day,We are currently trying to integrate Typeform with Microsoft Sharepoint via MS Automate.The purpose is to send a PDF that is submitted in Typeform to a specific folder within Sharepoint.We have successfully created an integration between the Typeform and Sharepoint, however, when Typeform sends the folder to Sharepoint, the file attached is a document with a weblink to the PDF, rather than the PDF itself.Does anyone know if it is possible for the PDF to be sent rather than a document with a weblink?
Any idea why I cannot use this template? https://admin.typeform.com/form/template/Trqw20Y7?force_demo=true&section=createI’m stuck at this screen
Hi there, I have a quiz that will be available in 24 languages. I would like the user to first be asked which language they would like to take the quiz in. Then they would be redirected to the quiz (which would be in a different typeform) in that language. I am basing this idea of off the third suggestion on this page “A clever twist: use multiple typeforms” As the page instructs: “ 7. Click the + sign next to Endings and choose Redirect to URL. You'll need a Typeform Plus plan or above to see this option”My issue is: I cannot see the “Redirect to URL” option for my end screen although I obtain a plus plan. Any ideas?I’d also be interested to know if others have done something similar with quizes/forms in many languages Thank you in advance for any help
Hi guys! im trying to solve my issue embeeding my forms on my website, but i get stuck when on a 100% page the element wont function, when i zoom out and then start hoovering my mouse on the element form it will work, ive tryed playing with the hight and width but with no luckwhat am i missing out? im just no coder so im sure its a small peace of code i can add or change to make it work out,appriviate the help! sharing a video also: page: https://www.camelmountain.co.il/pages/43823-qa24564code added: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>שאלות ותשובות</title> <style>*{margin:0;padding:0;} html,body,#wrapper{width:100%;height:100%;} iframe{border-radius:0 !important;}</style> </head> <body> <div id="wrapper" data-tf-widget="zmFCkQZe" data-tf-inline-on-mobile data-tf-medium="snippet" ></div> <script src
Can Typeform use a private Youtube or Vimeo account to pull in the audio/video?
Hello, I’m looking to design or use a Naming Convention form. eg. https://marcloudconsulting.com/pardot-naming-convention-builder#formI actually used a Typeform one on the web, but wasn’t ever able to find it again.does anyone have something like this that I could reuse and customise? thank you very much!Sandra
hi, So , i created a question group .At the end of that i added a More : Yes/No. And if the ansewer was Yes, i sent the user back the Question 1 of the question group. This works, however, lets say the user answers Yes, and goes back to the questions, the previews answers are already there, can the questions be reset ?
Hello I am trying to embed the typeform code on a component using Vuex… the problem is that I have to put everything into a <template></template> but I can’t put a <script> tag inside a template tag… I also try to write the “src” inside the script tag after template tag but it doesn’t work… <template><div> <div data-tf-widget="xVQWIlXA" data-tf-iframe-props="title=Newsletter Sa-tour-now" data-tf-medium="snippet" style="width:100%;height:400px;"> </div></div></template><script src="//embed.typeform.com/next/embed.js">export default { name: 'TypeForm',}</script>
I am getting this error when I try to activate Form Field Mapping in Salesforce. Cannot Activate MappingCan't Map Same Salesforce Field To Two Questions: undefinedI tried multiple scenarios but it didn’t allow to activate mapping even if one single field is mapped. For some of our forms integration works correctly, but for some of them it doesn’t allow to activate mapping. Issue is the same as it mentioned here -
HiI would like to find out if Typeform can save uploaded files to OneDrive by respondent, instead of by question?Ideally the structure in OneDrive should be:Respondent Name (Folder Name) CV (File) ID (File) Qualification (File) etc. (File) So in the above structure the typeform will have 4 file upload questions but needs to save it in a respondents folder. In addition, is there a way that typeform can share responses in a database tool (i.e. excel) and also indicate if files were updated for a specific question?
Hello,We have an integration through Typeform - Zapier - Affinity.We create a note with all answers of applicants in Affinity and the file is displayed by a URL. The URL since yesterday started to fail, with the message: {"code":"AUTHENTICATION_FAILED","description":"Authentication credentials not found on the Request Headers"}It was running fine all the time, but yesterday started to fail.Can someone give hints on how to solve it? Thank you!
Hello, We’ve seemed to have lost connection between our Salesforce/Typeform integration because we’re no longer seeing form submissions populating on our Salesforce records. So far I’ve tried reestablishing the connection but unfortunately, that doesn’t seem to do the trick. Any guidance here would be greatly appreciated.
Hi, could anyone help with this topic? :)I was trying to copy and paste Polish text to change a button text but paste is not working here. Do I have to change my keyboard settings or there is any other way to just copy and paste text here? Thanks a lot :)BRAndrás
Hello, Can any one resolve my queries1) Can we use multiple domains for forms e.g.client1.myapp.com client2.myapp.com2) Can we have a different logo and themes for client1 and client23) Please provide more details of "Multi-user" platform?4) Can we apply our custom CSS and JavaScript? Bhupinder Rai
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.