10-17-2023 11:49 AM - edited 10-17-2023 01:22 PM
This article explains setting up a Cloudpath Enrollment System for QR code generation in workflow for DPSK SSID.
Steps:
Your personal Wi-Fi Password is ${DPSK}
<br><br>
Use this password on any device to access your personal network. You can also scan this QR Code from your mobile device:<br><br>
<div style="display: flex; justify-content: center; text-align: center;" id="qrcode"></div>
<script>new QRCode(document.getElementById("qrcode"), "WIFI:S:WLAN-NAME;T:WPA;P:${DPSK};;");</script>
Note:
Rename the attachment "Cloudpath_Template_QRCode.txt" to "Cloudpath_Template_QRCode.html".
If you make changes as ‘Standard Template’ as Page Source, you will have to upload the HTML file again, always upload the file last, then save and publish.