MJHost Posted July 31, 2015 Share Posted July 31, 2015 I have two extra fields that my clients enter on the order form when signing up for a product. These fields are also displayed in the Client Details page (see attached image). My question, is it possible to make these two fields "read-only" within the client details page? I am using V6 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 1, 2015 Share Posted August 1, 2015 take a look at the thread below - refers to a different template, but the principle is exactly the same. http://forum.whmcs.com/showthread.php?95835-Support-Ticket-Custom-fields-read-only I think the template you're probably interested in is clientareadetails.tpl and the {if $customfields} block of code. if you want to make all custom fields on that page readonly, then you can just add the code as is... if you needed it to only apply to some custom fields, then you'd need to add conditions using {if} statements to specify which fields to apply this to. 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.