Employers must create a employer profile to be able to post a job advertisement on the CPA Australia jobs board. Once a profile has been created it can be edited or deleted.
The CPA Australia jobs board is a free service available to all employers. You do not need to be a member to create a employer profile or to post a job advertisement.
Step-by-step instructions on how to create an employer profile and how to post a job advertisement are detailed below.
Employer profiles
Create an employer profile
Under Tools, click on the Create / edit employer profile link. The employer login page will be displayed.
Click on the Create a new employer profile link. The Create employer profile page will be displayed.
Complete the form, including your company details and website login details. A confirmation of your login details will be sent to you via email. Store this email for future reference.
Click Submit. A confirmation message will be displayed.
Edit your employer profile
Under Tools, click on the Create / edit employer profile link. The employer login page will be displayed.
Enter your username and password and click Submit. Your employer profile will be displayed.
Edit the required information and click Submit.
Delete your employer profile
Under Tools, click on the Create / edit employer profile link. The employer login page will be displayed.
Enter your username and password and click Submit. Your employer profile will be displayed.
At the bottom of the form, click Delete. A confirmation message will be displayed.
Click Yes.
Receive a password reminder
Under Tools, click on the Create / edit employer profile link. The employer login page will be displayed.
Click on the password reminder link. The password reminder form will be displayed.
Enter your company name, not your username, and click Submit. Your login details will be sent to you via email or a message will be displayed saying that the company name does not match CPA Australia's records. Re-enter the company details, ensuring you enter your company name rather than your username.
Advertising a job
Advertise a job
Under Tools, click on the Advertise a job link. You will be required to login if you have not already done so. Once you have logged in, the Create job page will be displayed. If you do not have a username and password you must create an employer profile.
Check that your company details are correct and enter the details of the job. A job reference number must be entered to allow jobseekers to easily search for your job. The job reference should be as follows: CPA/"FIRST THREE LETTERS OF THE EMPLOYER'S NAME"/"ANY NUMBER". Each job listing needs a unique ID.
In the description field, you can format your details using HTML tags. For example, to create a line break enter the <BR> tag.
Click Submit. A confirmation message will be displayed. Allow fifteen to thirty minutes for the advertisement to appear on the jobs board.
The job will be displayed on the website for four weeks and can be edited at any time.
Edit a current job
Under Tools, click on the Edit current jobs link. You will be required to login if you have not already done so. Once your have logged in, your employer profile will be displayed.
Click on the title of the job you wish to edit. The job details will be displayed.
Edit the required information and click Submit. A confirmation message will be displayed. Allow fifteen to thirty minutes for the updated version of the advertisement to appear on the jobs board.
The job will be displayed on the website for another four weeks.
Delete a job
Under Tools, click on the Edit current jobs link. You will be required to login if you have not already done so. Once your have logged in, a list of your current jobs will be displayed.
Click on the title of the job you wish to delete. The job details will be displayed.
At the bottom of the form, click Delete. You will be asked to confirm whether you wish to delete the job.
Click Yes. A confirmation message will be displayed.
Reactivate an expired job
Under Tools, click on the Edit expired jobs link. You will be required to login if you have not already done so. Once your have logged in, a list of your expired jobs will be displayed.
Click on the title of the job you wish to reactivate. The job details will be displayed.
Edit the required details and click Submit. A confirmation message will be displayed.
The job will be displayed on the website for four weeks.
View your job statistics
Under Tools, click on the View job statistics link. You will be required to login if you have not already done so. Once your have logged in, a list of your expired jobs will be displayed.
Once you have logged in, the Job statistics page will be displayed.
Search for potential employees
Under Tools, click on the Search jobseekers link. You will be required to log n if you have not already done so. Once your have logged in, a list of your expired jobs will be displayed.
Enter your search criteria and click Submit. A listing of potential employees will be displayed. If too few search results are returned, select location and suitable positions only.
Click on the name of the jobseeker you wish to view their resume.
Formatting job advertisements
Job advertisements can be formatted using HTML. The table below provides simple guidelines on how to format your advertisement using HTML.
Paragraphs
To create a new paragraph enter <br><br>
Bold text
To begin bold enter <b>and end with</b>
Example: <b>bold text</b>
Italic text
To begin italic enter <i>and end with</i>
Example: <i>italic text</i>
Bulleted lists
To create a bulleted list, enter <ul> before the first list item and enter </ul> after the last list item. Before each individual list item, enter <li> and end with </li>
Example: <ul> <li> first item in the list</li> <li> next item in the list</li> </ul>
Numbered lists
To create a numbered list, enter <ol> before the first list item and enter </ol> after the last list item. Before each individual list item, enter <li> and end with </li>
Example: <ol> <li> first item in the list</li> <li> next item in the list</li> </ol>
Hyperlinks
To create a hyper link begin with <a href="URL"> and end with </a>