Support » Plugin: Job Manager » [Plugin: Job Manager] Display all fields in email

Viewing 1 replies (of 1 total)
  • Plugin Author Gary Pendergast

    (@pento)

    There currently isn’t an option for this. You can change Job Manager to do this, but you will have to re-apply this fix with each upgrade.

    In frontend-application.php, on line 923, change:

    continue;

    to:

    {
        $msg .= $field['label'] . ': N/A' . PHP_EOL;
        continue;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Job Manager] Display all fields in email’ is closed to new replies.