Question
How do I add an acknowledge button to my Teachable Moment?
Answer
When creating custom Teachable Moments, you can add the Acknowledge Button to any custom Teachable Moment by adding the following HTML source code within the <Body> </Body> tags, wherever you want the button to show.
Example: <form action="/training/acceptance" method="post"><button class="button button-big" data-text="ack" type="submit">Acknowledge</button></form>
- Under Tools, click Security Awareness, followed by Launch Platform.
- The Security Awareness console opens.
- Click Phishing > Custom Teachable Moments
- Select Create New Custom Teachable Moment
- Under Use a Standard Template, select a template to customize
- Click Import Template to import the template into the WYSIWYG editor
- Click the Source button to go into the source code
- Place the following code into the template in the location where it should be shown. Typically, this is placed just above the </body> tag
<form action="/training/acceptance" method="post"><button class="button button-big" data-text="ack" type="submit">Acknowledge</button></form>
- Click on the Source button again to see the changes
- Name the template
- Click Save Template
Notes
- Even though the WYSIWYG editor will allow you to add an acknowledgement button on a Classic Attachment Campaigns, the button will not work properly. However, it will work properly for Attachment Campaigns (pdf, docx, xlsx).
- The Acknowledge button needs to refer to a web location and when you run a Classic campaign the Teachable Moment is on the end user’s machine.
- Ad-blocker extensions must be disabled in order for the button to work
Carlos Rios
Comments