I am looking for assistance with a challenge I’m facing while using Bricks Builder, JetEngine, and JetEngine Form Builder from Crocoblock. Here are the details of my issue:
- Setup:
o I’m using Bricks Builder with JetEngine and JetEngine Form Builder plugins.
o I have created a Custom Post Type (CPT) called “Team” with several records.
o I’ve set up a frontend form using JetEngine Form Builder to edit these records. - Current Functionality:
o The form works correctly when placed on a regular page.
o On another page, I’ve used a Query Loop to display CPT items.
o Each item in the loop has a button that opens the edit form page using a URL parameter:_post_id={post_id}
. This is a query variable for JetForm Builder.
o This setup correctly loads and allows editing of the record data on the edit page. - Issue:
o I’m trying to use a popup instead of a separate edit page.
o The popup includes the form for editing records.
o However, the form in the popup is not populating with the record data.
o I’ve tried various methods to pass URL parameters to the popup but have not succeeded.
Request: Could you please guide me on how to properly pass URL parameters to a popup and ensure that the form within the popup is populated with the correct record data?