Help forum
- How Can I Dynamically Change the Color of Text Enclosed in Asterisks in Toddle?
Leo
7 7 months ago
I 'm working with a block of text that 's rendered from an API . Within this text , certain portions are enclosed between asterisks ( ) . I want to make only the text between these asterisks appear in blue , while keeping the rest of the text in its default color . Since I cannot manually wrap or modify individual parts of the text due to its structure and the way it 's received from the API , how can I dynamically style just the portions between the asterisks to be blue in Toddle ? - Creating a curve through div points on a graph
Lucvs
23 7 months ago
Hey guys , I have a bit of an unusual issue with my toddle project . I 've created a graph where I 'll have 7 dots where the positioning is set to style variables that will come from my db , this functionality is working as intended , but I would like to create a curve that runs through these 7 dots . So far I 've tried to make a custom action where I import my 7 point variables and create a SVG bezier curve that should run through thoose 7 points and then set that as innerHTML of the div , but for some reason it seems like it can 't find the div ? I 've tried doing it both inside and outside of a component . Does anyone have an idea where I may be going wrong , or another (easier ) solution to this ? - Confetti Origin
Miles
6 7 months ago
How do I get the confetti to shoot from the the location of the mouse click . I 'm currently stuck here while trying to set the origin 🙂 TIA - Dashboard template for private member space with Outseta
Bastien
2 7 months ago
I think it is possible but I guess I would need a paying plan on Toddle to put my app on a subdomain right ? I just need to add a script in the header . How can I add Outseta script to the header ? - Local storage and updating variable - returns undefined
mesmoiron
0 7 months ago
Hello All , I am testing the update of a profile field . I have bind it to its variable . When I type in the input field , the local storage value is displayed in a span for testing . However when I click on the button ; I get an undefined and it clears the local storage somehow . - SSR or CSR ?
Bastien
15 7 months ago
Is Toodle rendering on server side or client side ? I am asking because CSR is bad for public apps with SEO need - Custom domain setup on cloudflare
__\__/__
0 7 months ago
Hi - i 'm trying to set up a custom domain for promoarchives .com . Cloudflare is my DNS provider . I 've gone through all the setup on Toddle and Toddle says the domain is connected . But when I visit the domain , it says "Error 1014 , CNAME cross user banned " - Is it normally that I have weather icon on canvas but when I click preview page no icon but circle?
dipova93
0 7 months ago
- reload api outside a component
asad
0 7 months ago
i have a component with autofetch api and want to reload it outside on another component . my approach was to add attribute reload to the component with value 1 . then on the api autofetch formula i point it to the reload attribute . but it is not reloading . how can i fix it see this thread https://discord.com/channels/972416966683926538/1310573194096152668 - Best way to secure API Keys
benjabievres
33 7 months ago
Hello ! I want to make calls to a Baserow Database , but it uses an API key (and not any session token ) . If I want to use this key and not disclose it in my public Toddle app source code , how would I do ? Since there is no login endpoint , I have no way to grab the key dynamically and keep it in a session cookie . I imagined a way that would leverage Make : I create a login webhook scenario , which returns the Baserow API key after it checked credentials . Another way I can imagine is to use KDF to generate a derived key that would be used at runtime to decrypt the API Key (and store it in the session cookie ) . Like this the key in the source can ’t be used without a runtime password the user would type . But I ’m not sure we can create a function that leverages the crypto librairies in Toddle . Do you have any other idea ? Thanks - Work Saving Challenges
Malik Tanveer Dhool
10 7 months ago
Hello everyone , Today , I spent time testing multiple no -code frontend tools , and I must say , Toddle stands out as the best among them . It 's extremely user -friendly and , best of all , free to use . I also learned how to integrate APIs to fetch and post data to Xano using Toddle , which was a fantastic experience . The process was smooth and quite educational . However , I did encounter an issue with Toddle 's publishing system . By mistake , I clicked the publish button , and unfortunately , all my work was lost . It seems there might be a flaw in how Toddle handles its branching concept . For those of you familiar with Toddle , how do you manage and save your work effectively to avoid losing progress ? Any tips or best practices would be greatly appreciated . Thank you ! - How can I cache my API calls?
Gabriel Salazar
11 7 months ago
Hi , I would like to know if it is possible to cache API calls , for example from Supabase ? To help us consume less database resources and improve the user experience . - Xano redirect not working
Chris Laupama
10 7 months ago
I 've created a redirect to check if my current user is logged in and if they are not then redirect to them to the login page , however it 's not working and ALWAYS redirects them to the login page ? - Theme
Abhishek
2 7 months ago
Is there a way to change the builder theme to light ? I just can 't find the setting . - Filter posts
Mr.R
13 7 months ago
Still learning Toddle formulas by asking Ai but i can 't seem to grasp the function output it describes . I 'm trying to filter the api response data so that it displays posts /repeated items from within 30 days from publishing dates . Attaching a screenshot from my attempt that failed .