PricingBlog

Help forum

  • burner918-1258154939398754304

    Sean

    21

    1 year ago

    Not having success with Keydown and Keyup events. Could use some help.
    I've not been having any success with the keydown and keyup events and could use some help. Basically, my setup involves a modal created such that I'm using the top div of the modal as an overlay (absolute and 100vh, 100vw) and then the div within this has the modal background (canvas). I'd like it so that whenever this modal is visible, the user could press the Esc key to hide the modal. I've tried setting keydown and keyup events to the modal (the top element overlay) but those neither of those events aren't detected (I've logged to the console and see nothing). Could I be setting the keydown event on the wrong element? FYI, my modal isn't a component -- it's just a transparent div within the main structure that has absolute position and 100vh, 100vw and within this div is my modal background.
  • aburio-1258022790980833291

    Aburio

    1
    2

    1 year ago

    Custom domain 404 after project id update
    I decided to change the project ID of one of my projects, and I now have a 404 error when I use my custom domain.

    I tried to delete the custom domain and set it up again, but the TXT step is auto-validating with undefined values.
  • fuelmeup-1257866451742887997

    AY EYE

    0

    1 year ago

    how to create animated loaders like this…
    Saw this on Twitter and I really like this. How would you do this in Toddle?
  • banks7191-1257772653846986863

    Bankydoo

    0

    1 year ago

    Cambio Text feature
    i love the https://cambio.cc/ website and want to know how the text features were made. It looks awesome but i would love to know what graphics or effects was used.
    Thanks
  • firdaus___-1257758913869385759

    Mr

    5

    1 year ago

    repeat item undefine
    hye, im not sure if i structure it right or not

    i want to repeat container but got error.

    screenshot image, data exist, maybe im missing something
  • max.kayr-1257550712473391144

    Max

    1

    1 year ago

    Cookie through Toddle proxy?
    Hi guys! Is there any way I can send an arbitrary cookie through the Toddle proxy? I know I can store the access_token, but I am thinking about putting some config into a cookie and send it over with every request to my backend. Is doesn't seem possible a the moment, but maybe there is a workaround. Thanks!
  • the_guy01-1257100073020428319

    the_guy

    0

    1 year ago

    Add new Font to Toddle
    How can I add a new font ( GT Flexa Trial ) to the Toddle theme?
    I already checked and it is not in the list provided when adding a new font.

    Custom Code solution works fine for me as long as I can use that font as a global variable.
  • xioteer-1256976185934745630

    Xioteer

    0

    1 year ago

    How to work with Radio Buttons (Input Element)
    I am trying to work out a simple selection with radio buttons. Two options, so I can use a simple boolean.

    The general concept is clear, but the radio buttons from the input do not deselect. They stay focussed, even when I delete the :focus class and replace it with something else.

    They just stay selected and cannot be deselected at all.

    Is there are certain way to do this, or should I go with a manual approach?
  • the_guy01-1256731467380428970

    the_guy

    2

    1 year ago

    Display Content from quill editor as read-only
    What is the best way to display the value from the quill editor - or text with html tags in general - properly for users to view only?

    I want to add terms, conditions, privacy policy,... to my site and formating is really convenient with the quill editor, however when I paste the content with the html tags into a normal text or span, it is html escaped.
  • patrickmast-1256617732762239092

    Patrick Mast

    1
    5

    1 year ago

    We're sorry, but this site doesn't work properly without JavaScript enabled.
    I have an API call to a URL. When I try it in Postman, it works perfectly. However, when I try the exact same call in Toddle, I receive the following error:
    We're sorry, but this site doesn't work properly without JavaScript enabled. Please enable it to continue.

    What can I do?
  • namedoesnotfi-1256252242034561064

    Namedoesnotfi

    25

    1 year ago

    The Great Firewall of China...
    Hey legends, I want to make a VERY simple app (MVP) that faces clients in Mainland China 🇨🇳

    My empty project with a toddle domain (eg. htttttps://random_name_here.toddle.site/) appears to be blocked 😭

    Could someone confirm if this is expected and what I could look at as a solution?

    thanks so much!

    #noob
  • xioteer-1256157680092057650

    Xioteer

    4

    1 year ago

    Get logged in User Relevant Data from Xano
    So to get this straight ->

    I do /authme on every page that I want the user logged in to access.
    If that call fails, I simply throw them out to the log in page.

    Xano related:
    Do I do consecutive API calls with the user_id as payload (and cookie auth) or is the session cookie enough to get user relevant data?

    I tried looking at the /authme workflow in Xano, but it's basically empty, so nothing to learn from there.
  • .joshuadylan-1256155645233598485

    joshua dylan

    49

    1 year ago

    Duplictae Page Template
    hey hows it goin, wondering if anybody knows how to create bulk duplicate landing pages from one template page, with the only thing different would be dynamic slug, cant get formulas in edit url section, sort of the way bulkranker.com works for wp using shortcodes, i have my api set up from sheets, and ill need a new page for every row and in one column will be the slug name, with all the content to be very similar, is this easily doabable? the rest of the api content is easy, its just the dynamic url that doesnt make sense and obviously im coming from sheets so will it be easy to pick up a new url per row?, api coming through in JSON
  • firdaus___-1255941728691683358

    Mr

    4

    1 year ago

    Repeat item input with one variable
    hye, so what is the best solution to handle this

    here i record loom video : https://www.loom.com/share/d7791d21829741b585b610e2159e14cf

    i did try to set text from item. but it react the same way
  • luquimbo-1255830815602901012

    luquimbo

    7

    1 year ago

    Can I create a Mini App for Telegram with Toddle?
    ChatGPT says that is Possible, but probably is wrong. Can anyone help me here?

    Yes, you can create a Mini App for Telegram using Toddle.dev. Here's a simple way to do it:

    1. Set Up Toddle:
    - Sign up and create a new project.
    - Design the app's interface using Toddle's visual components.

    2. Connect to Telegram API:
    - Create a Telegram bot via [BotFather](https://core.telegram.org/bots#botfather) to get the access token.
    - Use Toddle to make API calls to Telegram, set up a webhook to listen for messages, and handle sending/receiving messages.

    3. Implement Features:
    - Add custom commands, auto-responses, and integrations with other APIs.
    - Define the business logic and user interactions using Toddle's workflow tools.

    4. Test and Deploy:
    - Test your Mini App in Toddle to ensure everything works.
    - Deploy the app and set up the necessary webhooks for Telegram.

    Example:

    1. Create Telegram Bot:
    - Open Telegram and search for @BotFather.
    - Use /newbot to create a new bot and save the token.

    2. Set Up Webhook in Toddle:
    - Create a new endpoint in Toddle to handle Telegram webhooks.
    - Configure the webhook to receive updates from Telegram.

    3. Design Interface:
    - Use Toddle's blocks and components to design your app's UI.

    4. Implement Logic:
    - Define how your Mini App will respond to messages using Toddle's tools.

    This process leverages Toddle's ease of use to create a functional Mini App that connects to Telegram efficiently.