mirror of
https://github.com/itflow-org/itflow
synced 2026-08-27 09:55:12 +00:00
use intl js lib across all phone number fields
This commit is contained in:
@@ -1218,7 +1218,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
<select class="form-select select2" name="country" required>
|
||||
<option value="">- Country -</option>
|
||||
<?php foreach($countries_array as $country_name) { ?>
|
||||
<option><?= $country_name ?></option>
|
||||
<option data-iso2="<?= $country_iso2_array[$country_name] ?? '' ?>"><?= $country_name ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user