Support

Account

Home Forums Backend Issues (wp-admin) Checkbox options pulled from values of other fields Reply To: Checkbox options pulled from values of other fields

  • I know this is an older question an the OPer has probably moved on, so this for anyone else looking for similar information.

    The page indicated can be used for populating checkbox choices or radio field choices as well as select choices. You need to use the post ID of the page where you have the choices loaded that you want to use when getting the values from the other location. $value = get_field('field_name', $post_id);