Pricing Blog

Help forum

  • darrenbignall-1318590182642941963

    DarrenBignall

    3

    10 months ago

    Show popover on events
    Is there a way to trigger a popover that is using the popover API without clicking a button?
  • laetitiamassa-1318588460898062406

    Laetitia | Pinshasa

    8

    10 months ago

    Inside a Workflow, how to access the result of a previous step?
    I'm trying to use the result of the previous step (create a new record - Post HTTP request), in order to use the result (uuid, id, etc) of the newly created record, in my workflow (on success).
  • elli4931-1318579975539920916

    Vizualinx

    14

    10 months ago

    Join tables
    How do I join Supabase tables?
  • ssssadsadasd-1318577822054486097

    ssssadsadasd

    12

    10 months ago

    Upload files to supabase
    I try to upload an image to supabase.
    I manage to upload it, but the image is blank (empty) and it is only 77 bytes. I suspect this is related to the way my request body is built: it is simply a text (--data-binary "@C:\Users\busha\Downloads\images - made\ai\ca4.jpeg") and it does not recognize it as an image or sth.

    How can I make the body "binary-mode" instead of text (what chatgpt suggested me)?

    thanks
  • alexsiale_17363-1318274111650140160

    Alex

    7

    10 months ago

    No load on mobile
    Have I set up my toddle incorrectly for this project? It’s my only project that don’t load on mobile

    Anyone able to check it out for me?
  • ssssadsadasd-1318260723733758004

    ssssadsadasd

    0

    10 months ago

    "Go back to page" button edge case
    I want to click a left-arrow icon and go to the previous page in the app. To do so I use javascript:history.back(), however it returns blank page sometimes (e.g. when the user goes directly to that link without previous history in the app).

    In that case I want to redirect to another base page in the app. how can I do so? switch does not allow me to get a result from javascript:history.back()

    thanks
  • jubilant_courgette_93644-1318152193085542430

    Dov

    2

    11 months ago

    Remove arrows from a number input
    Is there a builtin way to remove arrows from an input? I tried adding the following to the css editor but it does not work -webkit-appearance: none
  • alexsiale_17363-1318135798524149890

    Alex

    15

    11 months ago

    /logout meant to send to 404?
    Whats the correct way to log someone out of my toddle app that's using Supabase Auth?

    I heard it was to just action a 'gotourl' "/logout" - but currently this sends user to /404

    How can I send them back to /login page or /homepage ?
  • achivas-1317838038180827227

    A-Chivas

    2

    11 months ago

    I cant find the time selection thingy in the Vanilla js calender here, I need it plz help
  • alexsiale_17363-1317397556426182726

    Alex

    23

    11 months ago

    Create / Update Form Variables
    I’m wanting to master forms as I am about to build a whole lot of forms for our CRM build.

    Object Variables
    Input / change events

    Who’s got the video or other help thread or advice for me?
  • ssssadsadasd-1317154549525381192

    ssssadsadasd

    5

    11 months ago

    Responsive text area template component
    Can we find somewhere the responsive text are built as a component in [this video](https://www.youtube.com/watch?v=sVADx4J5arg&ab_channel=toddle) ?
  • miles1991-1317092551509151815

    Miles

    13

    11 months ago

    Change branch name
    I made the mistake of using an _ in the brand name and now I can't get Google Auth to accept the domain.

    Is it possible to change the branch name?
  • buildingintoddle-1316856906710519928

    alain

    1
    3

    11 months ago

    emoji size
    hey yalls probably a silly question but for the emoji confetti package, what size do we input? I've tried px and rem but the emoji size isnt changing 🙌
  • ssssadsadasd-1316845080258019360

    ssssadsadasd

    4

    11 months ago

    Single object attribute or multiple attributes for component
    This is probably a trivial question but just wanted to ask.
    Suppose I have a component named "post". The post displays data of an object which contains such fields as: content, creator object, images etc. Now, this post component is used in a list. My question is:
    in terms of the speed/efficiency the data appears on screen, should the post have an attribute for each field ( content, creator object, images etc.) or should I simply have an object attribute and then in the component itself show the fields.

    thanks
  • nathandh.-1316836027998011452

    nathandh

    3

    11 months ago

    spark drag and drop missing components
    Installed this package on 2 different projects; looks like it's supposed to create 3 components? They're listed in the docs but none of them appear in the components area. Am I missing something obvious?