add price policy
This commit is contained in:
@@ -344,6 +344,20 @@
|
||||
<div class="error-message" id="project-area-error">Vui lòng nhập diện tích hợp lệ</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">
|
||||
Khu vực (Tỉnh/ Thành phố) <span class="required">*</span>
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-input"
|
||||
id="project-area"
|
||||
placeholder="VD: Hà Nội"
|
||||
min="1"
|
||||
required>
|
||||
<div class="error-message" id="project-area-error">Vui lòng nhập khu vực</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="form-label">
|
||||
Phong cách mong muốn <span class="required">*</span>
|
||||
@@ -397,7 +411,7 @@
|
||||
<div class="error-message" id="project-notes-error">Vui lòng mô tả yêu cầu chi tiết</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<!--<div class="form-group">
|
||||
<label class="form-label">
|
||||
Thông tin liên hệ
|
||||
</label>
|
||||
@@ -406,7 +420,7 @@
|
||||
class="form-input"
|
||||
id="contact-info"
|
||||
placeholder="Số điện thoại, email hoặc địa chỉ (tùy chọn)">
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
|
||||
<!-- File Upload -->
|
||||
@@ -449,10 +463,10 @@
|
||||
|
||||
<!-- Form Actions -->
|
||||
<div class="form-actions">
|
||||
<button type="button" class="btn btn-secondary" onclick="saveDraft()">
|
||||
<!--<button type="button" class="btn btn-secondary" onclick="saveDraft()">
|
||||
<i class="fas fa-save"></i>
|
||||
Lưu nháp
|
||||
</button>
|
||||
</button>-->
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<i class="fas fa-paper-plane"></i>
|
||||
Gửi yêu cầu
|
||||
|
||||
Reference in New Issue
Block a user