fix: allow arbitrary string input in starting salary
This commit is contained in:
parent
eed1e3ad8d
commit
1a20749809
@ -49,7 +49,7 @@
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
<label for="starting-salary">Starting Salary</label>
|
||||
<input type="number" class="form-control" id="starting-salary" name="starting-salary" placeholder="e.g. £30,000" required>
|
||||
<input type="text" class="form-control" id="starting-salary" name="starting-salary" placeholder="e.g. £30,000" required>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-primary" style="margin-top: 10px;">Submit</button>
|
||||
|
Loading…
Reference in New Issue
Block a user