Support

Account

Home Forums ACF PRO Auto-populate fields after Post Object selection? Reply To: Auto-populate fields after Post Object selection?

  • Yes it is, but it is complicated and not well documented.

    You need to add custom JavaScript. You’re script will need to fire an action when the post object field is changed. This action will need to make an AJAX request to get the information for the post selected and then populate the other fields with the data returned by the request.