Pricing Blog

Help forum

  • leo_o_o-1313680869004808192

    Leo

    7

    7 months ago

    How Can I Dynamically Change the Color of Text Enclosed in Asterisks in Toddle?
    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?
  • lucvs6078-1313667424372916295

    Lucvs

    23

    7 months ago

    Creating a curve through div points on a graph
    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?
  • miles1991-1313527222455373874

    Miles

    6

    7 months ago

    Confetti Origin
    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
  • bst1_n-1313456211131371552

    Bastien

    2

    7 months ago

    Dashboard template for private member space with Outseta
    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 ?
  • mesmoiron-1313123102300835910

    mesmoiron

    0

    7 months ago

    Local storage and updating variable - returns undefined
    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.
  • bst1_n-1312939333665296504

    Bastien

    15

    7 months ago

    SSR or CSR ?
    Is Toodle rendering on server side or client side ? I am asking because CSR is bad for public apps with SEO need
  • p1antboy-1312924763999703050

    __\__/__

    0

    7 months ago

    Custom domain setup on cloudflare
    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"
  • dipova93-1312880213452918884

    dipova93

    0

    7 months ago

    Is it normally that I have weather icon on canvas but when I click preview page no icon but circle?
  • asad_90597-1312830053112877097

    asad

    0

    7 months ago

    reload api outside a component
    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
  • benjabievres-1312681131052761129

    benjabievres

    33

    7 months ago

    Best way to secure API Keys
    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
  • onlinetanveer-1312455510783557733

    Malik Tanveer Dhool

    10

    7 months ago

    Work Saving Challenges
    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!
  • gabosca01-1312412646154309652

    Gabriel Salazar

    11

    7 months ago

    How can I cache my API calls?
    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.
  • chrislaupama-1312186460006252664

    Chris Laupama

    10

    7 months ago

    Xano redirect not working
    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?
  • flyboyaby_24816-1312105198529019904

    Abhishek

    2

    7 months ago

    Theme
    Is there a way to change the builder theme to light ? I just can't find the setting.
  • mr.r5163-1312066443797332018

    Mr.R

    13

    7 months ago

    Filter posts
    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.