Made textarea field required
This commit is contained in:
parent
79fe2f1a04
commit
e98bd30051
|
@ -8,7 +8,7 @@
|
|||
@csrf
|
||||
<div class="form-group col-lg-8">
|
||||
<label>Link</label>
|
||||
<input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://google.com">
|
||||
<input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://google.com" required>
|
||||
</div>
|
||||
<div class="form-group col-lg-8">
|
||||
<label>Title</label>
|
||||
|
|
Loading…
Reference in New Issue