Forum Discussion
Phil_Wingfield
11 months agoCommunity Member
Auto-Generate PDF Certificates in Storyline (No HTML Edits Needed)
UPDATE August 20, 2025: I uploaded the new version of the file I've been using. It adds a layer for the learner to double-check their name, then blocks them from editing the name again if they downlo...
JessicaHoskin
10 months agoCommunity Member
Wow this is great, and I second that it would be ideal for this to be built into Storyline for ease of use.
For those of us in countries using different date formats, I think a small adjustment to line 24 in the code should reformat the date on the certificate for us:
current: const formattedDate = `${mm}/${dd}/${yyyy}`;
adjusted: const formattedDate = `${dd}/${mm}/${yyyy}`;
Related Content
- 7 years ago
- 3 years ago
- 3 years ago