Help forum
- toddle.dev objects... (Editor only?)
mdxwired
34 8 months ago
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 ? - How do you stop a button from executing?
mesmoiron
11 8 months ago
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 . - How to make a secure toddle webapp?
Janis
3 8 months ago
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 ? - Styling in Toddle
RakiDawood
6 8 months ago
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 - Multi-step form
Godwin
7 8 months ago
Is there any resource on how to create a multi -step form ? - Alerts in toddle 🔔
Matthieu B.
11 8 months ago
How I can easily display an , 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 , on -screen , after an action has been performed , to indicate the user that something is going on in the background . Cf image attached - Issue with receiving authToken in Toddle
FARES
60 8 months ago
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 ! - Set values of items based on repeat item values
mossi
5 8 months ago
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 " . - Link vs Button for single-page experience
Victor Giron
4 8 months ago
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 ? - use cases for bearer id token? (authorization)
needtheanswers
2 8 months ago
I always use the access token for authorization but what would be a use case to use the id token ? Thanks - Is there any resource or documentation that one can study to understand how to use Paths ?
Seun Orofin
3 8 months ago
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 - firebase + toddle combo
Bankydoo
0 8 months ago
Just curious . Has anyone connected firebase with toddle here . Would love to do that as an exercise but the fb doc isnt explicitly clear - How can i set like a loader while the image is still trying to render on the feeds.
Seun Orofin
8 8 months ago
- Best practice to build a survey
Lucvs
29 9 months ago
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 - How can i stop the effect of zooming in when a user taps on an input field on mobile view (ios)
Seun Orofin
8 9 months ago
I attached a screen recording