Hi to all,
is there any way to pass a url to the popup via brickOpenPopup javascript method?
I have created a table with a list of custom post type and I need to make it so that clicking on the edit icon opens the popup with the populated cpt data.
the fields and the cpt are created with metabox and i should pass the id of the cpt to popup with the url ?rwmb_frontend_field_post_id=xxx,
in the documentation i couldn’t find anything like that, anyone know how to solve it?
I just did something similar, I needed to pass an ACF field as part of a query string in a URL what I did that worked was: {post_title}/?price={acf_price}, and that worked for me