Page 1 of 1

add text next to first name field

PostPosted: September 12th, 2011, 11:54 am
by antseo
I need to add some text next to the first name label on the registration form but I don't see that I can do that in the wp-login.php page. Where can I do that?

Re: add text next to first name field

PostPosted: September 12th, 2011, 7:48 pm
by Bruce C
I don't believe that it's possible to do this. However, maybe your could instead turn the automatic addition of the First Name/Last Name feature off, and recreate the field with the text you want.

Re: add text next to first name field

PostPosted: September 12th, 2011, 8:59 pm
by antseo
If I do that though, is the display name based off of the first name field?

Re: add text next to first name field

PostPosted: September 12th, 2011, 9:10 pm
by Bruce C
If you do that it would take some custom work to get it done, and you *could* use s2Member's options for this.

Alternatively, you could also find the source file for the registration page, and alter the text there. However, you would need to redo this for every update of s2Member

Re: add text next to first name field

PostPosted: September 12th, 2011, 9:21 pm
by antseo
okay, thanks.

Re: add text next to first name field

PostPosted: September 12th, 2011, 10:27 pm
by antseo
maybe this hack can help me... viewtopic.php?f=4&t=14938

Re: add text next to first name field

PostPosted: September 13th, 2011, 10:58 am
by Bruce C
Oh, that does look promising. Good find!