Support

Account

Home Forums General Issues Can't send a custom feild in custom post type to email Reply To: Can't send a custom feild in custom post type to email

  • Hi @nhatrangart

    If the get_field function is not returning data, it is most likely that ACF does not know which post to load the data from.

    Can you please debug the value of get_the_ID() within your demo_function?
    Is this ID the expected post’s ID?

    Thanks
    E