![]() |
You need to add the value to check for after the field name, like so:
PHP Code: <option name="<?= $nation['id'] ?>" <?= set_select('nationaility_id', $nation['id']) ?>><?= $nation['name'] ?></option> |
Messages In This Thread |
How to set old() to the dropdown menu ? - by sknair143 - 09-04-2023, 11:24 PM
RE: How to set old() to the dropdown menu ? - by sammyskills - 09-04-2023, 11:27 PM
RE: How to set old() to the dropdown menu ? - by sknair143 - 09-05-2023, 12:11 AM
RE: How to set old() to the dropdown menu ? - by sammyskills - 09-05-2023, 12:23 AM
RE: How to set old() to the dropdown menu ? - by sknair143 - 09-05-2023, 12:27 AM
|