Page 1 of 1

changing field names on registration form

PostPosted: January 3rd, 2012, 8:07 am
by epixmedia
Hi All, I'd like to change the "username" field name on my registration form to "Username (please use your company name)" but can't find where its stored/written.

Can anyone point me in the right direction or to a plugin that handles this?

Cheers :)

Zoe

Re: changing field names on registration form

PostPosted: January 4th, 2012, 12:53 am
by Cristián Lávaque
You could create a "translation" to change that. This post may help: viewtopic.php?f=4&t=16557&p=59282#p59282

You can also try editing the pro-form's template file.

Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?

Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.


I hope that helps. :)

Re: changing field names on registration form

PostPosted: January 4th, 2012, 4:38 am
by epixmedia
Brilliant, I used the second method and its worked a treat. Also did the same with the pro login widget and placed the template in the mu-plugins folder as explained in this thread viewtopic.php?f=4&t=6492&p=58763&hilit=login+widget+template#p58763

Thanks!

Re: changing field names on registration form

PostPosted: January 5th, 2012, 4:36 am
by Cristián Lávaque
Great! Glad I could help you. Thanks for reporting back. :)