Jump to content

Required Fields


EscalateSEO

Recommended Posts

When new customers go to order a hosting plan they are forced to fill out the registration form. I know how to remove certain fields from the form, but how do I disable them so that they aren't required during registration? If I just remove them from view then the system considers them blank and doesn't allow customers to proceed.

 

I only want the name, email, and password fields to be required. How can I fix this?

 

Thanks in advance!

Link to comment
Share on other sites

You can edit the clientregister.tpl file to hide the fields you don't want.

 

Then, change the value attribute to something valid. For example, once you have hidden the telephone number field, you can change it's value to:

 

value="12345"

 

As a result, all clients who register on your website will be able to fill in the fields you want them to fill in, and the other fields will show up in your Admin panel as whatever value you've specified. So your client telephone numbers will all appear as "12345", but the client won't see it.

 

You will also need to edit the client details template file to hide the information you don't need.

Link to comment
Share on other sites

  • 5 weeks later...

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