Support

Account

Home Forums Add-ons Flexible Content Field Update number field by adding new CPT action Reply To: Update number field by adding new CPT action

  • In your first example you are attempting to get fields from 2 different posts without providing the post ID to ACF.

    In the second example you need to add

    
    global $post;
    

    for your post loop to work.