We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26f0c1 commit 7d66bf5Copy full SHA for 7d66bf5
1 file changed
docs/index.html
@@ -48,7 +48,9 @@ <h1 class="text-3xl font-bold text-center text-blue-600 mb-3">Global Entry Appoi
48
49
<div>
50
<label for="topic" class="block font-semibold mb-1">Ntfy Topic</label>
51
- <input type="text" id="topic" placeholder="e.g. my-topic-123" required
+ <input type="text" id="topic" name="topic"
52
+ placeholder="e.g. my-topic-123 (no spaces, no special chars only a-z, A-Z, 0-9, _, - )" required
53
+ pattern="^[a-zA-Z0-9_-]+$"
54
class="w-full p-2 border border-gray-300 rounded" />
55
</div>
56
0 commit comments