Pricing Blog

Help forum

  • luca.heck-1337085563202961428

    Luca Heck

    3

    5 months ago

    Problem when editing a component from an installed package
    Hello support team,

    I tried to edit a component from an installed package, but encountered a problem.
    1. i installed the package with the accordion component and wanted to customize the included structure.
    2. i noticed that installed packages cannot be edited directly (e.g. by double-clicking on the component).
    3. therefore I cloned the package in order to copy the desired component into my main project.
    4. copying the component from the cloned package into my main project worked, but I still cannot open or edit it - it appears empty.

    My questions:
    - Is this behavior normal?
    - Is there any way I can customize components from an installed package myself or am I limited to working with the package defaults only?

    Thank you very much for your support!

    Best regards
    Luca
  • raphaelwalters-1336852935249891358

    Raphael Walters

    26

    5 months ago

    Problems accessing formula via context
    Hey everyone. I am having problems accessing a parent formula via context. Can anyone shed any light on what I might be doing wrong? Thanks. https://www.tella.tv/video/accessing-state-across-components-2e6y
  • uunicode-1336820945616375808

    unicodes

    3

    5 months ago

    selecting children on parent hover (style)
    is possible in toddle to select children on parent hover event (or other events) without using style sheet? I want to add style to children too on parent event, but like in CSS.
  • platon_777-1336791517544710316

    Platon777

    2

    5 months ago

    Cannot get the auth me of Xano working after saving to session cookies
    Who can help me figure it out how to make it Working
  • christiaan-1336777115978305596

    Christiaan

    3

    5 months ago

    Recommended way to invite freelancer
    I have a design in Figma that I want a freelancer to implement in Toddle. What is the normal way to do this? I could add this person to the project (at seat cost, but no problem for a short while) but this person then gets access to all other projects too. Can I add someone to a specific project or even branch?
  • petershaw99-1336724828752707604

    PeterShaw

    6

    5 months ago

    add cookie consent tool
    Hi all, I want to add a cookie consent tool via script but somehow it doesnt show the banner when reloading the page.

    I tried pasting the code into the content field as well as adding the content as attributes.
  • ssssadsadasd-1336715452122136649

    ssssadsadasd

    14

    5 months ago

    Can anyone call my supabase function?
    I have a toddle api that calls a supabase edge function. The authorization is simply the supabase apikey which is public. does this mean that anyone (authenticated or not) can call this function? thanks
  • spaumx-1336691370265415690

    Spaumx

    3

    5 months ago

    Telegram Mini Apps
    Is such support planned? Or can I install a custom library like this one? https://www.npmjs.com/package/@telegram-apps/sdk
  • paspom-1336668536084500503

    Pascal

    63

    5 months ago

    Local Storage on Page Load is PAIN
    I'm repeatedly trying to build a dark/light mode, and the only reliable way is to do it with fomula based colors and a local storage based dark/light mode
    Query Parameters and URL parameters did not reliably work at all.
    however, the page really builds only after the first 1 second, until all formulas seem to be unpacked and the local storage is read.
    I guess this is due to toddles core engine.
    In the video, darkmode is per default "true" and a potential lightmode will be read from the local storage
    This causes the flashing in the first second.
  • needtheanswers-1336666734962147460

    needtheanswers

    4

    5 months ago

    toddle paid plan - pause the subscription
    Hi,
    I´ve upgraded to the toddle startup plan on the 7th of january. I actually wanted to pause my subscription but wasn’t able to do so, so I have now downgraded to the free plan. Is it even possible to pause the subscription? Also, what happens to my remaining two days on the Startup plan? Thanks Team toddle
  • petershaw99-1336663979652812861

    PeterShaw

    2

    5 months ago

    page breaks using html2pdf
    I use html2pdf to generate pdfs from an element. The element contains 4 sub-elements and I want every sub-element to be on a single page when exported. Can I add a page break after every sub-element in toddle?

    @Matthewcc Great package. Maybe you can help 🙂
  • ssssadsadasd-1336652083138658356

    ssssadsadasd

    17

    5 months ago

    Use data from api
    I have an api named "stripe_api" that creates a stripe customer.
    This call returns this json (see attached image).
    On success, I want to make a Patch call to my Supabase to edit the stripe_customer_key field. How can I extract the stripe_api.data.id value as an input for the subsequent call (the supabase one)?

    I tried using dot notation stripe_api.data.id but it evaluates to text and it does not extract the value.


    thanks
  • benjabievres-1336643755142545459

    benjabievres

    8

    5 months ago

    Multiple pages with same containers
    Hello, I would like to build a webapp that contains a common containing div (with a header, a footer with icons that let me switch between pages). Each page would be displayed in the main area (between the header and footer), and pages could share common variables.

    For this, I think of 3 options, but I don't know which is best:

    1- create a very big and unique page with a lot of nested "divs" that I show/hide according to the icon user clicks in the footer
    2- create a big and unique page, but use Toddle Components so that each "sub-page" can be designed separately (in that case, I would share common variable through component inputs)
    3- create separate pages, and have one Main page with an iFrame that loads the other pages according to the icons in the footer the user clicks

    According to you, what would be the best way to make the webapp easier to build and maintain? Do you have any other suggestion? Are there official best practices?

    Thanks!
    Benjamin
  • jehex-1336598930275700747

    Jehex

    3

    5 months ago

    Getting wrong auth token
    Hi there, quick question about xano, my auth/login ( who receive the correct inputs ) return me an auth token that is not recognized by auth/me ( cannot find the user link to the id of the auth token ) what's can be the cause of this ?

    Sone infos :
    - id is adding the creation of the token Auth token
    - Cookie are setup correctly and received the auth token
    - db Auth is enable on auth/me

    Probably an obvious reason / stupid mistake from me but Im not again super confortable with the auth process 😦
  • magical_fawn_52793-1336529904870752306

    Kai

    5

    5 months ago

    Quill - dynamic size filling space between header and footer
    hey there! I am building a mobile first page for editing a simple html text. I am using the quill package. I tried for 2 h now to make it happen that the editor is using the space available between header and footer.
    It seems, the quill editor is allways taking too much room vertically. I tried so man things but I can't get it run. Tried to wrap the editor in a div. and so on. Can anyone help please 😉
    Thanks in advance.