PricingBlog

Help forum

  • jubilant_courgette_93644-1308500004071149620

    Dov

    3

    1 year ago

    "application/octet-stream" xlsx file
    Hi

    What is the best way to save and serve a spreadsheet that is being sent as a stream?

    Thanks for your help.
  • godwin_nocode-1308495085331153038

    Godwin

    2

    1 year ago

    How can I turn my javascript code into a toddle component?
  • carterux-1308423347402571826

    Seun Orofin

    25

    1 year ago

    My toddle site crashed - please help
    I was working on a page and it suddenly went all blank while i ca n still see all my elements and components on the page
  • mesmoiron-1308368878266482688

    mesmoiron

    2

    1 year ago

    Wishlist functionality (no hurry)
    In the far future I want to make a component that is a bit like Google domain verification. That is you can copy or download a piece of code and embed that in your header.

    It also is a bit like Twitter and FB that let you add functionality to your website such that it interacts with the mother ship (Google/Facebook). In the case of Google, it crawls the website, and my functionality should be crawled and interact.

    Can I make such a component with Toddle?
  • tomthebigtree-1308340060302610432

    Tom Ireland

    8

    1 year ago

    Best practice for OTP verification
    I have implemented OTP generation in Xano (6 digit number) based on email address and user having an existing account, which sends OTP via email.

    I have a general musing about verifying the OTP when redirecting user upon success to an OTP verification page. Is it considered "acceptable" to redirect with the email as a query param to use in the verification POST along with OTP sent via email (given the page is HTTPS) or should I also create some kind of token hash as a query param instead of the email to verify the record along with OTP sent via email?

    If I decided to just do the verification on the same page, I could forego the query param as email is already saved as a variable when making the initial call for the token but I'm redirecting to a verification page for the OTP.
  • jubilant_courgette_93644-1308201933198200862

    Dov

    11

    1 year ago

    Issue with project actions
    Hi I created a project action which accepts an argument. I set up a complex formula on a few pages to feed into the action, then by mistake deleted the argument (I was actually going to add another argument but pressed the wrong button). I noticed there is no rollback, so immediately I recreated the argument. However when I went back into the formulas on the pages all my setup had gone.

    Is there any way to rollback - it seems just too easy to make a mistake and lose a lot of work.

    Thanks
  • lordalmighty_-1308137360436756573

    Lord Almighty

    2

    1 year ago

    Cant Change Project Name
    For some reason, whenever I try to change a project name, I get an error.
  • asad_90597-1307794880445022298

    asad

    15

    1 year ago

    removing multiple files from variable only works backwards
    when i removing a file from a variable that is binded to file input which is multiple, i can only remove the files starting from the last ones. if i remove the first one , then i cant remove others
  • benjamin.h-1307528353082769468

    Ben H

    6

    1 year ago

    Question about the Wow dashboard demo project
    I have a question about how the sidebar is working. When in mobile view, when you open the sidebar menu, it takes up the entire screen. This is apparently because the container for the sidebar has a .showMenu class that is used for the mobile view. However, I don't understand how this class is making it take the full screen. When I click on the class, the panel is just empty. What is this class doing? I'd like to replicate this functionality.


    Link to demo project: https://editor.nordcraft.com/projects/wow_dashboard/branches/main/components/HomePage?mode=design&leftpanel=design&canvas-width=772&canvas-height=800&rightpanel=style
  • poulpybifle-1307358095684407398

    Sacharbonne 🤙🦥

    0

    1 year ago

    Copy to clipboard trouble
    Hello i'm trying to add a copy to clipboard function but it doesnt work properly :

    handler.ts:7 [Violation] Permissions policy violation: The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://goo.gl/EuHzyv for more details.
    En @ handler.ts:7
    $ @ handleAction.ts:337
    (anonymous) @ createElement.ts:148
    d @ createElement.ts:125

    handler.ts:7 Uncaught (in promise) NotAllowedError: Failed to execute 'writeText' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to the current document. See https://goo.gl/EuHzyv for more details.
    at En (handler.ts:7:30)
    at $ (handleAction.ts:337:20)
    at createElement.ts:148:9
    at Array.forEach (<anonymous>)
    at HTMLButtonElement.d (createElement.ts:125:21)
    En @ handler.ts:7
    $ @ handleAction.ts:337
    (anonymous) @ createElement.ts:148
    d @ createElement.ts:125


    I tried on ARC CHROME but only works on Safari, how to fix the issue on Chromium ?
  • asad_90597-1307084636257779722

    asad

    15

    1 year ago

    delete file from a variable
    i have a file input with multiple attributes. on change i set a variable "files" to even.target -> get.files. it works fine. i have a dive that repeats the "files" with button "delete" . i want to remove the file that is clicked from the "files" variable. how do i do it
  • burner918-1307010177022689361

    Sean

    21

    1 year ago

    What is the correct way to submit a form in toddle?
    My initial understanding was that the correct way to submit a form in toddle is to set a submit event on the form element and then add a type=submit attribute to the button element inside the form that would trigger the form submission. Then I put my API call or any logic into the form's submit event actions. But while troubleshooting a form that wasn't submitting, I asked the toddle AI and I got this (see screenshot).

    Does this mean that the correct way to set up the form in toddle is to
    1) Not set any event on the form element
    2) Set a type=button attribute on the submit button.
    3) Set the submission logic or API call to this submit button's click event?
  • dr.muffinman-1306832323173416980

    Muffin

    3

    1 year ago

    styling spark DND items
    I'm trying to style the spark DND item but when i try to vhange the wedth or height attributes, nothing happens. I've tried variations of 50% 50px, etc but the items continue to fill the container

    @Max
  • dr.muffinman-1306831099468578897

    Muffin

    1

    1 year ago

    change the width of spark DnD item
  • zefunha-1306739923910660206

    zefunha

    6

    1 year ago

    Search show
    Hi guys

    I have a search bar and I want to show the result divs only after I hit search.