Creating a Contact Form with Kadence Blocks

Sdílet
Vložit
  • čas přidán 30. 07. 2024
  • Walk-through and review of the Kadence Form Block.
    Text version available at WebTNG.com: www.webtng.com/creating-a-con...
    Visit the Kadence WP website: www.webtng.com/go/kadence/
    (affiliate link)
    I'm now using the Fluent SMTP plugin. It is free, has broad support, and logging: wordpress.org/plugins/fluent-...
  • Jak na to + styl

Komentáře • 34

  • @cd38plus
    @cd38plus Před 3 lety +1

    Thank You for tutorial:) I just love your calming voice!

  • @daviddavis670
    @daviddavis670 Před 3 lety +2

    Thank you for making Kadence information. I really like the product and appreciate learning how it works.

    • @DavidMcCan
      @DavidMcCan  Před 3 lety +1

      You are welcome. Thank you for taking the time to post a positive comment.

  • @wendtkuhnfromjordanwood6325

    Very helpful and delivered very clearly. Thanks!

  • @DAvery-cu6zi
    @DAvery-cu6zi Před 3 lety +1

    Really helpful video, thanks for posting it!

  • @jacek1366
    @jacek1366 Před 3 lety +1

    Thanks it was very useful!

  • @GardeniaLimo
    @GardeniaLimo Před 3 lety +1

    V. good tutorial, thank you

  • @jamesmarsh4047
    @jamesmarsh4047 Před 2 lety +1

    thanks david

  • @thejoshr
    @thejoshr Před 2 lety

    thanks David, very useful! what are the export capabilities of the database entry pro feature? i can't find that information anywhere. many thanks again!

    • @DavidMcCan
      @DavidMcCan  Před 2 lety

      There is an option to export to CSV.

  • @pushfully2966
    @pushfully2966 Před 2 lety

    Hi David. One question. You mentioned in your blog that you're using Fluent forms. Just wondering why. Is there any advantage to that over the native kadence form?

    • @DavidMcCan
      @DavidMcCan  Před 2 lety

      I use it for newsletter signup. It has integrations with the platforms I use. I've also used it for creating questionnaires / surveys. If you just need basic forms the Kadence form option is nice because you don't have to install an extra plugin.

  • @realphil2685
    @realphil2685 Před 3 lety +1

    Thanks heaps mate!..... id hug you if u were infront of me right now hahahah

  • @pahtashow
    @pahtashow Před 2 lety +1

    It was a plasure to watch and learn from your kadance form video. It is the best (simple) form on the Net. But I am confused when you start explaining about WP Mail SMTP Plugin and not showing how to use it with kadance form. There is a setting that I need to change in kadance form to make WP Mail SMTP Plugin work with kadance form ?

    • @DavidMcCan
      @DavidMcCan  Před 2 lety

      There is nothing you need to do with Kadence as regards the STMP plugin. You just configure your SMTP plugin and test that it works using the test option it provides. It is the default sending mechanism, so there is nothing special you need to do with your Kadence form. By the way, I'm using the FluentSMTP plugin now because it does not have an upsell and it has more features.

  • @jeanparacelse
    @jeanparacelse Před 3 lety

    In the redirect settings, how do I dynamically append one of the form fields value to the redirect url?

    • @DavidMcCan
      @DavidMcCan  Před 3 lety +1

      Good question. I tried putting in a URL like this kadence.local/?test={field_2} or this kadence.local/?test={kb_field_1} but the variable didn't get substituted. I saw in one of the help docs where it had {form_1} as a variable in relation to sending an email, but that idea didn't work for the redirect. You might have to ask support.

  • @Ionabear
    @Ionabear Před 3 lety

    Is there any way to change the text on the button? I hate "Submit". Can we change it to 'Sign Up" or "Join" or something else?

    • @DavidMcCan
      @DavidMcCan  Před 3 lety

      Yes. It might not be obvious, but you can just click on the button and start typing the text you want.

  • @Atakanstinkt
    @Atakanstinkt Před 2 lety

    Is there a way to make the form side by side and not one below the other?

    • @DavidMcCan
      @DavidMcCan  Před 2 lety +1

      There is some control in that you can move the fields up or down, to order them, and you can set the field width, so if you, for example, set two fields to 50% then they will go side by side. However, it doesn't have as much easy control as a dedicated forms plugin.

  • @nakedimontsho913
    @nakedimontsho913 Před 2 lety

    HI, is there a way on the form setting where i can be able to prevent multiple or duplicate form entries, i want user to submit form once but not twice

    • @DavidMcCan
      @DavidMcCan  Před 2 lety

      I haven't seen anything along those lines. You might need to ask support.

    • @mrnargil
      @mrnargil Před 2 lety

      You should hide your form after success message. Create a custom HTML block under your form with this code:
      document.addEventListener("DOMNodeInserted", function ck(){ if (document.querySelector(".kadence-blocks-form-message.kadence-blocks-form-success")) {
      document.querySelector(".kb-form").style.display = "none";
      }})

    • @DavidMcCan
      @DavidMcCan  Před 2 lety +1

      @@mrnargil - Thank you for sharing the code snippet. Very helpful.

  • @andy9435
    @andy9435 Před 3 lety

    Can you not style the forms like you can in Thrive Architect or Elementor?

    • @Elementor360
      @Elementor360 Před 3 lety

      There are quite a few styling options. Was there something in particular?

  • @TopGamesEntertainment
    @TopGamesEntertainment Před 2 lety

    Thx David .. can I link it with Google sheets ?

    • @DavidMcCan
      @DavidMcCan  Před 2 lety

      Doesn't look like it. The options are email, redirect, auto respond email, database entry, Mailerlite, FluentCRM, SendInBlue, MailChimp, and WebHook. Perhaps if you could create a webhook.