How to Create a Form with a Dynamic Repeater in WordPress | JetEngine + JetFormBuilder

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 24

  • @Tom-l9h
    @Tom-l9h 7 หลายเดือนก่อน +4

    When will there be nested repeaters (feature request is like 2+ years open already)?

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน +1

      I think you can achieve the same result but in another way :)
      with the query builder you'll need to create a repeater query crocoblock.com/knowledge-base/jetengine/jetengine-how-to-set-repeater-query-type/
      and then create a listing based on the query builder source - prnt.sc/3o2Mnb-6fQ9k
      and then insert the listing into the listing
      it should do this work :)

    • @HappyHappy_1314
      @HappyHappy_1314 7 หลายเดือนก่อน

      Excellent video sharing! But I’m but confused what is the difference between using dynamic field pulled from source like term/taxonomy, meta field data between using Dynamic repeater pull out data?

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน +1

      as you mentioned, the dynamic field widget shows the data from meta field, term, etc, while the dynamic repeater from the repeater field type
      repeater fields is one of the meta fields inside Custom Post Type - I hope this guide will share a light on it crocoblock.com/blog/wordpress-repeater-fields-explained/

  • @OfficialEasycart-zc2xk
    @OfficialEasycart-zc2xk 7 หลายเดือนก่อน +1

    Nice tutorial. Can you make a tutorial on how to customise Jetformbuilder form submit success message or failed message in a customised way by displaying it in a popup with a close button

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน +1

      thank you :)
      well, unfortunately, it can't be done as for now
      I will add it to the feature request list so it can be done in the future :)

    • @muskan-toons
      @muskan-toons 7 หลายเดือนก่อน

      @@Crocoblock We are waiting for this feature, Dear Crocoblock

  • @ElhattabAilesi-y8q
    @ElhattabAilesi-y8q 2 หลายเดือนก่อน

    When we want to update the repeater from front end via form and click on CLOSE button for any repeater option to delete it from repeater values all previous fields of repeater reset to default value.

    • @Crocoblock
      @Crocoblock  2 หลายเดือนก่อน

      well, unfortunately it's indeed happen
      at the same time, we know about this issue and currently working on its improvement
      thanks for sticking us to it :)

  • @igolovin87
    @igolovin87 7 หลายเดือนก่อน +3

    Improve the functionality for displaying custom JetEngine post types instead of repeaters. It is much more convenient to add certain parameters through a custom post type, as opposed to a repeater.
    For example, I can create a list of services through a custom post type and display them in a JetFormBuilder form so that the client can select or view any service from my list.
    All this works now, but the functionality looks abandoned. For example, I have difficulty conveying information about the selected post type in a letter.

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน

      do you mean you have difficulties displaying the data from repeaters in the email?

  • @detailscloud8527
    @detailscloud8527 3 หลายเดือนก่อน

    How to use meta fields of repeater for smart filters?

    • @Crocoblock
      @Crocoblock  3 หลายเดือนก่อน +1

      Here’s a general example of using a Repeater field with subfields like Country and Town:
      First, I set up a Repeater field with text fields for Country and Town. Screenshot: prnt.sc/vbQWCJus_gg_
      I enabled the "Save as separate fields" option, which allows each subfield in the Repeater to be treated like a regular field for filtering and querying.
      After making sure the toggle was active, I resaved the posts with Repeater fields to ensure the values are properly stored in the database. Screenshot: prnt.sc/tHJSI1gT6yWe
      Then, I created a filter for searching by the Repeater subfields Country and Town. When stored separately, the subfield names are formatted as: repeater-name_sub-field-name.
      To use these subfields in filters, make sure to follow that name format. Screenshot: prnt.sc/cRefwgdekKxG
      Here’s the final result:
      prnt.sc/xc-TR05Daxoq
      prnt.sc/cRc-0GbGNBWh

    • @detailscloud8527
      @detailscloud8527 3 หลายเดือนก่อน

      @@Crocoblock You are awesome, you have turned technology into a playground of solutions, thank you!

    • @Crocoblock
      @Crocoblock  3 หลายเดือนก่อน

      Thank you for your kind words!

  • @MsilikaleMsilanga
    @MsilikaleMsilanga 5 หลายเดือนก่อน

    Great Video, the only issue for me has been how to display and customise the repeater field data. The option which have been created by Crocoblock has been difficult for me to customise on my likings. I gave up. Let me know if someone has a solution 🙏🏾

    • @Crocoblock
      @Crocoblock  5 หลายเดือนก่อน

      how exactly do you do it?
      maybe the listing for repeater fields will help you?
      when create a new listing, you need to choose the repeater source prnt.sc/KaD3M40gcf6z

  • @ShivShankar-hs8cv
    @ShivShankar-hs8cv 7 หลายเดือนก่อน

    Can we make a filter on that repeater values

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน

      as for right now, it's a feature request :)
      I'll share it with the team!

  • @williamvo2402
    @williamvo2402 6 หลายเดือนก่อน

    Có thể build bằng elementor pro không?

  • @EliasRise
    @EliasRise 7 หลายเดือนก่อน +1

    More than thirteen of your recent videos deal in one way or another with Form. Don't you think you might do something else? And "Related Posts in Listing Grid" doesn't count because you've done something similar before. What about displaying Repeater inside Repeater... so-called Nested Repeaters. Ooooo I forgot you don't support this option even though there has been a request for it for over five years! And it exists in ACF, Meta Box and more

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน

      Hi! :)
      what about the nested repeaters, you can achieve it with the Query Builder functionality crocoblock.com/plugins/jetengine/query-builder/
      just create a query for the repeater crocoblock.com/knowledge-base/jetengine/jetengine-how-to-set-repeater-query-type/
      and then the listing based on this query - prnt.sc/3o2Mnb-6fQ9k
      then you'll need to insert the listing grid widget to the listing of the other repeater group and then you'll get the nested repeater :)
      As for the issue with Related Posts in Listing Grid - am I right to say that you haven't succeeded with it? If so, kindly proceed to our support team crocoblock.com/help-center/ and we'll guide you to help to achieve the needed result :)
      What about our videos, I can assure you that we choose the relevant topic according to our community requests :)

    • @EliasRise
      @EliasRise 7 หลายเดือนก่อน +1

      @@Crocoblock Ok, so if this functionality exists (and I assure you that many are not aware of it), you should make a video tutorial on it and not send users to some page that answers this topic in a highly complex way: "How to Set Repeater Query Type." You should invest a little in keywords and write "Nested Repeaters" or "Repeater inside Repeater" because that's what users seek. You have chosen to send users through hoops to do something very simple as Nested Repeaters. Have you seen how simple it is in ACF and similar? It is managed from within the choice of the Field Groups. Do you really want to help and answer your users? Do a video tutorial on Nested Repeaters (and call it that name) and for the love of god! Demonstrate it on Gutenberg or bricks builder, not the dead horse elementor. Thanks

    • @Crocoblock
      @Crocoblock  7 หลายเดือนก่อน +1

      I'll pass it to the team!
      thanks for your feedback :)