← Back to Coupon Generator
Add New Customer Template
Customer/Business Name:
Template HTML:
Required Placeholders:
Use
{{USERNAME}}
for the PIN, and
{{PASSWORD}}
for the Password. You can also use
{{ID}}
.
Save New Template
Cancel Edit
Existing Templates
ID
Customer Name
HTML Preview (Raw)
Actions
4
JKU-dark
<div style="width: 85mm; height: 50mm; background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%); border-radius: 8px; padding: 5mm; box-sizing: border-box; font-family: Arial, sans-serif; color: white; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"> <div style="display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 3mm;"> <h3 style="margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;">📶 JKU-Guest Wi-Fi</h3> <span style="font-size: 8px; color: rgba(255,255,255,0.7);">ID: {{ID}}</span> </div> <div style="background: rgba(255,255,255,0.95); border-radius: 4px; padding: 4mm; color: #333; display: flex; justify-content: space-between; align-items: center;"> <div style="flex: 1;"> <div style="font-size: 8px; color: #777; font-weight: bold; text-transform: uppercase; margin-bottom: 2px;">Username</div> <div style="font-size: 16px; font-weight: 900; color: #2c3e50;">{{USERNAME}}</div> </div> <div style="width: 1px; height: 25px; background: #ddd; margin: 0 4mm;"></div> <div style="flex: 1; text-align: right;"> <div style="font-size: 8px; color: #777; font-weight: bold; text-transform: uppercase; margin-bottom: 2px;">Password</div> <div style="font-size: 14px; font-weight: bold; color: #e74c3c;">{{PASSWORD}}</div> </div> </div> </div>
Edit
Delete