Talent Community Login Form
The Talent Community Login form is a feature that enables users to sign up for a given Talent Community associated to a Radancy Career site. The Talent Community Login form is enabled for only clients using Radancy's CRM application.
All forms will now have SMS optin checkbox, which needs to be on all forms even if it is not in the design.
Depending on if the form is going to be on a US site only or a site that has multiple languages will depend if the Opt-in Promotion checkbox will need to show.
- In the site settings under General scroll to bottom to select the Talent Community ID. There could be mulitple IDs and you will need to ask the DPM which ID goes with each of the languages and/or each site if there are multiple sites.
- Create a layout under Modules & Forms. - Review this documentation on steps for developing the form - Developing the Talent Community Form.
- Add the code for the Return Users link - This code will not be in the layout for the Talent Community Login form. You will need to add the code for the Return Users link, which is located in codedrive - https://codedrive.io/#/snippets/208
- SMS Opt-in - In the admin you will need to check the SMS Opt-in checkbox. The default content for this will show in the admin.
- Legal message will need to be updated in the code in the layout for now until Sites updates the input field in the Admin, so you will be able to add HTML for the links. You can find the code in codedrive - https://codedrive.io/#/snippets/280.
Talent Community Login Form - US Version
- On the forms for US sites - Optin-in Promotion checkbox - do not delete the code for this or comment out the input field. To hide the checkbox, follow these directions on codedrive - https://codedrive.io/#/snippets/280. The code is right in the layout for the form, but the what needs to be added to the input field is "checked." In the admin there is default code for this.
Talent Community Login Form - non-US Version
- On the forms for non-US sites - Optin-in Promotion checkbox - cannot be hidden and needs to show on the form as you can see below in the form.