CodeIgniter Forums
drop down menu - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: drop down menu (/showthread.php?tid=12852)



drop down menu - El Forum - 11-02-2008

[eluser]brian5522[/eluser]
hello,






Now i diceded to have the country to have dropdown menu for choosing which country to choose but i dont know how.

Thanks.


drop down menu - El Forum - 11-02-2008

[eluser]brian5522[/eluser]
Now i diceded to have the country to have dropdown menu for choosing which country to choose but i dont know how.

Please :blank: anyone help me? :-S


drop down menu - El Forum - 11-02-2008

[eluser]Philipp Datz[/eluser]
please precise yourself


drop down menu - El Forum - 11-02-2008

[eluser]brian5522[/eluser]
help me


drop down menu - El Forum - 11-02-2008

[eluser]brian5522[/eluser]
i beg for helps


drop down menu - El Forum - 11-03-2008

[eluser]lmv4321[/eluser]
Basically, you need to replace the input tag that is asking for country with an HTML select statement. See: http://www.w3schools.com/TAGS/tag_select.asp for help on the select tag. Now, exactly how you would do this I can't answer as you haven't posted any of your controller code.

Also, you should state what version of CodeIgniter you are using and what other modules or plugins you may be using.


drop down menu - El Forum - 11-03-2008

[eluser]Nick Husher[/eluser]
Select tag list of countries with two-letter country codes. Bam.