PricingBlog

Help forum

  • vanishklift-1290626900258979914

    vanishklift

    0

    1 year ago

    Appointment System
    Hey, I want to build an Appointment system in my Webapp, has anyone some tips or where I could get some understanding how I should build it/ how it works? From pickin the time, block already used times, database, etc.

    Thanks!
  • vanishklift-1290592998576488448

    vanishklift

    1
    8

    1 year ago

    Where do I find Break-Points?
    Where can I set the different Break-Points?
  • tomthebigtree-1290358679719383060

    Tom Ireland

    1
    3

    1 year ago

    [Resolved] Help with custom action and Selection API
    Does anyone in the community or toddle-hero team have experience with the Selection API? If so, I'm looking for your help with solving a problem in my toddle rich text editor.

    TLDR: I'm looking for a way to check a node type before setting a range with offset (to move cursor to a specific position). If it's a text node, set the cursor based on the offset; if an element node, figure out a way to get a different offset.

    Video explanation: https://youtu.be/c7gsybOpUUE
  • erickeverything-1290295251549949962

    ерик

    1
    3

    1 year ago

    calculate array sum with formula
    I have multiple arrays that all have a "rating", i would like to calculate the average rating, but i cant figure out how to loop through each rating value in every array.

    Can some one help me please
  • mesmoiron-1290243019131322451

    mesmoiron

    6

    1 year ago

    How to drag one element and drop another?
    Hello good morning,

    I have been building a simple form builder with Drag and Drop. I feel a bit stuck.

    I have made two elements. When dropping the example address element on the canvas, the above element here checkbox should be dropped instead and be visible. It is not absolutely necessary, but certain form builders do it that way.

    In the meantime I learned to delete elements from the DOM. Obviously when I move one element into another list, the actual Toddle page doesn´t alter. So, there is this ghostlike state that does all the work. It is not totally clear to me what I have to catch and later save to XANO backend, like the manipulation of the address and checkbox movement mentioned above.
  • erickeverything-1290238294772289566

    ерик

    1
    5

    1 year ago

    "access_token" not working with "get Cookie"
    the cookie doesnt exist but it returns false, i want display content on the page depending if the cookie is set. But i dont want to run an api call, because i dont want to verify the token, that doesnt matter on that page.

    How can i access that access_token?
  • plusmin-1290224723321425930

    Armand

    1
    4

    1 year ago

    Pre-built nested components or separate components?
    Maybe this question will be difficult to explain and perhaps it does not matter, but I've been wondering about this, so please bear with me.

    I am slowly turning most elements in my app into components. Now, one of the elements in my app is a form with about a dozen input/select fields. Some of the select fields' options in this form consist of long lists (e.g. timezones). So for these I use a popover and clicking on one of the listed options selects that option.

    Now, my question is whether I should create the form component with the select field component (such as Timezones) as a component pre-built into the form component? Or should I just create the Timezone component separately and add it below the Form component in the element tree (on my page)?

    Just to clarify, with pre-built I mean that the timezone component will always be a part of the form component and with separately I mean that I can just add it to my page separately and add it in the form component on the page.

    I hope that makes sense.

    I am looking for best practice for this use case and I'd like to know why this would be best practice in my use case.
    I suppose this also determines whether I'll use attributes or context to get data into my timezone component (and other sub-components like this).
  • vanishklift-1290072827659161600

    vanishklift

    0

    1 year ago

    Itunes Search Projekt
    Hey I builded the Day 2 Projekt today and before I did the Searchbar, the sounds played with no Problem.

    After I added the Search-Integration the Sounds are not fully loaded, some are more, some are less loaded, other ones are not even a bit loaded.

    What could that be ?

    Thanks!
  • vanishklift-1289989439300567040

    vanishklift

    1
    25

    1 year ago

    Audio Bar Is diffrent like in the Day 2 Projekt Video
    Hey, im currently doing the Projekt Day Videos to get to know toddler, but the Audio isnt customizable and the Input hase some missing Attributes like autofocus and title and i did not found the placeholder color changer, thanks for every help!
  • darren_alderman-1289302336182943786

    Darren

    13

    1 year ago

    Are there any sitewide settings in toddle?
    Can I add logic somewhere they says on any page in my app, if the authentication fails, send to login?
    And where can I add contents to the header of every page?

    Seems like every page is siloed separately, but I hope I'm wrong!

    More context: https://guides.darrenalderman.com/recordings/i4X7uA9pvziTSn2TYFdc
  • alsetsolutions-1289068704612483124

    cole

    3

    1 year ago

    DNS simple domain verification
    I am able to verify my sub domains. However, when using DNS simple for my root domain it requires using the (*) wildcard for CNAME, and it does not find this. Is there any solution other than redirecting to subdomain?
  • chriss1639-1289056475842347008

    Chris

    11

    1 year ago

    show alertbox
    I want to show an alertbox on successful email submission.

    1) I created a variable show-alertbox and set it to true
    2) I use this variable to hide the div that holds the alertbox properties using the "not" formula.
    3) "on success" of the event form submit I set the variable show-alertbox back to true.

    Why is this not working? Why does the alert box not appear (the email is indeed sent successfully to the backend).
  • zefunha-1289001715898515567

    zefunha

    3

    1 year ago

    dispaly result page
    Hi all,

    What is the best way to create a result page for my search function.

    Am looking to get the results to be displayed on the same page below rhe search bar.

    I couldn't see, any videos on it
  • alfred_66594-1288993186475409429

    Alfred

    43

    1 year ago

    Refactoring custom calendar / date time picker
    Hi,
    I’m in the process of refactoring our custom date-time picker to make it more robust and improve support for time picking and better range handling. Our current picker is based on an early community-shared datepicker, which heavily relies on timestamps. While this works natively in Toddle, it's become extremely complex and somewhat fragile.

    I’ve been considering different approaches for the new version, but I’m still undecided. Should I rework how we handle timestamps, or rely more on the built-in Date object methods with custom actions and functions? Or is there another solution I might be overlooking?

    Our main goal is to support both date and time picking while keeping the component as Toddle-native as possible.

    Has anyone had good experiences, solutions, or learnings with building similar date pickers or calendars?
  • darrenbignall-1288959918971420785

    DarrenBignall

    26

    1 year ago

    getting current selection from a native select list
    I have always used a custom select/drop down component, so not had this issue before, but trying to use the native select I am struggling to get the data for the current selection.

    When i add a select from the element panel i get a select with 2 options. when clicking the field it has drop down with the options and when selecting one it then shows in the field.

    Out of the box there is no attributes set on the select, not sure if i need to set some, i added an id, but I cannot workout how i can use this element to set a variable.

    Not sure what I am missing. I have given the select an id and tried to get element by id but that has not worked. I have tried adding a click event on the option to set the variable but that seems to set it to "isTrusted": true

    I am sure this is crazy simple, but I am struggling to work it out ...