Help forum
- Editor.js package
Janis
0 2 hours ago
15 Jan 2025, 11:01
Since there does not seem to be a post in packages for editor .js , I 'm asking my question here : 1 . Does anyone know whether it is possible to completely remove the option for users to make any changes to a tool -type , e .g . in my case to the text . I only want the user to be able to change the text if required , but not add any further tools . I know I can set all the tools to but then it still shows the plus and drag icons . 2 . When I load the component initially , then the data is not shown . only after navigating to another tab and coming back to this tab , the data is shown . I tested both saving the content in a variable from the api call and from the call directly , but i always have to go back and fort . Thank you very much for your help ! ๐ - Issues with log in Magic Link
A-Chivas
3 6 hours ago
15 Jan 2025, 07:01
Not receiving the magic link on mail to login , my devs cant accesses toddle . Plz look into this asap - Can Toddle Session Cookies Track Affiliate Conversions?
Leo
0 7 hours ago
15 Jan 2025, 06:22
Hi everyone ! I โm working on tracking affiliate conversions in my app built with Toddle .dev . When a user lands on my site , the click _id is included in the URL as a parameter (e .g . , ?clickid =XYZ123 ) . I โve built an API in my backend (Xano ) to store this click _id when the user lands , but I need to tie this click _id to the user when they sign up so I can track the affiliate conversion . Can Toddle session cookies help persist the click _id and pass it during the signup process ? If not , what โs the best way to reliably track and tie the click _id to the user for affiliate conversions ? Thanks for your help ! - chart JS
Miles
2 21 hours ago
14 Jan 2025, 16:33
Hi ๐ I 'm working with the chart .JS package and running into an issue . The lowest value in the data set is pltted at the centre of the chart . it looks like the value is 0 (but it 's not ) . I see on the chart .js website they don 't have this issue in their examples of radar charts and other types . Is there a way to solve this with the chart .js package ? TIA - SVG in btn
Vizualinx
29 21 hours ago
14 Jan 2025, 16:06
i have an svg in a button , when i hover above the svg it will prevent from clicking on the button . how can i fix it ? - Missed Payment: Does It Automatically Become an Open Source Project = Clonable?
unicodes
5 1 day ago
14 Jan 2025, 12:07
Hi @Andreas Mรธller , I โm writing this because it โs important for the community to understand what happens if a payment is missed (for any reason , including inability to afford it ) and to prevent going in a grey area . An open -source project means that the community can clone it , and in some cases , cloning a project that was initially private could lead to legal implications or cause damages . In such situations , what happens ? Will the project that was private become unavailable to new visitors , or will it automatically become open source and accessible for anyone to clone ? I would recommend implementing a mechanism where the project becomes inaccessible to everyone (including visitors ) except the developer (project owner ) . Additionally , it should not be published or made open source unless explicitly authorized by the owner (through payment of the plan ) or deleted . Is it possible to have a plan where the project isn โt live (even open source ) , but you can continue creating in a private environment without granting visitor access (users that access your app ) ? For example , a plan where you pay x $ per year just to store your code and run your development environment when needed , but without access for visitors , in order to keep your maintenance costs and margins . I believe such a plan , even with a small margin and low cost , would be a success because of the affordability . Anyone would be willing to pay for having a private environment just for development (like pay to download and use Visual Studio Code , but not for publishing the code ) . Thank you and wishing you all the best ! - Global formula
Vizualinx
30 1 day ago
14 Jan 2025, 09:23
Is there a way for a global formula to access variables or APIs ? - Web Component Pricing
Maxime Brunet
44 1 day ago
13 Jan 2025, 15:50
Hello I want information about the pricing , my goal is to create a web component for a client . This web component will be visible on pages with millions of users (2 -5M ) . Is the starter plan ok ? - best way to store data in a session supabase and toddle
ssssadsadasd
๐119 1 day ago
13 Jan 2025, 14:43
In you can easily add new columns to a user table and then easily access those columns through e .g . "current user 's profile picture " . In you cannot add new columns to authentication and thus you need to add a new table with such columns as profile pic , first name , last name , etc . Now , I would need to have easy access to these values . What is the best way I can store these variables of the current user (profile pic , first name , last name , etc . ) in the session for easy access so that I do not have to make an api call everytime I need them ? So , the moment the user logs in the variables are stored and , ideally , they are updated automatically if the user changes them Thanks - Path parameter not updating on click
Seun Orofin
10 2 days ago
13 Jan 2025, 12:46
I am handling different views on my app based on the path parameter . . .but on click of each button that should update the path . . .it is not changing . . .it is working in the editor but not on the live preview - Still need help for this one!
vanishklift
0 2 days ago
13 Jan 2025, 12:03
- how to check when to use date from string?
unicodes
0 2 days ago
13 Jan 2025, 11:09
I tried using an if statement to check whether the input date needs to be formatted with date .fromstring or not , but it isn โt working . Formatting the date with date .fromstring all the time causes issues in some situations (e .g . , when the input is empty ) . What solution do you use to determine when date .fromstring is needed and when it โs not ? - Restart/interupt the sleep function
needtheanswers
2 2 days ago
12 Jan 2025, 19:17
Is there a way to restart the sleep function ? For example you click a button which triggers sleep 5000ms , after 2000ms you click the button again and it should start at 5000ms again . - qr code
FouadTarabolsi
0 3 days ago
12 Jan 2025, 12:38
hi , hello all , any idea how implements the following workflow ? : - I open a page on a laptop - I get unique QR code - I scan it with my mobile - in the mobile I login -once I login the original screen with the barcode will automatically detect i successfully authenticated and give me my content . I assume as beginning that QR code page will be considered as an authentication page , also the value of the QR code will be unique for to identify the session . . or there are better and secure ways . - best way to manage which page is on which domain?
needtheanswers
0 3 days ago
12 Jan 2025, 09:17
Hi , what is the best way to have page 1 on www .myapp .com , page 2 on auth .myapp .com and all other pages on dashboard .myapp .com for example ? If I set up multiple custom domains then every page is visible on every domain (as stated in the documentation ) .