PricingBlog

Help forum

  • mxi012-1288772847287799828

    𝓜𝓪𝔁𝓲

    0

    1 year ago

    Render Auth0 forms in Toddle.
    Hi there,
    I recently came across the new Auth0 Forms feature and wanted to ask if anyone has experience or ideas on how to integrate these forms into a Toddle page.

    Here’s the link for reference:
    [Auth0 Forms](https://auth0.com/blog/auth0-forms-go-ga/)

    Any help or guidance would be appreciated!
  • chriss1639-1288614633803878431

    Chris

    1
    1

    1 year ago

    formula cheat sheet
    Is there a collection of all standard formulas available to download. Want to learn these like a list of vocabulary.
  • miles1991-1288520543657656391

    Miles

    2

    1 year ago

    Checkboxes
    Hi guys, this is probably super simple but I can't figure it out. How do we default a checkbox to being checked. I'm adding an input, setting the type to checkbox, and the value to true, but it still doesnt check. TIA
  • needtheanswers-1288467330418081834

    needtheanswers

    18

    1 year ago

    Custom (repeated) checkboxes - update parts of a variable
    I have custom checkboxes and on click I change the state of a variable (image1) from false to true and vice versa. How do I make this scaleable? I have multiple checkboxes and I don´t want to have hundreds of variables just for this so I tried to create a mega variable. The problem I have now is to update only one checkbox.
    When I don´t repeat the checkbox I would just update the value on click as shown on image2 (which doesn´t seem like a scaleable approach because I would have to manually update EVERY event when I add a new checkbox - but hey at least it works🥲).
    When I repeat the checkboxes it doesn´t update the variable. I´ve tried using the get/set node but whatever I do it just overwrites the variable. (image3)

    Would love to hear if anyone has a better approach for custom (repeated) checkboxes or could share a project.
    Also I´ve heard that the proper way to build custom checkboxes is to use a html checkbox and then hide it, can anyone confirm?

    Thanks a lot
  • julienboid-1288195403778363444

    Julien

    8

    1 year ago

    API Call / can't repeat same parameter
    Hello everyone, I'm stuck on a pagination problem for my API. The documentation asks to repeat the same parameters several times to obtain the following results. In Toddle, it's impossible for the same parameter to be repeated several times. I've tried putting the values in a row in the associated “after” key, but it's buggy. do you have any ideas on how to get around this problem? Thank you very much.

    [Documentation](https://developers.openagenda.com/10-lecture/)
  • erickeverything-1288195084835098644

    ерик

    10

    1 year ago

    host on toddle instead of cdn
    As the title already says, is that possible? i would like to increase my page speed and be gdpr complaint.
  • alexpluda-1288159682233372823

    alexpluda

    5

    1 year ago

    Repeat API Call
    Hello fellow developers! I'm new to Toddle and could use some guidance on how to handle repeating API calls.

    Here's the situation:
    - I make a first API call that returns an array of objects, each containing an ID.
    - I need to make a second (different) API call containing/for each ID in the array obtained from the first call.

    Currently, I have stored the array from the first API call in a variable. However, I'm facing challenges with the next step. I'm unsure whether I should use a workflow, a formula, or set up a repeat list to handle the second API call. Any insights or advice would be greatly appreciated. Thank you!
  • plusmin-1288145219061157919

    Armand

    16

    1 year ago

    popovertarget not toggling
    I have a button element that has a popovertarget attribute targeting a popover div with the correct id.
    However, it doesn't toggle.

    I've been playing with popover api the whole day and all my other popovers work just fine. The only difference with this button is that it has a Prevent Default (as it is a form submission with API Post).

    Does anyone have any idea how to best deal with this?
  • erickeverything-1288105680368177216

    ерик

    1
    2

    1 year ago

    repeat function is not working
    Repeat seems to bug, or am i doing something wrong? i cant select the item in the function editor https://jmp.sh/pycZSvmu
  • alexsiale_17363-1288081474112852018

    Alex

    6

    1 year ago

    IP Address for Toddle Hosting
    Is there an IP address for Toddle Hosting so I can point my A record?
  • jehex-1288045946130792458

    Jehex

    2

    1 year ago

    Avoid to delete logic nodes when modify the value
    Hi there, would like to know if they're is a way to NOT delete the previous nodes of one that I modify

    For example on this screenshot, if I modify the noder greather than ( first field ), it's will automatically delete all nodes before ( signupform and size ). I would like to know if it's a bug or if it's possible to keep all nodes when I modify one. Thanks!
  • elli4931-1287852408424104027

    Vizualinx

    50

    1 year ago

    Publish to custom domain
    I have already connected my custom domain but it still using the toddle.site as the main domain. how can i make my custom domain as the main domain?
  • elli4931-1287828119734190191

    Vizualinx

    1
    7

    1 year ago

    Custom domain still pending!
    i have already created the CNAME records over 1.5 hours ago and it is still saying 'Pending'.
    Any idea what can be the issue?
  • funktionalized-1287800149870907464

    Funktionalized

    1
    2

    1 year ago

    Is there a way to get response headers from API calls?
    Im setting up appwrite authentication services the session tokens are returned in the response headers when using the rest api.

    is there a way to get response headers from an API in toddle?
  • mesmoiron-1287659767883501630

    mesmoiron

    5

    1 year ago

    Can I make the tab buttons change color without duplicating the buttons?
    Hi,

    I recreated this tabbed example of W3Schools:
    https://www.w3schools.com/howto/howto_js_full_page_tabs.asp

    I duplicated the buttons in order to show or hide them based on the view. Can we do this dynamically with style variables? And maybe we can have a few more videos about using style variables. How to update them and use them with the styling tab. For me there's still some confusion.

    Translating javascript into an action formula, was a bridge too far. I got confused by the variables in the function. I used the above solution. Does it really matters if we duplicate things, if the logic is easier to understand? Lots of questions. But, I am happy that it works.