Frontend Post Submission form using Bricksforge Pro Forms

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

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

  • @frencharme-media
    @frencharme-media 12 дней назад +1

    Great Video again! The only one youtuber where i learn something new on every single video!
    Thank you so much.
    Best greetz
    David

    • @daveden2
      @daveden2  12 дней назад

      You're welcome, David. I hope I can keep creating more quality content.

  • @Nass3R
    @Nass3R 11 часов назад +1

    Hi Dav, Thank you for great bricks videos , please is it possible to update the CCT using bricks forge ?

  • @JoyHints
    @JoyHints 18 дней назад +1

    Evergreen content. Thank you

    • @daveden2
      @daveden2  18 дней назад

      You're welcome 🙏

  • @tobisalami
    @tobisalami 26 дней назад +1

    This was great, Dave. Very good to see that all of these are now possible. I'll explore it some more! Welldone!

    • @daveden2
      @daveden2  26 дней назад

      Thanks! Yeah, I can't wait for the final release of v3.0. Maybe you can do some im-depth tests with JetEngine as well.

  • @BrendanOConnellWP
    @BrendanOConnellWP 26 дней назад +1

    Great tutorial!

  • @amrfarrouh
    @amrfarrouh 26 дней назад

    Thank you and Well done David, bricksforge 3.0 solve it now

    • @daveden2
      @daveden2  26 дней назад +1

      Yeah, v3.0 solves a lot of our problems.

  • @fabiamc
    @fabiamc 22 дня назад +1

    Amazing video as usual! Are you going to show how to allow users to edit their submissions in future videos?

    • @daveden2
      @daveden2  22 дня назад

      I did one previously, but I'll do an updated one later.
      Check it out here: ruclips.net/video/B8vlaboAtl0/видео.htmlsi=T1z2Ds_oWX7bypMe

  • @massappeal6885
    @massappeal6885 23 дня назад +1

    Great tutorial! I would like to learn how to make a restaurant menu card with ACPT (or ACF) and BricksForge.

    • @daveden2
      @daveden2  23 дня назад +1

      Thanks! Okay, I'll look into that. Do you have an example of the features you're looking for?

  • @daveden2
    @daveden2  26 дней назад

    Which Customs Fields plugin should I use next with Bricksforge?

    • @web-atelier
      @web-atelier 26 дней назад +2

      Jetengine of course.

    • @daveden2
      @daveden2  26 дней назад +2

      ​@@web-atelier, I'll look into that next!

  • @barlethamzai
    @barlethamzai 26 дней назад +1

    Great tutorial Daveden... 👍🏻
    I have done this in one of my project but there was an issue on editing gallery images.
    I hope we can edit /change gallery images from front-end on version 3.

    • @daveden2
      @daveden2  26 дней назад +1

      I am also experiencing a minor bug with the Pro Forms and ACF Gallery in the 3.0 beta, which I have reported on the forum.

    • @barlethamzai
      @barlethamzai 26 дней назад

      @@daveden2 Thanks for the update... hope this gets fixed soon...

  • @peteharrison3241
    @peteharrison3241 26 дней назад +1

    Great video David, looks like Bricksforge V3 have come along way with this version.
    The only thing I would say is to next do some proper form layout customisation, they look a bit clunky all the fields being 100% wide, I hope they have put as much thought into the design as they seem to have in the technical structure of the form

    • @daveden2
      @daveden2  26 дней назад

      Yeah, v3.0 is awesome! I'll look into some form layout designs soon.

    • @peteharrison3241
      @peteharrison3241 26 дней назад

      Look forward to it. I just downloaded V3 and am having trouble with showing related custom posts via a select element, it doesn't seem to generate valid html with the outside the Select

    • @daveden2
      @daveden2  26 дней назад

      ​@@peteharrison3241 are you trying to show only the related posts to a specific post in the select field? First, you need to get the ID of the post you want, then you could either:
      1. Set the populate option to nestable and use the query loop on the nested option element, or
      2. Use the dynamic data populate option.
      Please feel free to share your specific requirements via email and I'd be happy to take a closer look.

    • @peteharrison3241
      @peteharrison3241 26 дней назад

      No I'm showing all the posts from the related cpt. I want the user to be able to select multiple selections. I have far too many entries to use check boxes like you did

    • @daveden2
      @daveden2  26 дней назад

      @@peteharrison3241 Good point.
      Is it possible that the option element was not placed as a nested element inside the select element?

  • @michailgiannopoulos5274
    @michailgiannopoulos5274 26 дней назад

    Awesome!

  • @peteharrison3241
    @peteharrison3241 7 дней назад

    Have you tried to deal with Repeater fields that have more than one field within it e.g. Ingredient and Amount as separate fields. I wonder how to address these additional fields

    • @daveden2
      @daveden2  7 дней назад

      I'll test it out and see. I remember having an issue when I tried with a text and image. But I haven't tried with 2 text fields yet.

  • @peteharrison3241
    @peteharrison3241 7 дней назад

    e thing I noticed that with group fields you say use the group name then underscore the field name. I wonder if there would be an error if the group name was for example group_timings so when you add the field name it becomes group_timings_prep_time I hope Daniel has thought of this as it seem to me the underscore it too commonly used elsewhere.

    • @daveden2
      @daveden2  7 дней назад

      Yes, it works. I used it when showing the nutritional facts ACF field. This is how ACF stores group fields: 'group name'_'field name'. It is not specific to Bricksforge.