Support

Account

Home Forums Backend Issues (wp-admin) Using placeholders in message type fields – Is it possible? Reply To: Using placeholders in message type fields – Is it possible?

  • You could do this and then you can use an acf/format_value filter https://www.advancedcustomfields.com/resources/acfformat_value/ to replace the placeholders with the values that you want. Additional hooks are also available for name and key like other field hooks but they are not documented on the page I linked to.