kulsari@yahoo.com Posted April 2, 2010 Share Posted April 2, 2010 Can I restrict client to not able to update the key field information after he has purchased one product. Like Name...Though, i get an email for changes, but i want to put a validation. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted April 2, 2010 WHMCS Support Manager Share Posted April 2, 2010 Sure, you'd edit /templates/*your active template*/clientareadetails.tpl. FIND: <input type="text" name="firstname" value="{$clientfirstname}" size="25" /> REPLACE WITH {$clientfirstname} That's for first name, but you can do the same for any of the other fields. 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.