Thank you, Tobi, you're doing an amazing job. At the beginning of the video, you mention that the page doesn't need to reload and no code needs to be touched. However, I noticed that we still need to install an extra plugin, which seems to be an essential part of the overall code. Thank you again, keep up the great work, and please make more videos!
Wow, Tobi, the way you teach is amazing. I never imagined something like this could be done without code. You exceeded my expectations. Thank you so much!❤
This is exactly what I have been looking for with Crocoblock/Jet Engine/JetFormBuilder! Thank you so much for the break down. I am building a hotel management platform where we put in work orders, tasks, etc and being able to use this to pull in information dynamically like this for example if a work order is for a room I would have a select field called area and then a select field called room and then based on the room I would have a select field called issue and it all populates dynamically. Thank you for this breakdown your videos have been super helpful! :)
Amazing tutorial, thank you! I have a JetFormBuilder with a repeater field for someone to add a guest name and to choose menu choices. I want their choices added to the WooCommerce order. How can this be done? I have trie using a hidden field but I can't get the choices added to the order. Thanks
@@sobhanuddinahmedsafi6676 you're welcome! There is no add-on. It's a default chrome option. You can right click on a tab and select "Add to Group" to do that.
@@tobisalami Yeah it should work. but somehow its not working for me. My bad :/ When you have time please can you make another video of this new addon ? The scenario is. 2 taxonomy 1: Female Gender 2: Male Gender Another select field where i have to return the terms that has been selected for this post on these taxonomies. Radio field 2 with taxonomy (name. taxonomy(name)) Select field to get the choices. its out of request 😊 when you have spare time only. Looking for other techniques with jetform builder and jetengine,
Hello Tobi Salami, Thank you so much for this video. I want to show products based on categories on my form but as like you did "case 2", But I want at first the user will select category and based on the category it will show that categories posts which is associated. Could you please help me with that if you have any guideline please.
I got the solution about it, but it returns max 10 values. In the query, I have 19 posts, but on the front end, it shows only 10 posts. How can I resolve this?
@@tobisalami I could see a problem that is the query is working slowly approximately 25 to 30 seconds it takes to load the data. How can we improve the experience?
When loading data saved in Jet Engine's preset settings, is there a way to adjust the priority issues of the Field updater? Currently, only the first data is displayed for the field that the field updater is focusing on, and it does not display data entered in user metadata.
That's the way it is meant to work. It should get only one item to a field that is not a select or radio field. So, if there is a specific item you need, you need to order the items accordingly so the first item is what you need. Get it?
I've been interested in Jet plugins for its dynamic capabilites. Unfortunately it's builders exclusive so I can't use them on any of the builders I use (Oxygen, Breakdance & Divi)
Yo i tried to do the same with Taxonomies, made 3 different taxonomies for locations. Each have 1 to many relation. Made terms query for each, chose parent objects. Tried to fetch them dynamically with 23|term_id|name where the first number is the id of the query. What am i missing?
Excellent video! I need a simpler solution and I don't know how to do it, can you help me? I need the selection field options to change depending on the value of another field, for example: if field 1 receives the value '1', the selection field only displays the option '1 person', if field 1 receives the value '2', the selection field displays the options '1 person' and '2 people' and so on. In other words, it is a simple form but I would have to change the selection field options according to the value entered in field 1. How can I do this, can you guide me? Thanks.
I am not sure I understand your request. Are you saying that the number of options inside of the select field will increase depending on the number the user enters in the previous field?
@@tobisalami Exactly! I need a selection field to change depending on what was selected in the other field. But it is a simple form and I do not need to search for information saved in the CPTs, the options entered in the selection field will be manual.
Hi tobi, I have 3 weeks working with jetengine, querybuilder, listings and jetformbuilder. I am a javascript developer but wanted something that didn't involve programming. I have watched a lot of jetengine videos and your content is great I think the best available here and by much, about crocoblocks plugins, even the documentation doesn't bring the tips and tricks you explain. I wanted to ask you where did you learn or find out about using the url id of the query, to place it in jetformbuilder? was it from any specific jetengine documentation? Keep that awesome content
Hey! Thank you very much for the commendation. Well, I got the Crocoblock license around 2020 and have been using it everyday since. I learned most things by poking around and finding out what things do. Some things, I learned by trial and error. I'm considering making a full course on using Crocoblock tools.
@@tobisalami Hi Tobi. Thanks for your reply and for sharing how you gained that superb experience with crocoblock. Crocoblock is great and has so many possibilities that are overshadowed by its often confusing documentation and incomplete details of the capabilities of the plugins. So I appreciate your channel and I tell you, I am currently living in Brazil where there are great crocoblock experts (here crocoblock is widely used), but I dare to say that already with your video, about the 25 Must Know features of JetEngine Query Builder, That I have not seen in English, Portuguese or even Spanish here in youtube at least, that much advanced knowledge of JetEngine as you show us in your channel. Finally, if you decide to do a crocoblock course, I will be one of the first to buy it :). Crocoblocks is amazing and that you teach us with all your experience, the infinite possibilities to make dynamic sites without writing code, that the plugin brings, would be great. Thanks again for such excellent content.
@@JMOY19902 I appreciate your feedback concerning my videos. Day-to-day, I work as a developer using these tools, and because I am not paid to make these videos on my channel, I cannot devote a lot of time into doing it at the moment. Making a JetEngine course would also take a lot of time. If I had some paid time off my regular work to make a course, it would definitely be about using Crocoblock. Time will tell what happens. In the meantime, I will continue to release 1 video per week on this channel.
@@tobisalami Thank you for your reply Tobi and I completely understand. I struggled for a year and a half with my basic javascript course and could not complete it. It is very difficult in the midst of daily tasks to take time for something so complex in terms of gather and organize a logic an useful content. I will appreciate very much as all the subscribers of the channel, keep learning then with your weekly videos. I would like to leave you some use cases for possible videos, about things that so far I didn't know how to achieve in jetengine. Sorry to extend a little bit: **Use case 1**: how to place in a cct or cpt listing, a button that calls a more complex function. I had a requirement from a client, in an apartment rental site, which was the following: to place in the listing of a cpt called “apartments for rent”, a button called “calculate index activity” when clicking on that button in the listing should call a third party api to calculate the index of activity of the region of the actual clicked property in the listing and display it in a new div below the actual listing element. I didn't know how, after placing the button in the listing to call a custom function in php or something, to place the necessary code to call the third party api he needed, fetch the data and display it back. **Use case 2**: How to expose the jetengine rest api to specifically create ccts and cpt, not just update them, I think the documentation doesn't show that case or I haven't checked enough. All this to be able to consume the data model created with cct or cpt in wordpress, to fetch an android or iphone application. **Use case 3**: The same as use case number 1, only I don't have an example for it now, but place a button in a listing to combine data from other cpt or cct, ex. calculation, mix of data required, and return in the listing in a div, a specific result. Videos related to those 3 use cases, could you, if you have enough time, consider them in the future. Thank you very much again for the excellent work done on your channel.
@@tobisalami Educational. On my list of places to avoid...On a lighter note....Is there any specific reason you use Jet Engine over the competition? I haven't decided on one yet but with the recent ACF drama, has discouraged me a bit, don't want to get caught in anyone's turf war....
Thank you Tobi. You have a great way of explaining complex topics and making them easy to understand! Awesome work and please keep the videos coming!
You are welcome. And thank you for the commendation.
Wow, this was a tutorial i didnt even know i need. 10/10!
Glad you benefited! Thanks for the feedback. 😊
The way you teach is amazing. I never imagined something like this could be done without code. You exceeded my expectations. Thank you
You're very welcome! Thanks for watching
Master at work! i’ve been using the hierarchical select add-on but with this it opens a whole new door of possibilities. Thanks a lot! 😊
You're very welcome! And thanks for the feedback! 😊
Brother Tobi, you are awesome. The way you are teaching is very effective. Keep it up.
Thank you very much!
Your video made the impossible possible. Thank you so much.
I am glad I could be of help. You are welcome!
Thanks tobi, your tutorial is very import for my, because i need this function!! 🙌🙌✌✌😁😁
You are welcome!
good to see crocoblock , keep up man, thanks
You're welcome!
Thank you, Tobi, you're doing an amazing job. At the beginning of the video, you mention that the page doesn't need to reload and no code needs to be touched. However, I noticed that we still need to install an extra plugin, which seems to be an essential part of the overall code.
Thank you again, keep up the great work, and please make more videos!
@@Art-01 thank you for the commendation! And yes, we installed a plugin. No-code just means that we won't code
Wow, Tobi, the way you teach is amazing. I never imagined something like this could be done without code. You exceeded my expectations. Thank you so much!❤
@@riamahmed7019 you're very welcome. And thank you for the commendation.
You know you’re stuff. So interesting
Thank you plenty!
This is exactly what I have been looking for with Crocoblock/Jet Engine/JetFormBuilder! Thank you so much for the break down. I am building a hotel management platform where we put in work orders, tasks, etc and being able to use this to pull in information dynamically like this for example if a work order is for a room I would have a select field called area and then a select field called room and then based on the room I would have a select field called issue and it all populates dynamically. Thank you for this breakdown your videos have been super helpful! :)
I am glad to have been of help! Thank you for letting me know that! Made my night!
Awesome!!!! Great job!!
@@SiekNetwork thank you for watching!
amazing tutorial brother.. 👌👌
Thank you for watching
This is very difficult tutorial for many... and it will have fewer comments 😁
but
that is what i needed for my one platform
I was requesting you to show the full dashboard tutorial you made for messaging/chat platform. You are also doing a great job.
@@lwifunyomangula good to hear that!
Awesome video - thanks!
@@farhan-app thanks a ton!
Amazing tutorial, thank you! I have a JetFormBuilder with a repeater field for someone to add a guest name and to choose menu choices. I want their choices added to the WooCommerce order. How can this be done? I have trie using a hidden field but I can't get the choices added to the order. Thanks
I've put this down. I'll consider it for a future video
Thank you so much for this! May i know which addon you are using for colorful tabs on your browser?
@@sobhanuddinahmedsafi6676 you're welcome! There is no add-on. It's a default chrome option. You can right click on a tab and select "Add to Group" to do that.
Great tutorial! Is this method applicable to users profile fields as well?
Yes! Same principles apply.
Hi, bro can you make a video how we can set profile builder using jetengine for custom roles in bricksbuilder.
Thanks for the suggestion. I'll write it down and may release a video about it in the future.
Does it works with Jetengine Checkbox field ? as checkbox field return in array format ?
Never tried it, but it should. There is also something called Sub Query that you can use to return an array of items from within an array of items.
@@tobisalami Yeah it should work. but somehow its not working for me. My bad :/
When you have time please can you make another video of this new addon ?
The scenario is. 2 taxonomy
1: Female Gender
2: Male Gender
Another select field where i have to return the terms that has been selected for this post on these taxonomies.
Radio field 2 with taxonomy (name. taxonomy(name))
Select field to get the choices.
its out of request 😊 when you have spare time only. Looking for other techniques with jetform builder and jetengine,
Hello Tobi Salami, Thank you so much for this video. I want to show products based on categories on my form but as like you did "case 2", But I want at first the user will select category and based on the category it will show that categories posts which is associated. Could you please help me with that if you have any guideline please.
I got the solution about it, but it returns max 10 values. In the query, I have 19 posts, but on the front end, it shows only 10 posts. How can I resolve this?
You can add "-1" to the query count. That should get all results.
@@tobisalami I could see a problem that is the query is working slowly approximately 25 to 30 seconds it takes to load the data. How can we improve the experience?
When loading data saved in Jet Engine's preset settings, is there a way to adjust the priority issues of the Field updater? Currently, only the first data is displayed for the field that the field updater is focusing on, and it does not display data entered in user metadata.
That's the way it is meant to work. It should get only one item to a field that is not a select or radio field. So, if there is a specific item you need, you need to order the items accordingly so the first item is what you need. Get it?
I've been interested in Jet plugins for its dynamic capabilites. Unfortunately it's builders exclusive so I can't use them on any of the builders I use (Oxygen, Breakdance & Divi)
I understand. The Crocoblock team are doing an excellent job trying to integrate this with page builders.
In the meantime, BricksBuilder is similar to breakdance, you could branch out.
Yo i tried to do the same with Taxonomies, made 3 different taxonomies for locations. Each have 1 to many relation. Made terms query for each, chose parent objects. Tried to fetch them dynamically with 23|term_id|name where the first number is the id of the query. What am i missing?
Could it be that your query isn't correctly built?
Excellent video! I need a simpler solution and I don't know how to do it, can you help me?
I need the selection field options to change depending on the value of another field, for example: if field 1 receives the value '1', the selection field only displays the option '1 person', if field 1 receives the value '2', the selection field displays the options '1 person' and '2 people' and so on.
In other words, it is a simple form but I would have to change the selection field options according to the value entered in field 1.
How can I do this, can you guide me? Thanks.
I am not sure I understand your request. Are you saying that the number of options inside of the select field will increase depending on the number the user enters in the previous field?
@@tobisalami Exactly! I need a selection field to change depending on what was selected in the other field.
But it is a simple form and I do not need to search for information saved in the CPTs, the options entered in the selection field will be manual.
Hi tobi, I have 3 weeks working with jetengine, querybuilder, listings and jetformbuilder. I am a javascript developer but wanted something that didn't involve programming.
I have watched a lot of jetengine videos and your content is great I think the best available here and by much, about crocoblocks plugins, even the documentation doesn't bring the tips and tricks you explain. I wanted to ask you where did you learn or find out about using the url id of the query, to place it in jetformbuilder? was it from any specific jetengine documentation? Keep that awesome content
Hey! Thank you very much for the commendation.
Well, I got the Crocoblock license around 2020 and have been using it everyday since. I learned most things by poking around and finding out what things do.
Some things, I learned by trial and error.
I'm considering making a full course on using Crocoblock tools.
@@tobisalami Hi Tobi. Thanks for your reply and for sharing how you gained that superb experience with crocoblock. Crocoblock is great and has so many possibilities that are overshadowed by its often confusing documentation and incomplete details of the capabilities of the plugins.
So I appreciate your channel and I tell you, I am currently living in Brazil where there are great crocoblock experts (here crocoblock is widely used), but I dare to say that already with your video, about the 25 Must Know features of JetEngine Query Builder, That I have not seen in English, Portuguese or even Spanish here in youtube at least, that much advanced knowledge of JetEngine as you show us in your channel.
Finally, if you decide to do a crocoblock course, I will be one of the first to buy it :). Crocoblocks is amazing and that you teach us with all your experience, the infinite possibilities to make dynamic sites without writing code, that the plugin brings, would be great.
Thanks again for such excellent content.
@@JMOY19902 I appreciate your feedback concerning my videos. Day-to-day, I work as a developer using these tools, and because I am not paid to make these videos on my channel, I cannot devote a lot of time into doing it at the moment. Making a JetEngine course would also take a lot of time. If I had some paid time off my regular work to make a course, it would definitely be about using Crocoblock.
Time will tell what happens. In the meantime, I will continue to release 1 video per week on this channel.
@@tobisalami Thank you for your reply Tobi and I completely understand. I struggled for a year and a half with my basic javascript course and could not complete it. It is very difficult in the midst of daily tasks to take time for something so complex in terms of gather and organize a logic an useful content.
I will appreciate very much as all the subscribers of the channel, keep learning then with your weekly videos.
I would like to leave you some use cases for possible videos, about things that so far I didn't know how to achieve in jetengine. Sorry to extend a little bit:
**Use case 1**: how to place in a cct or cpt listing, a button that calls a more complex function. I had a requirement from a client, in an apartment rental site, which was the following: to place in the listing of a cpt called “apartments for rent”, a button called “calculate index activity” when clicking on that button in the listing should call a third party api to calculate the index of activity of the region of the actual clicked property in the listing and display it in a new div below the actual listing element. I didn't know how, after placing the button in the listing to call a custom function in php or something, to place the necessary code to call the third party api he needed, fetch the data and display it back.
**Use case 2**: How to expose the jetengine rest api to specifically create ccts and cpt, not just update them, I think the documentation doesn't show that case or I haven't checked enough. All this to be able to consume the data model created with cct or cpt in wordpress, to fetch an android or iphone application.
**Use case 3**: The same as use case number 1, only I don't have an example for it now, but place a button in a listing to combine data from other cpt or cct, ex. calculation, mix of data required, and return in the listing in a div, a specific result.
Videos related to those 3 use cases, could you, if you have enough time, consider them in the future.
Thank you very much again for the excellent work done on your channel.
Liver Removers?
😂😂😂😂
@@tobisalami Educational. On my list of places to avoid...On a lighter note....Is there any specific reason you use Jet Engine over the competition? I haven't decided on one yet but with the recent ACF drama, has discouraged me a bit, don't want to get caught in anyone's turf war....
@@bob-p7x6j I use Jet Engine because it does everything ACF does add more. And I absolutely use ACF too. I have an ACF Pro license too...
You are query builder sifu
I agree! 😂