Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

How To Create a Job Send Form

In order to create a form that will allow users to send emails to friends about particular job openings found on your website, you can make use of the sys:job-send-form tag.

Step 1:
The first step is to choose a page for the form to be located on.

In order to do so, you can either create a new page or select an existing page from the "Page Structure" hierarchy on the left-hand side of the "Content Management" administration screen.


Step 2:
Once selected, open the page's "Content" tab and click on the "Edit" icon.


Step 3:
In the editing window that appears, select the "Source" editor tab in the upper left-hand corner.


Step 4:
Working with the "Source" editor, place you cursor in the location at which you would like the form to appear on the page (somewhere between the <body> and </body> tags in order to ensure it is within the page's body).


Step 5:
Once your cursor has been placed in the desired location, click to open the "System" drop-down menu located in the toolbar at the top of the window and scroll down until you reach a section labeled "HR Module."

From here, click on "job-send-form" and the following tag will appear on the page in the location where you placed your cursor:

<sys:job-send-form />

Step 6:
In order to determine the specifics of the form's appearance, you can add the following attributes to the tag that has just been generated:

  • xmlns: This attribute is used to let the system know which vocabulary to use in evaluating your code, so that the correct output will be generated
  • xslt: This attribute allows you to specify an xsl file that will be used to determine how the form will actually be formatted and transformed

In the end, the tag should look something like this:

<sys:job-send-form xmlns="http://www.example.org/xhtml" xslt="example-send-form.xsl" />

Step 7:
Once the tag has been entered properly, simply click "Publish" at the top of the screen and the form will be made available on your website for users to send notifications about vacancies within your company to friends.


Note: In order for users to be able to reach the form, you will want to include a link to this page on the job details page.