![]() |
How to add data elements to form_dropdown() - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: How to add data elements to form_dropdown() (/showthread.php?tid=78603) |
How to add data elements to form_dropdown() - 68thorby68 - 02-13-2021 Hi, Is it possible to include additional data elements to the option tag using the form_dropdown helper? For example I would like to achieve something like below. I've not seen anything in the documentation or the support forum, so not sure if this is possible. Thanks. Code: <select name="day_of_week" id="day_label" value=""> |