Pricing Blog

Help forum

  • mdxwired-1298698006216052767

    mdxwired

    34

    8 months ago

    toddle.dev objects... (Editor only?)
    Hi all.
    Scenario: I would like to use generative AI (specifically Claude 3.5 Sonnet) to quickly lay out my pages based on some highly specific instructions and visual queues from Figma.
    Question: Do the toddle objects (the underlying structures if you cut from the toddle.dev editor and paste into a notepad) have to be created first in the editor in order to 'claim' a unique 'source' identifier? ...or is there a way that I can allow Claude to create new ones outside of toddle and then paste in successfully?
    I have already done the 'build in toddle, cut and paste into Claude, have Claude refine, and cut and paste back into toddle' successfully, but obviously those identifiers already existed.
    Thoughts?
  • mesmoiron-1298587672834478110

    mesmoiron

    11

    8 months ago

    How do you stop a button from executing?
    Hi, I have a variable and if it is empty/reset than some other button should not do the click event. I want to prevent empty items added to the to do list. I have tried the click event or the add item workflow, but in the formula the variable keeps disappearing if I set the first value as an empty string. Depending on my test run, the formula keeps changing, while I try to set the desired logic.
  • building_stuff-1298276541389869057

    Janis

    3

    8 months ago

    How to make a secure toddle webapp?
    You may have also seen the indie hacking drama on X regarding security vulnerabilities in ShipFast. That got me thinking what the best practices are to create secure WebApps in toddle with Supabase?

    Is there like a checklist or guidelines in terms of what should be considered? Of course securing the backend and appropriate RLS policies are essential but what about the front end?
  • rakidawood-1298270184842203236

    RakiDawood

    6

    8 months ago

    Styling in Toddle
    Is there video or a playlist where I can learn about styling in toddle? I am currently struggling to absolute fix a repeated form to the whole page as a popup. This was pretty easy in webflow with its CMS list. Thanks in advance everyone!
    https://www.loom.com/share/54e2023f9afa41cca9a60bc3ad8d5f85 - A video explaining the issue
  • godwin_nocode-1298265185903054890

    Godwin

    7

    8 months ago

    Multi-step form
    Is there any resource on how to create a multi-step form?
  • matt_apollodev-1298209068485316661

    Matthieu B.

    11

    8 months ago

    Alerts in toddle 🔔
    How I can easily display an Alert, on-screen ?

    ___
    Explaination
    I'm still new to toddle, and trying to figure out what I was doing in bubble works in toddle.

    I'm wondering how I can easily display an Alert, on-screen, after an action has been performed, to indicate the user that something is going on in the background.

    Cf image attached
  • fares_2020-1298201720618225715

    FARES

    60

    8 months ago

    Issue with receiving authToken in Toddle
    I'm having an issue with integrating Toddle and Xano for a signup page. The API works fine, and when I make a POST request directly via cURL or Postman, I receive the authToken in the response as expected.

    However, when I trigger the same request through a button in Toddle, I’m not receiving the authToken in the response under data. I’ve checked the API call (URL, POST method, headers, and body), and everything is configured correctly. I also verified that the JSON response from Xano includes the authToken.

    If anyone has suggestions on what might be causing this or how to properly capture the response in Toddle, I'd appreciate the help!
  • mossi9682-1298200805442064456

    mossi

    5

    8 months ago

    Set values of items based on repeat item values
    To simplifiy, I repeat a div on an api. The api returns 3 strings "Apple", "Grapes" and "Banana". The div has 2 text items (Text1 Text2). I set the value of the first text based on the repeat item values. So now I have a list with 3 lines like this: Apple Text2 - Grapes Text2- Banana Text2. What I need to achieve is to set the Text2 based on the value of the text1 in its index. So if it is Apple text2 to be "Round", if its Grapes, text2 to be "Purple" and for banana text2 to be "Sweet".
  • victoruxui-1298094745461067827

    Victor Giron

    4

    8 months ago

    Link vs Button for single-page experience
    Hey everyone, I'm building a dashboard and I was thinking to use <a> elements for the sidebar menu, to change the path of the page and depending on that, display the content for each section.

    Using <a> renders the whole page and the sidebar menu sometimes flicks for a milisecond.

    When I use <button> this doesn't happen.

    What's the recommended way to do this?
  • needtheanswers-1297992811584426024

    needtheanswers

    2

    8 months ago

    use cases for bearer id token? (authorization)
    I always use the access token for authorization but what would be a use case to use the id token?

    Thanks
  • carterux-1297926869764800655

    Seun Orofin

    3

    8 months ago

    Is there any resource or documentation that one can study to understand how to use Paths ?
    How do i make sure that i can dynamically update the title of the page based on the user's interaction with the navigation menu....Not sure how this work atall
  • banks7191-1297730238624825364

    Bankydoo

    0

    8 months ago

    firebase + toddle combo
    Just curious. Has anyone connected firebase with toddle here.
    Would love to do that as an exercise but the fb doc isnt explicitly clear
  • carterux-1297569684199313528

    Seun Orofin

    8

    8 months ago

    How can i set like a loader while the image is still trying to render on the feeds.
  • lucvs6078-1297508593075097600

    Lucvs

    29

    9 months ago

    Best practice to build a survey
    Hey guys,

    If you were to build a survey in toddle, with a lot of questions, conditional logic, and answers being saved in local/session storage which approach would you use and why?

    A) One page, with each question in separate divs, hide the div of every question whenever user goes to next question

    B) A lot of pages, separate page for each question, when a question is answered user gets redirected to next page
  • carterux-1297298227791397004

    Seun Orofin

    8

    9 months ago

    How can i stop the effect of zooming in when a user taps on an input field on mobile view (ios)
    I attached a screen recording