latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Reg Custom Registration/Profile Fields

Home Forums Community Forum Reg Custom Registration/Profile Fields

This topic contains 1 reply, has 2 voices. Last updated by  David Welch 4 years, 9 months ago.

Topic Author Topic
Posted: Thursday Mar 15th, 2012 at 8:39 am #8223
gsp gsp
Username: gspgsp

Kindly clarify below queries

1. We are using free version (Version: 120301) of s2members. In this the custom profile fields created by us are displayed one by one (row wise). Is there any way to display them as column wise.

2. is there any way to list one drop down and one text box under a single label. For example as below

instead of

Salutation
drop down to accept (Mr/Ms/Mrs)
Name
Text box to accept name

like

Name
drop down to accept (Mr/Ms/Mrs)
Text box to accept name

3. Is there any way to display some custom fields based on conditionally

For example if check box ‘have children’ is checked then displaying a text box to accept No. of children

Thanks

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Thursday Mar 15th, 2012 at 9:50 am #8231
David Welch
Username: dwbiz05

1. I believe you can accomplish this with simple css formatting. However, I’ve not tried it myself. You can remove the s2member css by adding this to your mu-plugins/s2hacks.php file or probably your template functions.php file:

<?php
add_filter("ws_plugin__s2member_login_header_styles", "__return_false");
?>

Then just add your own css. You may be able to use the filter to change the css, I’m not sure.

2. This should also be able via css by setting the second label’s display property to “none”;

3. This is not a native functionality but some simple jquery should handle this pretty well.

Hope that points you in the right direction.

Dave

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.