Jump to content

Registration fields


QbieNoob

Recommended Posts

Hello, I'm happy to say I have decided on CubeCart as the best option available from all I tested. (there were many)

 

On the page for registration, I see fields that I would like to remove. I know where they are in the template, but I'm sure I will have to edit some other code to remove them completely. Specifically, I want to remove Title, Phone*, and Cell phone. I think since Phone* is required, I'm going to have to tell the code that it isn't required anymore.

 

In which file should I do this?

 

Thank you.

Link to comment
Share on other sites

The rest of the code verifies that a valid email address was entered, as well as something for a First Name and Last Name. Given that, the core code will insert the registration data into the database.

 

There is some javascript that will not allow the form to be submitted until there is something in all fields marked with an asterisk. The HTML code for these form elements have a 'required' class. Removing the form elements (or wrapping them in HTML <!-- comment --> tags) will remove them from the javascript oversight.

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.

×
×
  • Create New...