rugg Posted November 23, 2020 Share Posted November 23, 2020 Hi, for insstance,i ask client to type ID number when signup, i hope admin can see the full number at admin area (ex: 1234567890), but client can only some numbers and others be marked as * (ex: 12*****8**), is it possible use any way to make it ? thank you. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted November 23, 2020 Share Posted November 23, 2020 Use ClientAreaPage hook to override the value of what I suppose is your Client Custom Field. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 23, 2020 Share Posted November 23, 2020 1 hour ago, rugg said: is it possible use any way to make it ? not from settings. if you made that client custom field of password type, then the value would be clearly visible in the admin area, but it would be shown as ******* in the client area. if you needed the value to be masked as you describe, then that's going to be a hook, prerably ClientAreaPageProfile rather than using the generic ClientAreaPage hook and limiting it to one specific page (though that would work)... or a template tweak (but hooking would be safer in terms of updating WHMCS). 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.