anup Posted January 9, 2013 Share Posted January 9, 2013 $openticket["clientid"] = $_POST['clientid']; $openticket["deptid"] = 3; $openticket["subject"] = $_POST['subject']; $openticket["message"] = $_POST['message']; $openticket["priority"] = $_POST['Medium']; $smartyvalues['values']['openticket'] = localAPI("openticket", $openticket, "APIUSERNAME"); every time i run this get this error "Name and email address are required if not a client". i can't understand the error any idea? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.