소스 검색

Improve UX on contact pages

Yoaz 2 년 전
부모
커밋
ebd477da8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/site/contact.blade.php

+ 1 - 1
resources/views/site/contact.blade.php

@@ -24,7 +24,7 @@
       @csrf
       @csrf
   		<div class="form-group">
   		<div class="form-group">
   			<label for="input1" class="font-weight-bold">Message</label>
   			<label for="input1" class="font-weight-bold">Message</label>
-  			<textarea class="form-control" id="input1" name="message" rows="6" placeholder=""></textarea>
+  			<textarea class="form-control" id="input1" name="message" rows="6" placeholder="" maxlength="500" required>{{old('message')}}</textarea>
   			<span class="form-text text-muted text-right msg-counter">0/500</span>
   			<span class="form-text text-muted text-right msg-counter">0/500</span>
   		</div>
   		</div>
 		<div class="form-group form-check">
 		<div class="form-group form-check">