feat: Add AI option to contact form
This commit is contained in:
parent
48024f7fe0
commit
ef4d9bb560
1 changed files with 9 additions and 0 deletions
|
@ -60,6 +60,15 @@ fa-thumbnail: fad fa-file-signature
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="category" class="col-lg-2 control-label">Category</label>
|
||||
<div class="col-lg-10">
|
||||
<select class="form-select" id="category">
|
||||
<option>I'm hiring for artificial insemination</option>
|
||||
<option>Something else</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="subject" class="col-lg-2 control-label">Subject</label>
|
||||
<div class="col-lg-10">
|
||||
|
|
Loading…
Reference in a new issue