Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: News Manager & Job Manager:
Subject in Email address over Job Manager

 

 


mrw
New User

Jul 17, 2004, 4:18 AM

Post #1 of 3 (6240 views)
Shortcut
Subject in Email address over Job Manager Can't Post

Is it possible to add a Field in the Job Manager to display a Subject when i click on the to contacting Email address, so the prior defined subject would be displayd when i receive a Mail from a Candidate ?


Donna
Staff / Moderator


Jul 17, 2004, 12:12 PM

Post #2 of 3 (6232 views)
Shortcut
Re: [mrw] Subject in Email address over Job Manager [In reply to] Can't Post

Hi mrw :)

The way that you would add a default subject to an email would be to change your template to include something like this:

<a href="mailto:$email$?subject=Your Subject Here">$email$</a>

Job Manager doesn't come with any customizable fields, but you could use one of the other fields there. For example:

<a href="mailto:$email$?subject=Job Application - $name$">$email$</a>

This would create a subject of:

Job Application - Title of Job

I hope this helps. :)

Donna

--
support@interactivetools.com


nikkijones
User

Aug 12, 2004, 2:39 PM

Post #3 of 3 (5963 views)
Shortcut
Re: [Donna] Subject in Email address over Job Manager [In reply to] Can't Post

Just used this great little line of script on my first site using Job Manager. Very useful and makes life a lot easier for my client.
Smile Thanks Donna!!!