Support

Account

Home Forums Backend Issues (wp-admin) Validate one field against another Reply To: Validate one field against another

  • To be sure to have the good reference, it’s possible to get it with this :
    $acf_ref = get_post_meta( $post_id, '_my_field_name', true );

    And then use $_POST[‘acf’][$acf_ref] to have the posted value.