added default country
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
<div class="form-grid">
|
||||
<div class="row">
|
||||
<select id="country">
|
||||
<option value="BE">Belgium</option>
|
||||
<option value="HR">Croatia</option>
|
||||
<option value="PL">Poland</option>
|
||||
<option value="BE" {% if country == "BE" %}selected{% endif %}>Belgium</option>
|
||||
<option value="HR" {% if country == "HR" %}selected{% endif %}>Croatia</option>
|
||||
<option value="PL" {% if country == "PL" %}selected{% endif %}>Poland</option>
|
||||
</select>
|
||||
<input id="vat_number" type="text" placeholder="VAT number">
|
||||
<button type="button" onclick="searchCompany()">Search</button>
|
||||
|
||||
Reference in New Issue
Block a user