Title: Moving username input and adding sections
Last modified: August 22, 2016

---

# Moving username input and adding sections

 *  Resolved [navyspitfire](https://wordpress.org/support/users/navyspitfire/)
 * (@navyspitfire)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/)
 * Is there anyway I can move the username input field around? Currently it sits
   above all other fields.
 * I have several fields that I would like to break into sections, each with a heading.
   Is that possible? Can I save a specific file to my child theme and change it (
   like woocommerce) so it doesn’t get overridden?
 * While I’m at it, is there a way to actually remove/delete the ‘new user registration’
   heading besides display:none?
 * [https://wordpress.org/plugins/wp-members/](https://wordpress.org/plugins/wp-members/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332149)
 * Yes.
 * There are quite a few [filter and action hooks](http://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/)
   in the plugin.
 * You can use wpmem_register_form_rows to re-order the array of form rows. You 
   might be able to use that to slip in a heading, which you could also do with 
   wpmem_register_form, which receives the entire form HTML as a string (that’s 
   a little more cumbersome though).
 * The new user heading can be filtered with wpmem_register_heading.
 *  Thread Starter [navyspitfire](https://wordpress.org/support/users/navyspitfire/)
 * (@navyspitfire)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332269)
 * Regarding ‘slipping in a heading’, is there a way to ‘group’ certain fields together
   and be able to give that group/div a heading?
 * Also, since username is by default the top most/first field, how do I move it
   down?
 *  Thread Starter [navyspitfire](https://wordpress.org/support/users/navyspitfire/)
 * (@navyspitfire)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332284)
 * Hey Chad, any tips on moving the username field down?
 *  [Jld142](https://wordpress.org/support/users/jld142/)
 * (@jld142)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332349)
 * Hello Navyspitfire, did you manage to get this working ?
 * i am trying to do the same and failing.
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332350)
 * That doesn’t sound like a WP-Members issue. I have had people ask about Yoast,
   and although not exactly the same as what you described, it is similar and the
   resolution sounds like upgrading PHP ([https://wordpress.org/support/topic/fatal-error-cannot-call-overloaded-function-for-non-object-in-homehostpubli?replies=17](https://wordpress.org/support/topic/fatal-error-cannot-call-overloaded-function-for-non-object-in-homehostpubli?replies=17)).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Moving username input and adding sections’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [input](https://wordpress.org/support/topic-tag/input/)
 * [new-user](https://wordpress.org/support/topic-tag/new-user/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)
 * [section](https://wordpress.org/support/topic-tag/section/)

 * 5 replies
 * 3 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/moving-username-input-and-adding-sections/#post-5332350)
 * Status: resolved