Creating a Contact Form with Kadence Blocks

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Walk-through and review of the Kadence Form Block.
    Text version available at WebTNG.com: www.webtng.com...
    Visit the Kadence WP website: www.webtng.com...
    (affiliate link)
    I'm now using the Fluent SMTP plugin. It is free, has broad support, and logging: wordpress.org/...

КОМЕНТАРІ • 35

  • @W.M-g5d
    @W.M-g5d 23 дні тому

    Your video is thorough and to the point. I was able to create a contact page by following along. Thanks!

  • @daviddavis670
    @daviddavis670 4 роки тому +2

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

    • @DavidMcCan
      @DavidMcCan  4 роки тому +1

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

  • @cd38plus
    @cd38plus 3 роки тому +1

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

  • @DAvery-cu6zi
    @DAvery-cu6zi 3 роки тому +1

    Really helpful video, thanks for posting it!

  • @wendtkuhnfromjordanwood6325
    @wendtkuhnfromjordanwood6325 3 роки тому +1

    Very helpful and delivered very clearly. Thanks!

  • @jacek1366
    @jacek1366 3 роки тому +1

    Thanks it was very useful!

  • @GardeniaLimo
    @GardeniaLimo 3 роки тому +1

    V. good tutorial, thank you

  • @jamesmarsh4047
    @jamesmarsh4047 2 роки тому +1

    thanks david

  • @realphil2685
    @realphil2685 4 роки тому +1

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

  • @pahtashow
    @pahtashow 2 роки тому +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  2 роки тому

      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.

  • @thejoshr
    @thejoshr 2 роки тому

    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  2 роки тому

      There is an option to export to CSV.

  • @pushfully2966
    @pushfully2966 2 роки тому

    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  2 роки тому

      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.

  • @Ionabear
    @Ionabear 3 роки тому

    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  3 роки тому

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

  • @jeanparacelse
    @jeanparacelse 3 роки тому

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

    • @DavidMcCan
      @DavidMcCan  3 роки тому +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.

  • @TopGamesEntertainment
    @TopGamesEntertainment 2 роки тому

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

    • @DavidMcCan
      @DavidMcCan  2 роки тому

      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.

  • @nakedimontsho913
    @nakedimontsho913 2 роки тому

    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  2 роки тому

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

    • @mrnargil
      @mrnargil 2 роки тому

      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  2 роки тому +1

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

  • @Atakanstinkt
    @Atakanstinkt 2 роки тому

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

    • @DavidMcCan
      @DavidMcCan  2 роки тому +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.

  • @andy9435
    @andy9435 3 роки тому

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

    • @Elementor360
      @Elementor360 3 роки тому

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