Custom Email Notification
-
How can I customize my email notification (for when an applicant has applied) so I can get the following (all application fields on the job)
Applicant full name
Applicant email
Applicant phone
Applicant current locationI tried the following as just a test and it didn’t work:
if ( NULL != $applicant_fullname ):
$message.= $applicant_name . ”;
endif;
if ( NULL != $applicant_email ):
$message.= $applicant_email . ”;
endif;Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Email Notification’ is closed to new replies.