PricingBlog

Help forum

  • francomelanieh-1350056653592068177

    Nico

    18

    1 year ago

    Custom Action and Events
    hey guys, quick question here. I use a custom action to create a JPG Mask of a drawing (using HTML Canvas).
    My Script allready has a function to download the jpg on button click build in.

    But now i need to send it this image to a API using a "Submit" Event on a form.

    I cant wrap my head around the concept of Events in Actions.. any ideas on this?
  • needtheanswers-1350056575632543777

    needtheanswers

    34

    1 year ago

    stripe connect - embedded onboarding
    Hi,
    has anyone here successfully implemented the stripe onboarding component? Whatever I do I can´t make it work - it doesn´t even show anything in the console log.
    I create the account session using xano and get the client secret back - at least that works lol.
    I also understand that I would have to initialize ConnectJS first , befoe I can render the Account onboarding component in toddle but this doesn´t seem to work. I did modify the code to intialize ConnectJS a little because I already get the clientsecret back from xano so I made sure I can insert it using an argument.

    Would be greateful for any help here. Thanks

    https://docs.stripe.com/connect/get-started-connect-embedded-components#account-sessions

    https://docs.stripe.com/connect/supported-embedded-components/account-onboarding
  • tinsoldiers-1350037892248109066

    Tinsoldier

    4

    1 year ago

    background image for div
    I am trying to make this work and am not able to.

    How do i dynamically provide a backgroudn image in div.
  • klevelandbishop-1349911240234766386

    Kleveland Bishop

    6

    1 year ago

    Sites offline
    Hey guys, I think my billing issue has caused my sites to go and stay off-line even after new card was added. My email is. Kleveland.bishop@gmail.com
  • kamilnader-1349730807211888761

    Kamil

    4

    1 year ago

    301 redirects
    Hey! Just wondering how you're setting up 301 redirects with cloudflare. I've tried a bunch of things, but it seems like it’s not possible. Since toddle uses cloudflare with a proxied DNS A record, the requests bypass my cloudflare account and go straight to toddle’s, so my redirect settings don’t work. If I use proxied CNAME record, the redirects work, but then the images hosted on toddle returns 403. Is there a way to make this work, or would it be better to look for an alternative to cloudflare?
  • jehex-1349666627804987394

    Jehex

    2

    1 year ago

    Getting the base64 from a Promise
    Hello, any ideas to how get the base64 of my image from a promise and send it to Xano ? Thanks you !
  • uunicode-1348784927423856671

    unicodes

    28

    1 year ago

    Script TAG, how to add gtag in the script input.
    I added this code but isn't working.

    <script async src="google url"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-4534543543543');
    </script>

    Considering the script tag should be a tag I have deleted the script tags from the code but nothing is changing and isn't working.
    I have this tag in the menu component because I want to add it in all pages and not adding using Head Assets.

    Is this possible?
  • nocodeprocode-1348736246423490742

    NoCode ProCode

    2

    1 year ago

    Can't make client project owner
    here is the project - all members need to be owner https://app.nordcraft.com/projects/ymp_v2
  • ssssadsadasd-1348661585937432671

    ssssadsadasd

    4

    1 year ago

    Context in components
    I want to basically do what is currently doable with the toast plugin: we insert the toast element -> we put our elements of the page inside the toast element -> now the toast actions are available to all child elements.

    so what I do is [create a component](https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/notification-popover?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style&selection=nodes.KtbvoLP7IGXLZ44g6FDM2) -> set a workflow show-popover -> create a slot. in [the page](https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/test4%20context?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style), I put the reusable and add a child to it. now, I should be able to access the workflow that I created but I cant seem able to do it.

    what am i missing? thanks
  • this.rhymes-1348616401971183638

    rhymes

    0

    1 year ago

    How do I get a repeat element to update when underlying variable is updated (without refreshing)?
    The repeat elements I have work as expected when populating directly from API output, but no longer dynamically update when instead using a variable (populated whenever the API is run; done to potentially reduce the number of times the API is called / speed page load times). Other elements that directly use other variables updated similarly update dynamically (ie in text elements) - just not repeat elements.

    In the attached screenshot - the slot numbers update dynamically, but not the actual items populated below.


    I have set a repeat key - and the elements are currently not a component. Appreciate the help!
  • alexsiale_17363-1348435278045384784

    Alex

    3

    1 year ago

    Duplicating Workflow for Records in CRM (Supabase)
    Anyone have a creative way or just an idea of a workflow to allow my users to duplicated records in their CRM to make data entry/creation faster?

    Video for context: https://www.tella.tv/video/streamlining-property-management-with-supabase-1lei
  • renske.renske-1347970271415500850

    R

    23

    1 year ago

    Checking checkboxes updates in the backend but not the frontend
    Hi! I built a checklist. I noticed that while the back-end updates correctly, the visual representation in the checkbox doesn't always reflect these changes. I'm trying to figure out why the checkbox in a row remains checked even when the item it belongs to moves down due to the item sorting. If anyone has insights on this issue & sees what I am overlooking, please let me know!

    I have added a video to show what I mean: https://www.loom.com/share/3930db8c89094bb383bd285584e2c583?sid=98a4fdd8-5d33-4e1c-ae66-28358d4117d8

    The overall setup is complex as it is an expandable list with expandable items, but I had the same issue before I added the expansion. Also please ignore/forgive the complexity of my app atm - the next item on my list is to change the parts that should be components to components - it is intimidating to take that step though...
  • dfeinberg5-1347620508807594005

    Danny

    5

    1 year ago

    Having trouble viewing pages in the editor with nested paths set up
    Hi! Hoping someone can help guide me in the right direction. I'm creating a single page app with a nested structure like /path/:path_id/subpath/:subpath_id. I can use logic to show the correct pages according to the path and params. However, I'm having trouble with viewing the pages in the editor when there is no subpath. To be clear, it works fine in the preview with actual data.

    For example, if I have something like /teams/123/projects/456 using the test params I see my project detail page in the editor.

    However, if I just want to view the teams and have /teams/123 where the subpath and :subpath_id are meant to be null, I don't see anything in the editor because it doesn't match my page.

    Is this because there's actually no option to set a path param to null? I can only leave it blank or add a string. Does anyone know if there's a workaround because otherwise I can't view my page in the editor without removing the params and re-adding them any time I need to edit something.

    Thanks for your help!!
  • .kittiphum-1347573422737068032

    Kittiphum

    6

    1 year ago

    HTML Block Component doesn't inherit styles
    I am using the HTML Block Component to display Rich Text. I want to change the font but it doesn't inherit the styles
  • lucasandraderocha_05565-1347546782472601703

    Lucas

    3

    1 year ago

    Issue When Cloning a Project in Toddle: How to Recover Lost Images?
    Hello, everyone! How are you?

    I developed a landing page and uploaded some images directly to Toddle. The problem arose when I cloned the project to another location, and the images didn’t transfer. To make things worse, I deleted the original project.

    Is there any way to recover these images? How can I prevent this issue in the future? Is the only solution to upload the images again?

    I appreciate any help!