require title and link in orgy control

master
Aevann 2024-04-20 23:03:39 +02:00
parent b54415ae14
commit 80e584822e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<label for="title">Title</label>
</div>
<div class="body w-lg-100">
<input id="title" autocomplete="off" type="text" name="title" class="form-control" placeholder="Required">
<input id="title" autocomplete="off" type="text" name="title" class="form-control" placeholder="Required" required>
</div>
</div>
<div class="d-lg-flex border-bottom mt-3">
@ -26,7 +26,7 @@
<label for="link">Link (youtube, twitch, rumble, mp4 file)</label>
</div>
<div class="body w-lg-100">
<input id="link" autocomplete="off" type="text" name="link" class="form-control" placeholder="Required" data-nonce="{{g.nonce}}" data-oninput="autoSuggestTitle()">
<input id="link" autocomplete="off" type="text" name="link" class="form-control" placeholder="Required" required data-nonce="{{g.nonce}}" data-oninput="autoSuggestTitle()">
</div>
</div>
<div class="d-lg-flex border-bottom mt-3">