Title: Registration fields
Last modified: August 21, 2016

---

# Registration fields

 *  Resolved [merkang](https://wordpress.org/support/users/merkang/)
 * (@merkang)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/registration-fields-2/)
 * Hi,
 * Is there a way to adjust the size of the registration fields for Theme My Login?
 * Also, I would like to change the “Register For This Site” text. Can someone please
   explain how to do these?
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/theme-my-login/](http://wordpress.org/extend/plugins/theme-my-login/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/registration-fields-2/#post-3741952)
 * To adjust the size of the fields, use [CSS](http://www.google.com/search/?q=css).
 * To change the register template message, do this:
 *     ```
       function tml_action_template_message( $message, $action ) {
       	if ( 'register' == $action )
       		$message = 'YOUR NEW MESSAGE HERE';
       	return $message;
       }
       add_filter( 'tml_action_template_message', 'tml_action_template_message', 10, 2 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Registration fields’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [tml](https://wordpress.org/support/topic-tag/tml/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/registration-fields-2/#post-3741952)
 * Status: resolved