Help forum
- Keydown Enter
zefunha
11 8 months ago
Hi guys , I have a flow with keydown , The flow should only run if the enter key is pressed , but at the moment it runs when all keys are pressed . If seems like my if statement is not working . Any tips . The flow should trigger an api call when you hit enter .thanks - Renaming Packages
Olumise
3 8 months ago
Hi Guys , I want to rename a package I am working on but I am not seeing an option to that , can anyone guide me . Thank you - Does a response of 410 not count as an "Error" for Toddle API's "On Error" purposes?
Fisher
2 8 months ago
My workflow is attached . I have a Supabase edge function that returns a 410 error if the verification Token is expired . If I pass no token , I do get a redirect (toddle sees this as an error ) However , the page does not redirect if the token is expired , but a look at the network logs shows I do get a 410 response back . I could change the error code , but I was just curious if this is normal behavior ? Does a 4xx response not count as "error " for toddle 's API ? - Post for testing
Marija Gerasimovska
21 8 months ago
Lorem ipsum dolor sit amet , consectetur adipiscing elit , sed do eiusmod tempor incididunt ut labore et dolore magna aliqua . Ut enim ad minim veniam , quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat . Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur . sint occaecat proident , sunt in culpa qui officia deserunt mollit anim id est laborum . - Scroll bars on windows
Vizualinx
7 8 months ago
i just opened up my app on a windows computer and i noticed that everywhere were it can scroll it shows the scroll bar ! how can i get rid of it ? ? ? (It 's so annoying when something shows up differently on a different device ! ! How can i ever make sure stuff like ythis don 't happen ? ? ? ) - How to prevent an action from a parent element
Vizualinx
1 8 months ago
I have an action on a row that sets a variable , I also have a button on the row and want a different action on that button but I don 't want it to also execute the action on the row . How can I do that ? - Help with Storing and Sending Session ID for Frappe Authentication in Toddle
khanmomodou11
1 8 months ago
Hi everyone ! I 'm integrating Toddle with a Frappe backend and need help managing session -based authentication . After logging in with email and password , I receive a session ID (sid ) from Frappe , which I need to send as a secure cookie in each request . Does anyone have experience with securely storing and using session IDs like this in Toddle , or know a way to handle this through HTTP -only cookies ? Thanks in advance ! - Single Page Application (SAP)
Leo
56 8 months ago
Hi everyone ! I ’m new to Toddle and would love some guidance on creating a single -page application . I ’m especially unsure about setting up the URL do I need to build separate pages , or is there a way to handle it differently ? Also , how can I ensure that when a user clicks to navigate to a different section , the URL updates without reloading the page ? Should I be using tabs , or is there a more effective approach ? Any advice would be greatly appreciated ! - Change Styling of Another Element On Hover
Matthewcc
22 8 months ago
I know how to accomplish this in raw HTML /CSS , but I 'm having a hard time implementing it in toddle . I would like to change the CSS styling (width ) of a child element when a user hovers over the parent element . The screenshot and video is what I have in CSS that I am attempting to replicate in toddle . In CSS I can create a style indicating both an element 's ID sudo class and another ID of the element that should be impacted and the correct style will be applied through the specificity of the selection . I cannot seem to accomplish this in toddle as all of the CSS is very localized to an individual element . I cannot (as far as I know ) have a CSS rule that only applies to an element which has two IDs similarly to what I have the the CSS example . The closest I came was binding a variable to a style and using a mouseover event to update the width . This , however , changed the width for all elements in the repeating group which was not the intended effect . I only want to change the style of the item being hovered . Appreciate the insight ! I have a suspicion there is an easy solution here I 've just not wrapped my head around . - Need to login every 1-2 hours
Vizualinx
22 8 months ago
I 'm getting kicked out of my app every 1 -2 hours , i 'm using supabase so maybe it 's a setting in supabase . How can i fix this ? - Creating a visual animation builder based on anime.js in toddle
Kimchi
4 8 months ago
Hi everyone , I am new to web development and I want to know if I can create a visual animation builder based on anime .js using toddle ? I mean a builder that will allow users to create animations using a timeline and control the anime .js api completely visually , and then export the code with the animations . This will be my first serious pet project , I 've only built "brochure " sites before . How much custom code will I need as a percentage of the process that can be done visually in toddle ? - Toddle for Marketing site ?
Matthieu B.
10 8 months ago
Is toddle a good option for a marketing site ? — I ’m used to framer (or webflow ) for the marketing site www .domain .com , and bubble .io for the app under app .domain .com . I ’ve obviously used framer for SEO purposes , which is much more performant than bubble , rendering the page . But I ’m now thinking about toddle for the marketing site , which doesn ’t seem to be the primarily use of toddle . Is toddle a good option for a marketing site ? - access_token for authorised API requests in API v2
Miles
27 8 months ago
I 'm struggling to set up the headers in v2 to send the access _token to the endpoint . I 've attached an image of the set up and an image of the header xano is receiving . It 's not inserting the access token . Any help is appreciated . thanks 🙂 - Kvalifik select component help
mdxwired
5 8 months ago
@Kvalifik Sorry if this is a question already answered 1 ,000 times over (looked but could not find ) but . . . What internal element do I set up an action on (and what action ) to trigger my output from this component ? I can see that the 'value ' attribute is being set on the repeating option based on the item selected , but I cannot figure out how to capture this and send it to my 'Output ' function . I know how to trigger outputs , and it 's easy to figure out on most other components , but this one is really giving me nightmares ! Thanks in advance ! - How to get row data.
Vizualinx
6 8 months ago
How do I filter a list of items from an API to get the row that matches an id I have saved in a variable ? (What formula do I need ? )