Title: Register Levels
Last modified: August 31, 2016

---

# Register Levels

 *  [mihodono](https://wordpress.org/support/users/mihodono/)
 * (@mihodono)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/register-levels/)
 * Hello, I have initially setup some custom fields for my registration form. I 
   had this code below, and the field in the registration form can be seen perfectly
   well…
 * code 1:
    `$legalname = new PMProRH_Field("legal_name","text", array("label"=>"
   Company Legal Name", "profile"=>true, "required"=>false));`
 * …but after I added the “levels” parameter, it didn’t show up on the form anymore.
 * code 2:
    `$legalname = new PMProRH_Field("legal_name","text", array("label"=>"
   Company Legal Name", "profile"=>true, "required"=>false, "levels"=>1));`
 * The shortcode on the registration page I made:
    `[pmpro_signup level="1" button
   ="Join as Buyer"]`
 * I wanted the field to only be available in the profile fields if the user is 
   a buyer (level 1), and at the same time can also only be seen in the registration
   page .
 * Did I miss something?
 * [https://wordpress.org/plugins/pmpro-register-helper/](https://wordpress.org/plugins/pmpro-register-helper/)

The topic ‘Register Levels’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pmpro-register-helper_eec9bb.svg)
 * [Custom User Profile Fields for User Registration & Member Frontend Profiles with Paid Memberships Pro](https://wordpress.org/plugins/pmpro-register-helper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pmpro-register-helper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pmpro-register-helper/)
 * [Active Topics](https://wordpress.org/support/plugin/pmpro-register-helper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pmpro-register-helper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pmpro-register-helper/reviews/)

## Tags

 * [levels](https://wordpress.org/support/topic-tag/levels/)
 * [pmpro](https://wordpress.org/support/topic-tag/pmpro/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * 0 replies
 * 1 participant
 * Last reply from: [mihodono](https://wordpress.org/support/users/mihodono/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/register-levels/)
 * Status: not resolved