Help forum
- Displaying Xano Database references not as ID's
Andy Putilin
3 4 months ago
Hello ! I am working on a project that involves displaying vehicle information from a Xano database . The vehicle database contains a driver ID , but I want to show the driver 's name instead . I have both the vehicle database and a separate drivers API connected in Toddle . My question is how to display the driver 's name instead of just the ID when showing vehicle information . I was considering two approaches : 1 . Modifying the API query to join the vehicle and driver data . 2 . Using a Toddle formula on the next itself to reference both the vehicle database and the drivers API to match the driver ID with the corresponding name . I was not able to figure out how to do either of these . Some help or a nudge to the right resource would be awsome ! I 'm new to this so not sure how to even word this when looking for a solution . Thank you ! - How do you make a button change the screen? (not going to an external url)
PandaBearMe
51 4 months ago
I 'm curious how I can use buttons to change the div it 's showing in my application , but I only see tutorials for how to make buttons go to a link . - How to update page and param in the same time?
unicodes
3 4 months ago
I have a page and a parameter that I want to update at the same time . Otherwise , when pressing 'Go Back ' to browse , it doesn ’t return to the last page but instead keeps the order of setting up the page and parameter . I don ’t want to use 'goTo ' because it reloads the entire website , which isn ’t a viable solution for me as it reloads all the APIs . - Help with dynamic routing
FeRojas
0 4 months ago
Im building a page with dynamic routing that use two path parameters but Im having problem with the fetching of the data for render the page . Sometimes work . . . sometimes not . Anyone have any advise for dynamic routing best practices ? - Best way to make a permanent redirect
Stefan
3 4 months ago
I want to redirect from an "old " url where I want to change the url structure to a new one . Currently I made a "redirect page " to catch this urls and then use a go to action on load event to redirect to the new url (s ) . But in this case those requests are all client side and use 200 status code . Is there a way to make 301 redirects ? This is what I want to solve : All incoming requests to /blogpost / {slug } should go to /blog / {slug } - Parantheses
codenitrr
2 4 months ago
Can anyone help me on my way with slightly more difficult mathematical formulas ? Now I use custom javascript actions for that , but I think this is not always necessary . I 'm talking about situations where I need to use parentheses . For example : (3 + 2 ) × 4 = 20 3 + 2 × 4 = 11 Can 't really find anything about it in the documentation - Item Data Not Showing? (BUG?)
Alex
16 4 months ago
Hey , I 'm struggling to figure out why my Item Data in the Formula Editor just isn 't showing anymore , I 've recorded a quick video to showcase . It used to work like yesterday and now I can 't get it to show up . . . It 's an issue I 'm seeing in multiple parts of my app with the Item data not loading . I found if I copy and paste the Item Node from another formula where it is still working , then it works , but the moment I edit it . . . vanishes . Is this common ? Really need a fix asap . https://www.tella.tv/video/item-data-not-showing-cvus - Publish/block page dinamically
FeRojas
2 4 months ago
Hi ! Im using supabase for data source for a dynamic page . How can I make some items "publish " and some item blocked using a boolean field of the item ? I already make it redirect with a workflow on load , but I was wondering if there is a configuration to not even allow the loading of the page . - Quill Editor ignore bullet points.
unicodes
41 4 months ago
I 'm using quill editor and is very nice , but it ignore bullet points on loading data from database . I tried to add data in "Content " attribute and it continue to ignore bullet points . Is there someone that can help me figure out why is not considering bullet points ? I 'm talking about the Quill Package . Thank you ! - How do you test things in supabase without branching?
unicodes
0 4 months ago
Supabase Branching requires a premium account , which I will add as soon as it makes sense to buy one . However , at this stage , I would like to have something similar to branching or a way to test things without messing up the data and functions that should always be available to users . What do you use ? - Apex domain and www redirect
Janis
50 4 months ago
I successfully setup my domain and it is available at like https://myapp.com . However , www .myapp .com doesn 't work and i get a misdirected request error . I am using IONOS as my domain registrar but I 'm not sure how to do the forwarding from www . to the apex domain . I used an A record for the apex entry . - Cookie extention not really working.
Jonathan Fors
5 4 months ago
I am working with authentication for my application and as I understand it I 'm supposed to use the toddle browser extention . I 've got this installed and it used to (sometimes ) work but now it is just completely broken . Basically I 'm unable to test api requests or any logic directly in toddle if it uses a cookie , which is pretty annoying . I 'm making progress by testing with the branch staging link and adjusting in toddle , but it 's not ideal of course . What can I do to get the extention working again ? I 've tried reinstalling it , logging in /out of toddle , clear cache , clear cookies . - Updating text with variables
NicoAllgood
11 4 months ago
Can I update text on page using the first _name variable which has been set from data pulled from an API call ? I think I read that this is how it works , but it doesn 't seem to work for me . . . any ideas ? - Toddle is broken! I can't delete events.
NoCode ProCode
7 4 months ago
- What do you use for adding google tag in your project?
unicodes
9 4 months ago
I 'm looking to add google tag for analytics or other services like facebook pixels . Read here that there is Pixel and someone tried to add the script in the assets but doesn 't work . What do you use ?