Welcome Guest, Not a member yet? Register   Sign In
Form Dropdown Validation
#1

[eluser]Juan Velandia[/eluser]
Hello Everyone. Wich aproach would you use to validate this dropdown

Code:
$report = array();
$report[0]= 'Please Select';
$report[1]= 'Sales';
$report[2]= 'Products';
$report[3]= 'customers';

echo form_dropdown('Report', $report, '');

To make users to select something else than "Please select". Thanks in advance!






Messages In This Thread
Form Dropdown Validation - by El Forum - 01-31-2013, 01:47 PM
Form Dropdown Validation - by El Forum - 01-31-2013, 06:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB