As we already know, integration between CCTs and Bricks is limited. But, we can accomplish a lot working with both.
So, I’ve managed to make Bricks’ PopUps work with CCTs (Edit CCT items in listing grids through a popup) but, it is giving me an error after submiting the edit form.
…/wp-json/bricks/v1/load_popup_content/?status=success
{
“code”: “rest_no_route”,
“message”: “No route was found matching the URL and request method.”,
“data”: {
“status”: 404
}
}
If someone can help me with that, I’ll appreciate.
thank you for the video. If I see correctly, the data is actually updated, right? It just throw this error on submit?
Do you have a link, where I could test this, or even better, can you send temporary login credentials to your test/staging website and a link to this topic to help@bricksbuilder.io using the email address you used during the purchase, so we can take a look?
JetEngine CCT, with a simple text meta field with Single Page turned on
JetEngine Listing item, with a simple Bricks button with an interaction to a Popup
Bricks Popup, with a JetForm inside of it
JetFormBuilder, 2x Hidden Fields which get the CCT’s ID and Single P. ID; 2x Text fields just to confirm that the correct values are populated; Preset function enabled; Form Actions to Update CCT
Page with a Listing Grid calling the Listing Template from that CCT
OBS.: For this part, “JetEngine CCT, with a simple text meta field with Single Page turned on”, you need to create a CPT and map it to the CCT Single Page function (inside its configuration tab).
It would be best, if you can clone your website, and make it available online because there are far too many different configurations and the JetFormBuilder plugin is involved, so it would be best if I can check directly on your website. I’ve tested locally, but my setup is probably a bit different, so I would need to check yours.
It might even happen, that the issue is with JetFormBuilder form, as I can’t replicate the issue with popup + Bricks form element.
Please let me know, if you will set up the page, so I will be able to investigate better.
thank you for all the information. As far as I see, they already figured out that it’s an incompatibility between JetFormBuilder, inside popup.
As it looks that they will address it, I think it’s best to wait.
Meanwhile, I’ll mark this topic as no bug, as it’s not a Bricks bug.