Help forum
- phone number mask (and country code)
Vizualinx
8 3 months ago
15 Oct 2024, 07:56
How can I implement phone number mask /formatting (based on country ) ? I want to implement something like in the screenshot - Best PDF Generater
Kai
π13 3 months ago
14 Oct 2024, 20:42
I am looking for a very good an affordable PDF generater with PDF - Template editor to send data from toddle via API and get a perfect multipage rendered PDf as a result . It should contain a first PAge Cover and after that header and footer on page 2 . . . It also should have sections and subsections for different data in the json send via api . . . Can anyone recommend a service for that ? We are developing a tool for recruiting and the goal is to generate very stylish clean PDF CVs and and send the anonymized and with all data to employers . . . π I attached a few screenshots so you can see what I have in Mind to put into a PDF . . . Also charts for data anylysis should be possible . . . Hope you like what I built up to now . . . π - How can i setup a load more functionality when it gets to the bottom of the list?
Seun Orofin
2 3 months ago
14 Oct 2024, 18:32
- To do tutorials and Xano api
mesmoiron
3 3 months ago
14 Oct 2024, 16:01
Hi , I am trying to get two tutorials about making a todo app work together . The button that toggles the completed task works and writes to the Xano backend . However the strike through doesn 't work anymore . Another issue is that the new state isn 't reflected immediately . I have to refresh the page manually . I also added an selected -todo to the list item , because , If I don 't klick a button the api won 't get an task id . What I would like to know is , how to tell Toddle that the page or the selected item should be refreshed if this is possible . If I think correctly , then after calling update , I should call the list items again . But that is on another element , because the input determines the completed state not the listing of the repeated item . - SQL querie in Supabase
PeterShaw
5 3 months ago
14 Oct 2024, 13:58
Hey all , I use a SQL query in Supabase editor . How can I make sure to use this SQL query when fetching data from supabase ? For example I use a table with 10 cities in it . The sql query says that the output is one random city . I want to integrate the SQL in the GET API call - Input field not displaying the variable it is binded to
Ben H
16 3 months ago
14 Oct 2024, 03:49
I have a variable , customPrice , binded to an input field . In order to validate the input , I clamp the input event value when setting customPrice . customPrice gets set correctly , but the input field still displays the unclamped input despite being binded to customPrice . (See screenshots . ) How can I get the input field to update to reflect the clamped value ? - repeat over 2 data sources
mossi
15 3 months ago
14 Oct 2024, 00:39
I have a div that is repeated over an array from an api call . (user creation api ) . The div shows some user info and repeats it for users created . Once user is created they can create items . I have another api that gets the number of items each user created (gets this from db , based on user ID ) . In the repeated div I want to also show total number of items created for each user in their own repeated div . How do I do this ? - list selected items from api
zefunha
6 3 months ago
13 Oct 2024, 21:05
Hi guys , Can anyone point out how to list out selected items from a api array . Thanks - Filter data with "includes" in array
Julien
β 14 3 months ago
13 Oct 2024, 20:04
Hi , I βm working on a scenario where I need to filter events based on their unique IDs . I have an array of event IDs , and I want the system to only let through those events whose IDs match the ones in a array . The goal is to ensure that only the events included in the predefined list are processed . Specifically , I βd like to understand how to effectively compare the event objects and filter based on this list . I have created data exemple on a screenshot Thanks in advance for your help ! - is there a way to pause a lottie only in the designer as it's making my canvas laggy?
Leon Marseglia
2 3 months ago
13 Oct 2024, 12:42
is there a way to pause a lottie only in the designer as it 's making my canvas laggy ? - My Navigator items suddenly disappeared
Roco
9 3 months ago
13 Oct 2024, 11:16
- Is it possible to set a page as 'draft' on toddle like you can on webflow?
Leon Marseglia
8 3 months ago
12 Oct 2024, 21:05
I want to have a page where I can nicely layout my components visually but don 't want it on the live site - responsive navbar component
Bankydoo
3 3 months ago
12 Oct 2024, 06:01
hi . very visual learner here trying to reverse engineer the jobs cool navbar and almost crossed the line but my kebab refused to disappear above 540px its responsive but with just that issue . can you help https://www.loom.com/share/5defced1020a40b993afd4ed199ffa78?sid=b6105a6b-a1a0-4788-b7c1-40c8d2fe841e - Is there a way to style the browser scroll bar?
Seun Orofin
4 3 months ago
11 Oct 2024, 14:37
Currently the scroll bar looks off - Change Index of Item in an Array
Matthewcc
15 3 months ago
11 Oct 2024, 14:19
Are there any Toddle resources on the best method to change the index of an item in an array ? Trying to implement functionality for the arrow buttons to move the current value of an object up or down . Couldn 't seem to find anything here on Discord or in the docs . Thanks in advance .