Is it possible to display the value of a custom field within a message field?
I try to build a url that is clickable in a message field with a value from a custom field.
Old question and the OP may have moved on, but there is an add on field that will let you create a message type field that allows PHP. https://wordpress.org/plugins/acf-enhanced-message-field/ It’s a good plugin, I’ve used it often.
Is it possible to display a sub field value?
Example: The sub field within a repeater is a text field where the user can submit a post ID. Next to this entry I want to display by a message field the title of this post.
Is this possible?
Many thanks in advance!
Not with this field. What you’re looking for is to do some JavaScript and AJAX to show the title. I don’t know about a text field for a post ID. I have some examples of dynamically updated fields based on other fields here https://github.com/Hube2/acf-dynamic-ajax-select-example. probably don’t have anything exactly what you’re looking for but you might be able to figure it out.
Is this solved? I need the same thing