Support

Account

Home Forums General Issues How to show the fields of AСF in email? Reply To: How to show the fields of AСF in email?

  • Have you tried using get_user_meta directly?

    get_user_meta($user_id, 'field_5b7e4f388fd11', $single=true);

    Maybe that will work around the weirdness.

    Here is the documentation for get_user_meta().