in reply to Re^4: How to get input text boxes populated
in thread How to get input text boxes populated
You will have to change the regex $empid =~ /\d+/ in the if() to some other pattern if your EmployeeID's don't contain a number, or maybe just use $empid ne ''} else { $msg = "Please complete form"; $msg.= "<br/>Debug : action=[$action] empid=[$empid]"; }
|
|---|