Learn Form Submissions in Wized in 30 min.

Поделиться
HTML-код
  • Опубликовано: 23 май 2024
  • #lowcode #nocode #webflow #wized #saas #webflowtutorial #framer #webflowcms #nocodedevelopment #bubbleio
    Thanks for watching 🙏💛

Комментарии • 25

  • @NoCodeProCode
    @NoCodeProCode  День назад +1

    🚀 Join my Membership for Pro Templates, Mini NoCode Tools, AI Coding & Office Hours 😃
    nocodeprocode.com

  • @justindouglas3659
    @justindouglas3659 2 месяца назад +3

    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.

  • @thekyser
    @thekyser 2 месяца назад +1

    I can't wait to watch this video!

  • @khoile4477
    @khoile4477 2 месяца назад +1

    Great breakdown

  • @timholt6802
    @timholt6802 Месяц назад +1

    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?

    • @NoCodeProCode
      @NoCodeProCode  Месяц назад +2

      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 ;-)

    • @timholt6802
      @timholt6802 Месяц назад +1

      @@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?

    • @NoCodeProCode
      @NoCodeProCode  Месяц назад +2

      @@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 ;-)

  • @RachelReimagines
    @RachelReimagines 2 месяца назад +1

    This was really helpful. I recently saw a video on the Wized channel about StudioForm - have you used their forms?

    • @NoCodeProCode
      @NoCodeProCode  2 месяца назад

      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 ;-)

    • @RachelReimagines
      @RachelReimagines 2 месяца назад +1

      @@NoCodeProCode that's interesting. As a preferred no-coder, the ease of StudioForm is its appeal.

    • @NoCodeProCode
      @NoCodeProCode  2 месяца назад

      @@RachelReimagines 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 ;-)

    • @RachelReimagines
      @RachelReimagines 2 месяца назад +1

      ​@@NoCodeProCode I guess getting more friendly with ChatGPT is a way forward ;)

    • @NoCodeProCode
      @NoCodeProCode  2 месяца назад +1

      @@RachelReimagines Yes - with ChatGPT you can build your own library in minutes 😃

  • @design4donuts-zi4zl
    @design4donuts-zi4zl 2 месяца назад +1

    ​​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?

    • @NoCodeProCode
      @NoCodeProCode  2 месяца назад +2

      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-zi4zl
      @design4donuts-zi4zl 2 месяца назад +1

      @@NoCodeProCode awesome cant wait :)

    • @NoCodeProCode
      @NoCodeProCode  2 месяца назад +1

      @@design4donuts-zi4zl Thanks 🙏

    • @rarktech830
      @rarktech830 Месяц назад +1

      ​@@NoCodeProCodecan't wait for that🎉

    • @NoCodeProCode
      @NoCodeProCode  Месяц назад +1

      @@rarktech830 🙏💛

  • @ibuxrs594
    @ibuxrs594 Месяц назад +1

    Is there a reason you're not using the Wized app inside Webflow?