Is there any way, with in the edit post screen, to have the value of the post title used in a ACF text field?
Ultimately, I want to take the post title (Full name), split it in 2 (first name, last name) and populate those values in the fields first_name and last_name
Ideally, this would happen, in real-time,as the admin is edding the post.
I’m sure I’ll need to use javaScript