🚀 Join my Membership for Pro Templates, Mini NoCode Tools, AI Coding & Office Hours 😃 nocodeprocode.com
@marianamoment44232 ай бұрын
Amazing, Thanks
@NoCodeProCode2 ай бұрын
🙏💛
@thekyser8 ай бұрын
I can't wait to watch this video!
@NoCodeProCode8 ай бұрын
🎉🎉🎉🎉
@justindouglas36598 ай бұрын
Love the videos that you do on wiz. Can i recommend you do vids where we can see the whole screen because i couldn't see somethings since you were in the way no offense.
@NoCodeProCode8 ай бұрын
😅 - Of course
@khoile44778 ай бұрын
Great breakdown
@NoCodeProCode8 ай бұрын
Thank you so much 🙏💛
@timholt68027 ай бұрын
Great videos that you produce that really help. One thing regarding the form submission, I have all this working great and on mine it reloads the page after form submission but how can I delay the page load within Wized as a condition to allow the success or failure message to be displayed longer? At the moment the success or error messages display but the page re loads to quick to really see them properly? Is there a conditional that can be used on navigate to page to wait for say 3 seconds?
@NoCodeProCode7 ай бұрын
Yes - you can wrap the redirect function as window.location.href = “example.com” in a “Set Timeout” using JavaScript to show have a delay of 3 sec ;-)
@timholt68027 ай бұрын
@@NoCodeProCode I tried that using - setTimeout(function() { window.location.href = '/account/profile'; // Redirect to the profile page }, 3000); as a run function after the the sending form request finishes, but it doesn't seem to work at all? Could you tell me what I'm doing wrong please?
@NoCodeProCode7 ай бұрын
@@timholt6802 Yes - probably cuz your Form Success, or the Request Triggered at Submission is already Triggering something else, just trough all your actions and untangle it step by step ;-)
@design4donuts-zi4zl8 ай бұрын
How does it sync to webflow for example will it sync on the front end if I change data on xano for data that should appear?
@NoCodeProCode8 ай бұрын
This is just a single sided Form submission - that form is just going out, but nothing is coming in yet - there will be another video on how to populate forms with external content too ;-)
@design4donuts-zi4zl8 ай бұрын
@@NoCodeProCode awesome cant wait :)
@NoCodeProCode8 ай бұрын
@@design4donuts-zi4zl Thanks 🙏
@rarktech8307 ай бұрын
@@NoCodeProCodecan't wait for that🎉
@NoCodeProCode7 ай бұрын
@@rarktech830 🙏💛
@JustCcRachel8 ай бұрын
This was really helpful. I recently saw a video on the Wized channel about StudioForm - have you used their forms?
@NoCodeProCode8 ай бұрын
Yes I have - and I love them, but I’m a fan of adding as less foreign code as you can - cuz those things are slowing your mobile page down and usually if you have a specific use case it makes more sense adding a bit of code to solve a specific issue - rather then loading a library for 50 issues but only using 1 feature ;-)
@JustCcRachel8 ай бұрын
@@NoCodeProCode that's interesting. As a preferred no-coder, the ease of StudioForm is its appeal.
@NoCodeProCode8 ай бұрын
@@JustCcRachel Now as intriguing those libraries can look, the big downside of using those Low Code Libraries like Finsweet Attributes or StudioForm is that they get 80% of the job done, but the last 20% are always the most crucial, and they didn’t think about what you try to do sometimes, and adding this additional 20% functionality that the developer did not expect you to need can be a pain sometimes…(Since they may interfere with their core functionality) This is why I would prefer to invest a little bit of more time to write more minimal code with ChatGPT that only does the thing I need it to do - and that I thereby know inside / out and can fix myself, even with my AI friend if needed ;-)
@JustCcRachel8 ай бұрын
@@NoCodeProCode I guess getting more friendly with ChatGPT is a way forward ;)
@NoCodeProCode8 ай бұрын
@@JustCcRachel Yes - with ChatGPT you can build your own library in minutes 😃
@ibuxrs5947 ай бұрын
Is there a reason you're not using the Wized app inside Webflow?