Help forum
- Dialog Box: Best practices
benjabievres
0 28 days ago
17 Dec 2024, 15:46
Hello , can you please tell me what are the advantages or caveats to use Javascript "Alerts " versus a fully built Dialog box like the one explained by the excellent and straightforward video [here ] ( https://youtube.com/shorts/cTay-PA5AS4?si=fP0gQfHKcnJ_YsC4 ) . ? So far I found another tutorial that teaches the use of Javascript to create an Alert box . But my phone complains after the second time an alert is displayed (it offers me to block any new alert box ) , so I was wondering if it 's a good practice to use that instead of creating a Dialog Component . Thanks 😊 - How to call API in a map function ?
saillmone
6 28 days ago
17 Dec 2024, 14:55
Hey , How can I call the API x times running in the map ? I have a "title " input where I would like to send the data "M " , "L " , "XL " . This means that I have to make 3 API calls . I watched several videos , used the AI ​ ​but I can 't do it . Can anyone help me ? THANKS ! - Show popover on events
DarrenBignall
3 28 days ago
17 Dec 2024, 14:46
Is there a way to trigger a popover that is using the popover API without clicking a button ? - Inside a Workflow, how to access the result of a previous step?
Laetitia | Pinshasa
8 28 days ago
17 Dec 2024, 14:39
I 'm trying to use the result of the previous step (create a new record - Post HTTP request ) , in order to use the result (uuid , id , etc ) of the newly created record , in my workflow (on success ) . - Join tables
Vizualinx
14 28 days ago
17 Dec 2024, 14:06
How do I join Supabase tables ? - Upload files to supabase
ssssadsadasd
12 28 days ago
17 Dec 2024, 13:57
I try to upload an image to supabase . I manage to upload it , but the image is blank (empty ) and it is only 77 bytes . I suspect this is related to the way my request body is built : it is simply a text ( - -data -binary " @ C : \Users \busha \Downloads \images - made \ai \ca4 .jpeg " ) and it does not recognize it as an image or sth . How can I make the body "binary -mode " instead of text (what chatgpt suggested me ) ? thanks - No load on mobile
Alex
7 29 days ago
16 Dec 2024, 17:50
Have I set up my toddle incorrectly for this project ? It ’s my only project that don ’t load on mobile … Anyone able to check it out for me ? - "Go back to page" button edge case
ssssadsadasd
0 29 days ago
16 Dec 2024, 16:57
I want to click a left -arrow icon and go to the previous page in the app . To do so I use j a v a s c r i p t :history .back ( ) , however it returns blank page sometimes (e .g . when the user goes directly to that link without previous history in the app ) . In that case I want to redirect to another base page in the app . how can I do so ? switch does not allow me to get a result from j a v a s c r i p t :history .back ( ) thanks - Remove arrows from a number input
Dov
2 1 month ago
16 Dec 2024, 09:46
Is there a builtin way to remove arrows from an input ? I tried adding the following to the css editor but it does not work -webkit -appearance : none - /logout meant to send to 404?
Alex
15 1 month ago
16 Dec 2024, 08:41
Whats the correct way to log someone out of my toddle app that 's using Supabase Auth ? I heard it was to just action a 'gotourl ' " /logout " - but currently this sends user to /404 How can I send them back to /login page or /homepage ? - I cant find the time selection thingy in the Vanilla js calender here, I need it plz help
A-Chivas
2 1 month ago
15 Dec 2024, 12:57
- API Request failing with "Blob:" error
Xioteer
0 1 month ago
14 Dec 2024, 15:17
Maybe somebody has had this before . I am making a post request to an image generation tool (Leonardo .ai ) and I am trying to kick off a generation job . But the api responds with a 400 and I can 't determine what the problem is , because under error i am getting " B l o b : h t t p s : / /mytoddleprojecturl . /someID that I can 't define where it 's coming from " Tried a few things like server side request etc , but no luck - Create / Update Form Variables
Alex
23 1 month ago
14 Dec 2024, 07:47
I ’m wanting to master forms as I am about to build a whole lot of forms for our CRM build . Object Variables Input / change events Who ’s got the video or other help thread or advice for me ? - Responsive text area template component
ssssadsadasd
5 1 month ago
13 Dec 2024, 15:41
Can we find somewhere the responsive text are built as a component in [this video ] ( https://www.youtube.com/watch?v=sVADx4J5arg&ab_channel=toddle ) ? - Change branch name
Miles
13 1 month ago
13 Dec 2024, 11:35
I made the mistake of using an _ in the brand name and now I can 't get Google Auth to accept the domain . Is it possible to change the branch name ?