Negin Posted August 13 Share Posted August 13 Hi everyone. I use WHMCS V8.12 and I want to customize my registration form. I want to keep only the phone number and password and remove the other fields.I have found out that I can make some fields optional and then remove the input field in the tpl and submit the form without any errors. But for the email and country, after a huge research I couldn't find anyway safe to remove them without any errors in the submission form or any bugs for the later updates of whmcs. I also couldn't find any plugin in the store to achieve this. Can anyone help me to solve this? I don't want to use the following, because it has some security issues: <input type="hidden" name="email" id="inputEmail" class="d-none" value="N/A"> <input type="hidden" name="country" id="inputCountry" class="d-none" value="N/A"> 0 Quote Link to comment Share on other sites More sharing options...
Azhar Patel Posted August 14 Share Posted August 14 Hello @Negin Email is required filed and based on email only WHMCS consider each client as Unique 0 Quote Link to comment Share on other sites More sharing options...
Negin Posted August 17 Author Share Posted August 17 On 8/14/2025 at 11:28 AM, Azhar Patel said: Hello @Negin Email is required filed and based on email only WHMCS consider each client as Unique I have returned the email field, but I really don't want the country to be shown in the register form. Do you have a safe solution for this? 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.