Page 1 of 1

Help for customize the registration form

PostPosted: May 4th, 2011, 5:53 am
by carblanco
Hi all there,

I need your help for customize the registration form. 2 questions:

A) What I need is to add a text line above some fields just to separate sections, I mean:
1. Login
username:
password:

2. Other information:
birthday:
male/female

How can add a sections name?
Can I use a page for the registration? How?

B) I have notice that the radio buttoms are not well aligned, the second one has always a tab space, I mean, they are not in the same vertical line.
How can I customize it?

Thanks in advance.

Re: Help for customize the registration form

PostPosted: May 4th, 2011, 5:43 pm
by Cristián Lávaque
You could go about it different ways:

1- In your Custom Registration Fields, the Field Label/Desc allows HTML, so you could work with that. WP Admin -> s2Member -> General Options -> Custom Registration Fields

2- Edit the file /s2member/includes/classes/custom-reg-fields.inc.php, maybe the ws_plugin__s2member_custom_field_gen hook.

3- Use the :before CSS selector. http://www.w3schools.com/css/sel_before.asp

I hope that helps. :)

Re: Help for customize the registration form

PostPosted: May 5th, 2011, 9:56 am
by carblanco
Thx, I'm going to test.