$form = stdClass Object (
[user_registration_help] => array (
[#value] => []
[#weight] => [-20]
)
[account] => array (
[#type] => [fieldset]
[#title] => [Account information]
[#weight] => [-10]
[name] => array (
[#type] => [hidden]
[#title] => [Username]
[#default_value] => []
[#maxlength] => [60]
[#description] => [Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.]
[#required] => [1]
)
[mail] => array (
[#type] => [textfield]
[#title] => [E-mail]
[#default_value] => []
[#maxlength] => [64]
[#description] => [A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.]
[#required] => [1]
)
[pass] => array (
[#type] => [password_confirm]
[#description] => [Provide a password for the new account in both fields.]
[#required] => [1]
[#size] => [25]
)
)
[#uid] => []
[allsines_full_name] => array (
[#type] => [fieldset]
[#title] => [Your Name]
[#attributes] => array (
[id] => [allsines-user-your-name]
)
[allsines_first_name] => array (
[#title] => [First Name]
[#type] => [textfield]
[#size] => [50]
[#maxlength] => [50]
[#required] => [1]
[#attributes] => array (
[autocomplete] => [off]
)
)
[allsines_last_name] => array (
[#title] => [Last Name]
[#type] => [textfield]
[#size] => [50]
[#maxlength] => [50]
[#required] => [1]
[#attributes] => array (
[autocomplete] => [off]
)
)
[allsines_middle_name_or_initial] => array (
[#title] => [Middle Name]
[#description] => [Please feel free to use your middle initial, if you prefer.]
[#type] => [textfield]
[#size] => [50]
[#maxlength] => [50]
[#attributes] => array (
[autocomplete] => [off]
)
)
[allsines_suffix_name] => array (
[#title] => [Suffix]
[#description] => ["M.D." or ", Jr." (please add your preferred spacing and punctuation).]
[#type] => [textfield]
[#size] => [10]
[#maxlength] => [20]
[#attributes] => array (
[autocomplete] => [off]
)
)
[allsines_nickname] => array (
[#title] => [Nickname]
[#type] => [textfield]
[#size] => [50]
[#maxlength] => [50]
[#attributes] => array (
[autocomplete] => [off]
)
)
)
[timezone] => array (
[#type] => [hidden]
[#default_value] => [-18000]
[#id] => [edit-user-register-timezone]
)
[submit] => array (
[#type] => [submit]
[#value] => [Create new account]
[#weight] => [30]
)
[#validate] => array (
[0] => [user_register_validate]
)
[#parameters] => array (
[0] => [user_register]
[1] => array (
[storage] => []
[submitted] => []
[post] => array (
)
)
)
[#build_id] => [form-2968da020ee0f62c8cc9ee1f9d08dea2]
[#type] => [form]
[#programmed] => []
[form_build_id] => array (
[#type] => [hidden]
[#value] => [form-2968da020ee0f62c8cc9ee1f9d08dea2]
[#id] => [form-2968da020ee0f62c8cc9ee1f9d08dea2]
[#name] => [form_build_id]
)
[form_id] => array (
[#type] => [hidden]
[#value] => [user_register]
[#id] => [edit-user-register]
)
[#id] => [user-register]
[#description] => []
[#attributes] => array (
)
[#required] => []
[#tree] => []
[#parents] => array (
)
[#method] => [post]
[#action] => [/signup]
[#submit] => array (
[0] => [user_register_submit]
)
);