Number input
I have issues with number input.
1, decimal places... There is a localization issue. In Slovak, keyboards are sometimes using dot, sometimes comma to separate decimal places. When it is set localization to en, it transforms decimal to number like 5,5 to 55 and if I set local to sk-SK , commas works ,but I cant put there dot . , which is opening in my mobile browser }someone has it with comma ....
2, sometimes I would like to have it open only numbers, but store it as a text so that if someone enters zero at the beginning, it does not cut it .......
VERCEL HOSTING
Hi community✨ My VERCEL hosting attemp failed because of deployement last about 45 mn, what to do please ??
I was about : @typebot.io/prisma:db:migrate: Executing for PostgreSQL schema...
Subject: How to increment and evaluate incorrect answers globally in Typebot?
Hello everyone, 👋
I’m currently building a flow in Typebot and have a specific use case I need help with:
In several steps of my chatbot, users are given multiple-choice questions. Each question typically includes one correct and two incorrect answers. What I would like to achieve is the following:
...
Invalid characters
When connecting my typebot to WhatsApp, when sending a link like the attached photo, some characters are displayed that are not in the sent message, and the message is in parentheses. I believe it is a problem with WhatsApp, but is there a way to remove these characters?

Message: Invalid endPoint
Can someone help me? I've tried supabase s3, minio and I'm still struggling to resolve this error:
[
{
"error": {...
Cannot jump block
Hi everyone,
I can’t jump a block, and I don’t understand why it used to work fine before. I’ve tried creating a block and it still jumps, but it just doesn’t work in this case. Has anyone experienced the same issue? How did you fix it?
Please share, I’d really appreciate it....

lost typebot unlimited account
I had an unlimited Typebot account with some Typebots that I couldn't lose. I had to restore my computer and browser cookies and ended up losing access to my unlimited Typebot. When I try to log into the account, it only goes to the free version and doesn't give me the option of the unlimited account. How can I recover my unlimited account? I can't lose the Typebots I have there, they are from my clients.
Listen for Webhook in Typebot not executing
I am using HTTP POST request to send the resultId on n8n and then added a node "listen for webhook" on typebot, but when I am executing it through n8n with the resultId it's giving OK response but the bot is still stuck,
n8n and typebot are both in production mode not test mode....

Progress indicator?
Hello
I've had a few users ask if its possible to have some kind of progress indicator.
I'm using Typebot to ask a series of questions. And for the user there is no clear indication of how long the question and answer session will go on for.
Any help is appreciated....
Continue Chat after sending HTTP request
I am integrating Typebot wtih make.com workflow visa POST HTTP Request then make.com scenario gets executed then I want to respond to webhook and send back the data.
If I use respond to webhook then it gets timeout error since it takes alot of time, but if I don't then I don't have access to sessionId to continue the chat? so is the only way here to start the chat with start chat module to get sessionId?...
Dynamic Image Block not rendering {{image}} from webhook
Hi all 👋
I'm using a webhook to generate a QuickChart image in n8n and return it to Typebot. The webhook responds with:
{...

Webhook issue
Hi Team I am facing issue while posting data to webhook . I am getting 200 Ok response but webhook is not calling next block with request data . Please help me if am missing something .

Basic ChatGPT not working?
I am using the Basic ChatGPT template and have also entered my ChatGPT API where it is requested but the chat is not working. Can someone tell me why I am doing something wrong and do I need to change anything else?

Receive data from Make.com into Typebot using an HTTP Request block
My setup so fa:
Typebot sends a POST request to a Make.com webhook with data like check-in, check-out, accommodation, and room type.
Make processes the data and returns a webhook response with two values: nights and total (e.g. { "nights": 3, "total": 420 }).
...
File Type Upload Restriction
Hello,
I set up a block to allow users to upload a file in one of the following formats: .jpg, .jpeg, .png, .heic, .HEIC.
When I try to upload a .jpg file, there’s no issue. However, when I attempt to upload a HEIC file, I get an error message: "An error occurred while uploading the file(s)."...

Streaming response from http request block
I'm using the http request integration to call a custom assistant I have running on flowise. Is there any way to enable streaming in a generic http request block?

Chained TypeBot Link Block Does Not Return to Origin in Nested Flows
Hey,
I've identified an issue with the Link TypeBot block when attempting to chain three or more TypeBots. While a direct link between two TypeBots functions correctly, the return mechanism fails in a multi-level nested scenario.
Steps to Reproduce:...
Problem configuring the chatbot frontend
Hi! I'm having trouble configuring the frontend when trying to publish the chatbot.
When I go to the "Theme" section and select different templates, none of them is displayed on the preview screen — I always get a black screen no matter what I do.
Can someone help me ?
...

Oauth2 / Modernauth support for email module
Hey !
I'm working on a bot that i'll use as a sales tunnels for client to order my product.
As a result I want to use the smtp module to send a recap mail to the customer and an order info mail for myself.
Here's the problem : I use Outlook for all my mails, but its SMTP service requires Oauth2 / Modernauth, and if I'm not mistaken the actual module doesn't support it....