Pricing Blog

Help forum

  • sashakuzovlev-1316279337049264178

    Sasha Kuzovlev

    2

    7 months ago

    Working with GSAP Animation
    1. I tried to write a simple Action code (screenshot). But it gives an error.
    Uncaught (in promise) TypeError: Cannot set property window of #<Window> which has only a getter
    at gsap.min.js:10:160
    at gsap.min.js:10:175
    2. I have not found a good guide on how to properly connect GSAP so that it is available in the entire project, or at least on the entire page. Can someone suggest step-by-step instruction?
    3. Are there plans to create animation management functionality in the near future (as an example, you can look at the functionality of keyframes and states in RIVE)?
  • frankenwompus-1316138392882511963

    Fisher

    34

    7 months ago

    Setting Select Drop Down Option based on URL Parameter
    I'm able to get the URL Parameter from the URL, and set the Value of the Select option based on it, but I can't seem to figure out how to set which Select option is chosen based upon the URL param.

    It's like the Value is being set, but the Label isn't changing.
  • benjabievres-1316122983466664057

    benjabievres

    26

    7 months ago

    Best practice to chain API calls
    Hello,

    I have a select element filled from a API Call 1.
    When I choose an item in this select element, I call an API 2 and fill a second select element.
    And when I select an item from the second select element, it calls an API 3; results are displayed in a List.

    So far, it works fine, I leverage the « Changed » trigger of each select element. But I have some issues:

    - each select elements refreshed the change event of the other element show the last item of the resulting API calls => how could I ensure the first element is displayed first?

    - when I select another item in the first select element, API call 1 refreshes the second select element. But the list is not refreshed => shall I use a different event than « changed » in the second select element?

    Do you have any best practice to handle chained elements that leverage API Call?

    Thanks
  • james_97118-1316114828800037009

    0xJam3s

    15

    7 months ago

    HTTP Cookie Bug
    Hey guys, it seems my bearer token is saving but when I get the HTTP cookie it doesn't get pass the value to the my following api calls. It was working earlier. Any ideas, why this might be?
  • ssssadsadasd-1316057118658269194

    ssssadsadasd

    6

    7 months ago

    Space between
    In bubble (and in css from what i see) there is an option called "space-between" which basically moves div A to the left and div b to the right of the parent row div (see pic). how can I do this in toddle? I tried the different optins in the 3x3 grid but could not find a working combination. thanks
  • ssssadsadasd-1316044778651254784

    ssssadsadasd

    32

    7 months ago

    Max width for page?
    I want my page to not exceed 1200px and be located at the center. so in the main div of the page I set: max width = 1200 px and layout = align top center. but the div still remain at the left. how could I solve this? thanks
  • codenitrr-1315973944024760360

    codenitrr

    16

    7 months ago

    API URL changes automatically
    Hello. I'm having some problems sending a REST API request. In terms of authentication, the API works as follows: GET URL: https://{api_key}:{api_secret}@{cluster_url}/{shop_language}/{resource}.json

    If I enter these values and put them in toddle's URL box. Then it automatically removes the values before @.

    So example (fake data) with this request:
    https://e80d99sfgsf8adfadfadcb7sfg409a:ea624fc02226adfadf22222c1c032f09a@api.webshopapp.com/de/checkouts/123455.json

    the request is eventually made to

    https://api.webshopapp.com/de/checkouts/123455.json

    I don't know if I'm doing something wrong or if this is a bug. I also tried encoding the url, but this too was unsuccessful. I suspect it has something to do with the @ sign for api.webshopapp.com
  • dfeinberg5-1315897924026372106

    Danny

    15

    7 months ago

    200 API response, but data appearing under error rather than data
    Hi there! Hoping someone might be able to help me out. Running into a super weird issue where I have a Xano API endpoint that works fine and returns a 200 response along with some data, but that data is showing in Toddle under error rather than data.

    Has anyone seen this before or have any ideas? Everything in Xano looks normal.
  • elli4931-1315798294978625599

    Vizualinx

    5

    7 months ago

    Branch Syncing
    Up until now i have only been using branching for versioning, i never figured it out but now i have to figure it out.

    I am in middle of building a new feature for my app, and i had to fix some stuff on the live version, i created a new branch made the fixes and published it, i didn't touch anything that i changed in the other branch. but now when i went back to the other branch i can't sync it with the live version (see screenshot).
    I had the same when i tried doing this in the past, that's why i have only used branching up until now for versioning only.
  • ssssadsadasd-1315673236301680771

    ssssadsadasd

    3

    7 months ago

    Chat template?
    Just wanted to know whether there is any chat template (whatsapp like) that we can quickly copy-paste in our app. I could build this myself but just to make sure there is sth already built.
    thanks
  • alexsiale_17363-1315456073590767667

    Alex

    8

    7 months ago

    Images not Loading from provided URLs
    Hey - anyone able to assist?

    I sue this same process on all my toddle projects but for some reason can't load images in repeat lists in this new project?
  • elli4931-1315325191001215017

    Vizualinx

    10

    7 months ago

    Pass data through attributes or URL parameters?
    In my app i have a lot of modal popups (like contact details, donation details, transaction details etc).

    What would be the best way to pass data?

    I can think of 3 ways:

    On click of a row,
    1: I can pass the whole row to the popup via attributes.

    2: only pass the row id through attributes and make a new APl call inside the modal.

    3: pass the row id through URL parameters and create the APl call in the modal. What is the best way to do it?
  • ssssadsadasd-1315274759025594398

    ssssadsadasd

    4

    7 months ago

    Parent width question
    I have a ul with max width = 600px. I set the li inside it as width = max_width = 100%; same for the div inside this li. Now this div is a row with two elements: an image and another div. This last div goes beyond the parent so I set max_width = 100%, but this does not solve the problem in this case since 100% is considered as the whole parent div and not 100% - image_width.
    What should I do to make sure tha this last div does not go beyond the width of the parent? thanks
  • usama_saleem-1315169966474924112

    Usama

    4

    7 months ago

    Embed Component Not Calling Proper URL other than (Weather API by toddle)
    I've created a simple component and embed it inside webflow and it's not calling the right url when it's embedded .
    somehow the toddle own weather api url is working fine , but any other external api call are not targeting the right url.

    maybe it's a bug or i'm doing something wrong... Kindly help me

    you can see the screenshot to understand more

    I'm calling this API : https://dummyjson.com/docs/products/1
    website url : https://lumos-test-020bc5.webflow.io/test
    toddle url : https://toddle.dev/projects/bronze_bib_fortuna_northern_orangutan/branches/test/components/Weather%20Widget?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style
  • mr.r5163-1314960610106282005

    Mr.R

    13

    7 months ago

    NULL on query parameter request
    Following the swagger from the api documentation gives me NULL result when adding the query parameter field. lso doen't work to filter out certain data for example "Work hours" etc.

    Public api endpoint: https://jobsearch.api.jobtechdev.se/