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.

Custom min registration form

Home Forums Community Forum Custom min registration form

This topic contains 10 replies, has 3 voices. Last updated by  Cristián Lávaque 4 years, 2 months ago.

Topic Author Topic
Posted: Monday Oct 22nd, 2012 at 10:48 am #29266

Hello I would like to place a registration form on the front page of my site. Not much room to work with so i was wondering if it was possible to remove certain aspects of the form when placed as a short code on a page.

I would like to remove the create profile text and the pad lock graphic on the top and the complete registration section including graphic with the exception of the submit button of course.

So i would only have minimum fields to place on my page – first name – last name – email and submit

Thanks

David

List Of Topic Replies

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Monday Oct 22nd, 2012 at 2:33 pm #29304
Raam Dev
Username: Raam
Staff Member

Hi David,

All of that can be done with CSS. You can write CSS styles that set various elements to display:none; to hide them.

Posted: Monday Oct 22nd, 2012 at 3:18 pm #29324

Thank you for the reply: please can you be a little more specific – what do i need to do to hide the elements suggested? is their any documentation related to this?

Thank you

David

Posted: Tuesday Oct 23rd, 2012 at 4:43 am #29360

I could really use some help with this

Posted: Tuesday Oct 23rd, 2012 at 6:07 am #29367

Hi David.

is their any documentation related to this?

That’d be CSS documentation, nothing special about it. Just find the proper selector for each of the things you want to hide and add your custom styles to your theme’s style.css. Firebug will be very useful for this.

For example, for the free registration pro-form’s description, where it says “sign up now”, you can use the [hilite mono]#s2member-pro-paypal-registration-form-description-div[/hilite] ID as the selector.

#s2member-pro-paypal-registration-form-description-div {display: none;}

I hope that helps. :)

Posted: Tuesday Oct 23rd, 2012 at 6:17 am #29370

great thank you so much

Posted: Tuesday Oct 23rd, 2012 at 6:22 am #29371

No problem.

Actually, the description itself is easy to remove just editing the shortcode, but hiding with CSS will be useful for other parts. :)

Posted: Tuesday Oct 23rd, 2012 at 7:12 am #29375

Great all is now looking great with the exception of too much white space between fields. Easy fix? I have put the short-code between [raw] tags which helped some but their is still too much space between the fields.

First name

Too much space

Last Name

Too much space

Username

Too much space

Posted: Tuesday Oct 23rd, 2012 at 7:23 am #29379

I’d need to see the page with the pro-form, but I’m guessing it’s either the styling you did, or a plugin/theme causing the shortcode parsing to have too many [hilite mono]br[/hilite] tags where it shouldn’t (e.g. hidden input fields).

Can I see the page?

About the theme/plugins, you can test quick changing to the default theme and refreshing the page, and if that doesn’t solve it, deactivate other plugins one by one, checking after each.

Posted: Tuesday Oct 23rd, 2012 at 7:33 am #29383

Yes it was the theme – all fixed now

Thank you Cristian

Posted: Tuesday Oct 23rd, 2012 at 7:53 am #29388

Cool. :)

Viewing 10 replies - 1 through 10 (of 10 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.