Hi there,
To fetch the single metabox value I use get_post_meta
function and I can update the single metabox value using update_post_meta
function. For the clone-able fields, I use rwmb_meta
function to retrieve the values in an associative array.
However, I need help with to add clone-able fields values from frontend side. Please, can you give me a hand?
Thanks