Hi!
While you are waiting for an answer, I will help you in any way I can…
On the field settings page, you can see the id of the group you created in the browser line like: post=34097&action=edit
<?php
$cfs_id = 34097;
$cfs_info = get_post_meta( $cfs_id , 'cfs_fields', true );
var_dump( $cfs_info );
?>
Hope this helps you!
-
This reply was modified 3 years, 11 months ago by iwebdealer.