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.
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
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
@@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.
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
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
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.
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.
Great Video again! The only one youtuber where i learn something new on every single video!
Thank you so much.
Best greetz
David
You're welcome, David. I hope I can keep creating more quality content.
Hi Dav, Thank you for great bricks videos , please is it possible to update the CCT using bricks forge ?
Evergreen content. Thank you
You're welcome 🙏
This was great, Dave. Very good to see that all of these are now possible. I'll explore it some more! Welldone!
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.
Great tutorial!
Thank you!!!
Thank you and Well done David, bricksforge 3.0 solve it now
Yeah, v3.0 solves a lot of our problems.
Amazing video as usual! Are you going to show how to allow users to edit their submissions in future videos?
I did one previously, but I'll do an updated one later.
Check it out here: ruclips.net/video/B8vlaboAtl0/видео.htmlsi=T1z2Ds_oWX7bypMe
Great tutorial! I would like to learn how to make a restaurant menu card with ACPT (or ACF) and BricksForge.
Thanks! Okay, I'll look into that. Do you have an example of the features you're looking for?
Which Customs Fields plugin should I use next with Bricksforge?
Jetengine of course.
@@web-atelier, I'll look into that next!
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.
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.
@@daveden2 Thanks for the update... hope this gets fixed soon...
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
Yeah, v3.0 is awesome! I'll look into some form layout designs soon.
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
@@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.
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
@@peteharrison3241 Good point.
Is it possible that the option element was not placed as a nested element inside the select element?
Awesome!
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
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.
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.
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.