Current status: Solved. . Done
Show correct box based on page parent
  • Currently page_parent is only updated when the form is reloaded. This seems to be because the acf.data.page_parent is never updated.

    A one liner seems to fix the issue:


    acf.data.page_parent = page_parent;

    in the $('#parent_id').live('change', function(){
    callback.
  • Hi @ jontro,

    Thanks mate.
    I'll add this in.

    Cheers
    Elliot