$first_name = Array ( [0] => sgfrafes [1] => srefwsarew [2] => awerses )
$post_id = 1701;
{- “$first_name” & “$post_id” are loading dynamically -}
update_field(‘field_6245a46926bb0’, $first_name, $post_id);
Getting fields data from form submission & now want to store it in custom post type.
But upper function doesn’t works. Please help me it is bit urgent. Field Key got from post-edit page by inspecting.