From 3f2709de67f4208be46f7e3f9a8cc3ba49b1862f Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Mon, 18 Dec 2017 09:53:21 +0100 Subject: [PATCH] [TASK] Update documentation for contact uid in ts settings --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6394f215..51a4efc8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,17 @@ The Backend module is found in the **WEB** section under the name **Job Offers** You can create a new job offer by clicking on the **New Job Offer** button. +## Setting the contact email +When a user applies to a job offer an email will be send. The adress of this email comes either from the +**contact person** assigned to the job, ot if no contact person is set, you can set a default contact person +in your TypoScript settings: + +``` + settings.defaultContactId = 1 +``` + +Simply supply the uid of the contact record and every job without a contact person will use the desired contact. + ## Setting the record page id for the Joblist plugin You need to set the id of the page (or sys folder) where you store all your job offers, contacts and locations. To do this you can select the page/folder as Record Storage Page in the plugin settings. -- GitLab