Made textarea field required

This commit is contained in:
Julian Prieber 2022-07-07 12:38:19 +02:00
parent dc279ba36e
commit 79fe2f1a04
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
@csrf
<div class="form-group col-lg-8">
<label>Link*</label>
<input type="text" name="link" class="form-control" placeholder="https://google.com">
<input type="text" name="link" class="form-control" placeholder="https://google.com" required>
</div>
<div class="form-group col-lg-8">
<label>Title</label>