Welcome and Eligibility Advice Letters/Emails (Apprentices and Employers)

This is a quick guide put together to assist with the html code required to be input into the Welcome Letters for both Employer and Apprentice letters or Emails.

Employers:

When creating or editing a Letter or Email for the Eligibility Advice for an Employer, the below code can be entered into the Source code for the letter or email to populate the Employer Eligibility Advice

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; font-size: 10px;">
 <tbody>
 <tr>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Name</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Amount</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Due</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Expires</span></td>
 </tr>
 <tr id="eligibility_table">
 <td colspan="4"><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">{{ eligibility_table_for_employer }} </span></td>
 </tr>
 </tbody>
</table>


This code will allow for the Eligibility table to display for Employers such as the below:

Screen_Shot_2019-07-09_at_10.10.55_am.png


Apprentices:

When creating or editing a Letter or Email for the Eligibility Advice for an Apprentice, the below code can be entered into the Source code for the letter or email to populate the Apprentice Eligibility Advice

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; font-size: 10px;">
 <tbody>
 <tr>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Name</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Amount</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Due</span></td>
 <td><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">Expires</span></td>
 </tr>
 <tr id="eligibility_table">
 <td colspan="4"><span style="font-family: tahoma,geneva,sans-serif; font-size: 11px;">{{ eligibility_table_for_apprentice }} </span></td>
 </tr>
 </tbody>
</table>


This code will allow for the Eligibility table to display for Apprentices such as the below:

Screen_Shot_2019-07-09_at_10.12.36_am.png


With the above tables in place, any incentives that are payable to either the Apprentice or the Employer will be merged into the table with the Name, Amount, Due Date, Expiry Date.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.