Help forum
- Changing items in a list generated from an API call
benjabievres
6 7 months ago
Hello , I would need advices on how to proceed for the following , please : I generated a List from an API call . I would like to be able to switch a boolean or to change the value of a field of some items , and to click a Save button . But , since the list items are generated from an Array I got from an API call , how can I set the different new values ? To summarize : I want the list to be filled with data coming from the API call response array , I want to be able to change some values , and then to update data , calling another endpoint (I didn 't build the endpoint yet ) . How can this type of use -case can be achieved ? Thanks - Page visit behavior will be included in the request?
Rrrrnnyg
6 7 months ago
- Filtering Airtable API Call
Hausia
5 7 months ago
Any ideas why this filter isn 't working ? - "application/octet-stream" xlsx file
Dov
3 7 months ago
Hi What is the best way to save and serve a spreadsheet that is being sent as a stream ? Thanks for your help . - How can I turn my javascript code into a toddle component?
Godwin
2 7 months ago
- My toddle site crashed - please help
Seun Orofin
25 7 months ago
I was working on a page and it suddenly went all blank while i ca n still see all my elements and components on the page - Wishlist functionality (no hurry)
mesmoiron
2 8 months ago
In the far future I want to make a component that is a bit like Google domain verification . That is you can copy or download a piece of code and embed that in your header . It also is a bit like Twitter and FB that let you add functionality to your website such that it interacts with the mother ship (Google /Facebook ) . In the case of Google , it crawls the website , and my functionality should be crawled and interact . Can I make such a component with Toddle ? - Best practice for OTP verification
Tom Ireland
8 8 months ago
- Issue with project actions
Dov
11 8 months ago
- Cant Change Project Name
Lord Almighty
2 8 months ago
For some reason , whenever I try to change a project name , I get an error . - removing multiple files from variable only works backwards
asad
15 8 months ago
- Question about the Wow dashboard demo project
Ben H
6 8 months ago
I have a question about how the sidebar is working . When in mobile view , when you open the sidebar menu , it takes up the entire screen . This is apparently because the container for the sidebar has a .showMenu class that is used for the mobile view . However , I don 't understand how this class is making it take the full screen . When I click on the class , the panel is just empty . What is this class doing ? I 'd like to replicate this functionality . Link to demo project : https://toddle.dev/projects/wow_dashboard/branches/main/components/HomePage?mode=design&leftpanel=design&canvas-width=772&canvas-height=800&rightpanel=style - Copy to clipboard trouble
Sacharbonne 🤙🦥
0 8 months ago
- delete file from a variable
asad
15 8 months ago
i have a file input with multiple attributes . on change i set a variable "files " to even.target -> get.files . it works fine . i have a dive that repeats the "files " with button "delete " . i want to remove the file that is clicked from the "files " variable . how do i do it - What is the correct way to submit a form in toddle?
Sean
21 8 months ago
My initial understanding was that the correct way to submit a form in toddle is to set a submit event on the form element and then add a type =submit attribute to the button element inside the form that would trigger the form submission . Then I put my API call or any logic into the form 's submit event actions . But while troubleshooting a form that wasn 't submitting , I asked the toddle AI and I got this (see screenshot ) . Does this mean that the correct way to set up the form in toddle is to 1 ) Not set any event on the form element 2 ) Set a type =button attribute on the submit button . 3 ) Set the submission logic or API call to this submit button 's click event ?