ITSNev Posted March 7, 2010 Share Posted March 7, 2010 Hi there, I've looked and cannot find how to do this, appreciate some pointers please. When I client registers on WHMCS and given that all our Payments will be done by PayPal, I would like to remove the following fields and only keep, First/Last Name, Country/Email Address/Security Question/Answer and remove the following fields... Company Name Address 1 Address 2 City State / Region Postcode Phone Number Can anyone tell me how to remove these? Thx Nev 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted March 8, 2010 WHMCS Support Manager Share Posted March 8, 2010 Please refer to http://wiki.whmcs.com/Order_Form_Templates 0 Quote Link to comment Share on other sites More sharing options...
ITSNev Posted March 10, 2010 Author Share Posted March 10, 2010 Thx John, just what I was looking for. Nev 0 Quote Link to comment Share on other sites More sharing options...
baddog Posted September 30, 2010 Share Posted September 30, 2010 That will take care of the field but you'll have some small lines in the form which can be eliminated by editing more: before <tr><td class="fieldarea"></td><td><input type="hidden" name="address1" size=40 value="na"></td></tr> after <input type="hidden" name="address1" size=40 value="na"> This hides the field and puts "na" in the address1 field for the user. 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.