Support

Account

Home Forums Feedback ACF order email tracking number Reply To: ACF order email tracking number

  • More than likely the email is sent before ACF has saved the fields.

    If this is the case you can access the value intered into the field in $_POST['acf'][YOUR FIELD KEY]

    <?php echo $_POST['acf']['field_XXXXXXX']; ?>