Forum Replies Created
-
AuthorPosts
-
thank you for your replay, can I put an if statement so it sends an email to someone based on the employer name?
ok let's make it simple and one by one, I want to the when an employer click on the "Schule Interview" icon the application status will change from "Pending" to " interviewing"
*hint the same action as if the employer click on approve the status of the application will be "approved"
Dear dangdv,
first thank you for your quick response on the issue, and to give you more details about what I'm trying to accomplish here is as followed:
I have manage with your help to add Schedule Interview icon as attached, however since I wasn't clear before there is no action happening when someone clicks on it, and what I want to accomplish is when I click on the icon "Schedule Interview" the application status should change to "Interviewing ".
if this method is not possible I want to make the icon "Schedule Interview" to email someone and that someone is different depending on the company that has the job for example:
if the company is called "Hosting" then send an email to "[email protected]"
and if the company is called "Middleware" then send an email to "[email protected]"
I hope I was clear
thank you in advance
Attachments:
You must be logged in to view attached files.thank you, now I want when people click on it the status of the application changes to interviewing
if that is not possible I want to make an If statement within the code for example
if company = hosting
change the email to [email protected]
Attachments:
You must be logged in to view attached files.what I mean was I want to add a status called ( Schule interview) next to (Approve Application, Reject Application) is that possible, if not can I change the function email to just change the status to interviewing as a string so I can use post status notifier to email me to schedule an interview
Attachments:
You must be logged in to view attached files. -
AuthorPosts