Page 1 of 1

Editing Default Registration Fields

PostPosted: September 9th, 2010, 12:44 am
by JamesWA
Hello,

First I would like to say S2 is fantastic! Great Job.

What I am trying to do is edit the default registration form so it's only:
Username:
Email:

and then just the field where they can enter their own password.

What page do I need to edit to accomplish this? I've looked through the GUI for S2 and can't find any options to do this.

Please help...I thank you all in advance and would really appreciate any insight into this matter.

Thank You!
James

Re: Editing Default Registration Fields

PostPosted: September 9th, 2010, 4:19 am
by Jason Caldwell
Hi James. Thanks for the excellent question.
and for the kudos! Much appreciated.

We're currently working toward some major improvements in support of Custom Fields.
Until then, I would recommend having a look at this file:
/s2member/includes/functions/register-access.inc.php

Do a search for this function:
Code: Select all
function ws_plugin__s2member_ms_custom_registration_fields()
there you will find the fields that s2Member adds in.

Related topic: viewtopic.php?f=4&t=657&p=3000&hilit=custom+fields#p2864