Support

Account

Home Forums General Issues How to get values from another post/field

Unread

How to get values from another post/field

  • Hi all,

    I have a small problem.

    I have 2 group field: Field A and Field B. First, user need to create a post A. post A using group field A. In group field A, user need to assign user list (field designation_user). I used designation_user type as User.
    Then, user need to create a post B that assign to post A using post ID. In post B, user need to choose list user that have been choose from post A. post B i used a repeater field.
    How can I retrieve the data from post A to post B?

    Post B:

    acf_form (array(
    				            'field_groups' => array(375), // Same ID(s) used before
    				            'form' => true,
    				            'return' => '%post_url%',
    				            'submit_value' => 'Save Changes',
    				            'post_title' => false,
    				            'post_content' => false,
    				        ));		
    
Viewing 1 post (of 1 total)

The topic ‘How to get values from another post/field’ is closed to new replies.