Jump to content

New Client Registration - Remove Mandatory Fields


ITSNev

Recommended Posts

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

Link to comment
Share on other sites

  • 6 months later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated