Meta Box
Support Forum
Support › MB Views › Get info and display in a popup.Resolved
Hi, guys.
I already display the fields in the frontend with each permalink button. Can you guide me how can I display custom fields data in the popup when clicking on the specific button/permalink?
Thank you.
Hi Kirb,
When displaying the post data and custom fields, you can store the post data in the HTML attributes then use that data with JavaScript (popup). Get more details on this documentation https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes
and refer to this topic https://stackoverflow.com/questions/37859318/post-data-attributes-on-click-using-ajax
Thanks, Long.