User login

phptemplate callback result when given $form directly

Background research that was eventually distilled into:
http://agaricdesign.com/note/how-theme-drupal-form

What we gave, $form:

<?php
function phptemplate_user_register($form) {
    drupal_set_message('<pre>'.print_r($form,TRUE).'</pre>');
    return $output;
}
?>

svn commit -m "bio module i'm through with you, phptemplate form theme let's see what you can do"

Array
(
[field_user_picture] => Array
(
[#type] => fieldset
[#title] => Photo
[#weight] => -10
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_user_picture_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_user_picture_upload]
[#id] => edit-field-user-picture-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_user_picture_op
[#attributes] => Array
(
[id] => field_user_picture-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[field_storypic] => Array
(
[#type] => fieldset
[#title] => Photo(s)
[#weight] => -1
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_storypic_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_storypic_upload]
[#id] => edit-field-storypic-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_storypic_op
[#attributes] => Array
(
[id] => field_storypic-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[#parents] => Array
(
)

[#method] => post
[#tree] =>
[#attributes] => Array
(
)

[#required] =>
[#action] => /user/register
[#validate] => Array
(
[user_register_validate] => Array
(
)

[bio_user_register_validate] => Array
(
)

)

[#theme] => user_register
[#processed] =>
[#pre_render] => Array
(
[0] => captcha_pre_render
[1] => captcha_pre_render_place_captcha
)

[#submit] => Array
(
[user_register_submit] => Array
(
)

[bio_user_register_submit] => Array
(
)

)

[#description] =>
[user_registration_help] => Array
(
[#value] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => user_registration_help
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[#type] => markup
[#post] => Array
(
)

[#programmed] =>
[#id] => user-register
[#parameters] => Array
(
[0] => user_register
)

[name] => Array
(
[#type] => textfield
[#title] => Username
[#default_value] =>
[#maxlength] => 60
[#description] => Your preferred username; punctuation is not allowed except for periods, hyphens, and underscores.
[#required] => 1
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => name
)

[#weight] => 0.001
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => name
[#id] => edit-name
[#value] =>
[#sorted] => 1
)

[mail] => Array
(
[#type] => textfield
[#title] => E-mail address
[#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
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => mail
)

[#weight] => 0.002
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => mail
[#id] => edit-mail
[#value] =>
[#sorted] => 1
)

[pass] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => pass
)

[#weight] => 0.003
[#processed] =>
[#sorted] => 1
)

[status] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => status
)

[#weight] => 0.004
[#processed] =>
[#sorted] => 1
)

[roles] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => roles
)

[#weight] => 0.005
[#processed] =>
[#sorted] => 1
)

[notify] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => notify
)

[#weight] => 0.006
[#processed] =>
[#sorted] => 1
)

[form_id] => Array
(
[#type] => hidden
[#value] => user_register
[#id] => edit-user-register
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => form_id
)

[#weight] => 0.008
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => form_id
[#sorted] => 1
)

[field_membertype] => Array
(
[#tree] => 1
[keys] => Array
(
[#type] => checkboxes
[#title] => I am a
[#default_value] => Array
(
)

[#options] => Array
(
[Recently-Diagnosed Survivor] => Recently-Diagnosed Survivor
[Survivor in Remission] => Survivor in Remission
[Kin to a Survivor] => Kin to a Survivor
[Spouse of a Survivor] => Spouse of a Survivor
[Friend of a Survivor] => Friend of a Survivor
[Supporter of Survivors] => Supporter of Survivors
[I do not wish to answer] => I do not wish to answer
[Other] => Other
)

[#required] => 0
[#description] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
)

[#weight] => 0
[#processed] => 1
[#attributes] => Array
(
)

[#input] => 1
[#process] => Array
(
[expand_checkboxes] => Array
(
)

)

[#name] => field_membertype[keys]
[#id] => edit-field-membertype-keys
[#value] => Array
(
)

[Recently-Diagnosed Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Recently-Diagnosed Survivor
[#return_value] => Recently-Diagnosed Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Recently-Diagnosed Survivor
)

[#weight] => 0
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Recently-Diagnosed Survivor]
[#id] => edit-field-membertype-keys-Recently-Diagnosed-Survivor
[#value] =>
[#sorted] => 1
)

[Survivor in Remission] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Survivor in Remission
[#return_value] => Survivor in Remission
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Survivor in Remission
)

[#weight] => 0.001
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Survivor in Remission]
[#id] => edit-field-membertype-keys-Survivor-in-Remission
[#value] =>
[#sorted] => 1
)

[Kin to a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Kin to a Survivor
[#return_value] => Kin to a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Kin to a Survivor
)

[#weight] => 0.002
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Kin to a Survivor]
[#id] => edit-field-membertype-keys-Kin-to-a-Survivor
[#value] =>
[#sorted] => 1
)

[Spouse of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Spouse of a Survivor
[#return_value] => Spouse of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Spouse of a Survivor
)

[#weight] => 0.003
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Spouse of a Survivor]
[#id] => edit-field-membertype-keys-Spouse-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Friend of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Friend of a Survivor
[#return_value] => Friend of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Friend of a Survivor
)

[#weight] => 0.004
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Friend of a Survivor]
[#id] => edit-field-membertype-keys-Friend-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Supporter of Survivors] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Supporter of Survivors
[#return_value] => Supporter of Survivors
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Supporter of Survivors
)

[#weight] => 0.005
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Supporter of Survivors]
[#id] => edit-field-membertype-keys-Supporter-of-Survivors
[#value] =>
[#sorted] => 1
)

[I do not wish to answer] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => I do not wish to answer
[#return_value] => I do not wish to answer
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => I do not wish to answer
)

[#weight] => 0.006
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][I do not wish to answer]
[#id] => edit-field-membertype-keys-I-do-not-wish-to-answer
[#value] =>
[#sorted] => 1
)

[Other] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Other
[#return_value] => Other
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Other
)

[#weight] => 0.007
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Other]
[#id] => edit-field-membertype-keys-Other
[#value] =>
[#sorted] => 1
)

[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_membertype
)

[#weight] => 0.009
[#processed] =>
[#sorted] => 1
)

[field_ageatdiagnosis] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Age at Diagnosis
[#default_value] =>
[#required] => 0
[#description] =>
[#size] => 20
[#maxlength] => 11
[#attributes] => Array
(
[class] => number
)

[#field_prefix] =>
[#field_suffix] => years
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
[2] => value
)

[#weight] => 0
[#processed] =>
[#input] => 1
[#autocomplete_path] =>
[#name] => field_ageatdiagnosis[0][value]
[#id] => edit-field-ageatdiagnosis-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_ageatdiagnosis
)

[#weight] => 0.011
[#processed] =>
[#sorted] => 1
)

[field_city] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => City
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 150
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_city[0][value]
[#id] => edit-field-city-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_city
)

[#weight] => 0.012
[#processed] =>
[#sorted] => 1
)

[field_survivorship] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Survivorship
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_survivorship[0][value]
[#id] => edit-field-survivorship-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_survivorship
)

[#weight] => 0.013
[#processed] =>
[#sorted] => 1
)

[field_diagnosed] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Diagnosed
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_diagnosed[0][value]
[#id] => edit-field-diagnosed-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_diagnosed
)

[#weight] => 0.014
[#processed] =>
[#sorted] => 1
)

[field_state] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => State
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 2
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_state[0][value]
[#id] => edit-field-state-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_state
)

[#weight] => 0.015
[#processed] =>
[#sorted] => 1
)

[field_biggest_fear] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Biggest Fear When Diagnosed
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_biggest_fear[0][value]
[#id] => edit-field-biggest-fear-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_biggest_fear
)

[#weight] => 0.016
[#processed] =>
[#sorted] => 1
)

[field_family] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Family
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_family[0][value]
[#id] => edit-field-family-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_family
)

[#weight] => 0.017
[#processed] =>
[#sorted] => 1
)

[field_how_did_you_overcome] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => How did you overcome that fear?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_how_did_you_overcome[0][value]
[#id] => edit-field-how-did-you-overcome-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_how_did_you_overcome
)

[#weight] => 0.018
[#processed] =>
[#sorted] => 1
)

[field_occupation] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Occupation
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_occupation[0][value]
[#id] => edit-field-occupation-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_occupation
)

[#weight] => 0.019
[#processed] =>
[#sorted] => 1
)

[field_hobbies] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Hobbies
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_hobbies[0][value]
[#id] => edit-field-hobbies-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_hobbies
)

[#weight] => 0.02
[#processed] =>
[#sorted] => 1
)

[field_experience] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What got you through your cancer experience?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_experience[0][value]
[#id] => edit-field-experience-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_experience
)

[#weight] => 0.021
[#processed] =>
[#sorted] => 1
)

[field_favorite_books] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Favorite Books
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_favorite_books[0][value]
[#id] => edit-field-favorite-books-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_favorite_books
)

[#weight] => 0.022
[#processed] =>
[#sorted] => 1
)

[field_mostimportantlesson] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What was the most important lesson you learned?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_mostimportantlesson[0][value]
[#id] => edit-field-mostimportantlesson-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_mostimportantlesson
)

[#weight] => 0.023
[#processed] =>
[#sorted] => 1
)

[field_proudest_moment] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Proudest Moment
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_proudest_moment[0][value]
[#id] => edit-field-proudest-moment-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_proudest_moment
)

[#weight] => 0.024
[#processed] =>
[#sorted] => 1
)

[field_advice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What advice would you like to pass on to others?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_advice[0][value]
[#id] => edit-field-advice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_advice
)

[#weight] => 0.025
[#processed] =>
[#sorted] => 1
)

[field_tellothers] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What would you like to tell other women who are either newly diagnosed or too afraid to seek treatment?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_tellothers[0][value]
[#id] => edit-field-tellothers-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_tellothers
)

[#weight] => 0.027
[#processed] =>
[#sorted] => 1
)

[field_inspiration] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Where I look for inspiration
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_inspiration[0][value]
[#id] => edit-field-inspiration-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_inspiration
)

[#weight] => 0.028
[#processed] =>
[#sorted] => 1
)

[field_bestadvice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Best advice given to me by a Survivor
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_bestadvice[0][value]
[#id] => edit-field-bestadvice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_bestadvice
)

[#weight] => 0.029
[#processed] =>
[#sorted] => 1
)

[field_user_story_field] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => user_story_field
[#default_value] =>
[#required] => 0
[#rows] => 6
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_user_story_field[0][value]
[#id] => edit-field-user-story-field-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_story_field
)

[#weight] => 0.03
[#processed] =>
[#sorted] => 1
)

[captcha] => Array
(
[#type] => fieldset
[#title] => CAPTCHA
[#description] => This question is for testing whether you are a human visitor and to prevent automated spam submissions.
[#attributes] => Array
(
[class] => captcha
)

[captcha_image] => Array
(
[#type] => markup
[#value] => Image CAPTCHA
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_image
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#prefix] =>
[#suffix] =>
[#sorted] => 1
)

[captcha_response] => Array
(
[#type] => textfield
[#title] => What code is in the image?
[#description] => Copy the characters (respecting upper/lower case) from the image.
[#weight] => 0
[#required] => 1
[#size] => 15
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_response
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#maxlength] => 128
[#autocomplete_path] =>
[#name] => captcha_response
[#id] => edit-captcha-response
[#value] =>
[#sorted] => 1
)

[captcha_solution] => Array
(
[#type] => value
[#value] => A2XGa
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_solution
)

[#weight] => 0.002
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_solution
[#id] => edit-captcha-solution
[#sorted] => 1
)

[captcha_token] => Array
(
[#type] => hidden
[#value] => f7aba4d29d4274c8b0da7d53da3bcd88
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_token
)

[#weight] => 0.003
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_token
[#id] => edit-captcha-token
[#sorted] => 1
)

[validationdata] => Array
(
[#type] => value
[#value] => Array
(
[form_id] => user_register
[preprocess] =>
[module] => image_captcha
[type] => Image
)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => validationdata
)

[#weight] => 0.004
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => validationdata
[#id] => edit-validationdata
[#sorted] => 1
)

[#validate] => Array
(
[captcha_validate] => Array
(
)

)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha
)

[#weight] => 29.9995
[#processed] =>
[#required] =>
[#collapsible] =>
[#collapsed] =>
)

[submit] => Array
(
[#type] => submit
[#value] => Create new account
[#weight] => 30
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => submit
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => op
[#button_type] => submit
[#executes_submit_callback] => 1
[#id] => edit-submit
[#sorted] => 1
)

[#theme_used] => 1
[#value] =>
)

Array
(
[file] => sites/lc.openzuka.com/themes/sky/user_register.tpl.php
[variables] => Array
(
[field_user_picture] => Array
(
[#type] => fieldset
[#title] => Photo
[#weight] => -10
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_user_picture_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_user_picture_upload]
[#id] => edit-field-user-picture-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_user_picture_op
[#attributes] => Array
(
[id] => field_user_picture-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[field_storypic] => Array
(
[#type] => fieldset
[#title] => Photo(s)
[#weight] => -1
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_storypic_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_storypic_upload]
[#id] => edit-field-storypic-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_storypic_op
[#attributes] => Array
(
[id] => field_storypic-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[#parents] => Array
(
)

[#method] => post
[#tree] =>
[#attributes] => Array
(
)

[#required] =>
[#action] => /user/register
[#validate] => Array
(
[user_register_validate] => Array
(
)

[bio_user_register_validate] => Array
(
)

)

[#theme] => user_register
[#processed] =>
[#pre_render] => Array
(
[0] => captcha_pre_render
[1] => captcha_pre_render_place_captcha
)

[#submit] => Array
(
[user_register_submit] => Array
(
)

[bio_user_register_submit] => Array
(
)

)

[#description] =>
[user_registration_help] => Array
(
[#value] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => user_registration_help
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[#type] => markup
[#post] => Array
(
)

[#programmed] =>
[#id] => user-register
[#parameters] => Array
(
[0] => user_register
)

[name] => Array
(
[#type] => textfield
[#title] => Username
[#default_value] =>
[#maxlength] => 60
[#description] => Your preferred username; punctuation is not allowed except for periods, hyphens, and underscores.
[#required] => 1
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => name
)

[#weight] => 0.001
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => name
[#id] => edit-name
[#value] =>
[#sorted] => 1
)

[mail] => Array
(
[#type] => textfield
[#title] => E-mail address
[#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
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => mail
)

[#weight] => 0.002
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => mail
[#id] => edit-mail
[#value] =>
[#sorted] => 1
)

[pass] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => pass
)

[#weight] => 0.003
[#processed] =>
[#sorted] => 1
)

[status] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => status
)

[#weight] => 0.004
[#processed] =>
[#sorted] => 1
)

[roles] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => roles
)

[#weight] => 0.005
[#processed] =>
[#sorted] => 1
)

[notify] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => notify
)

[#weight] => 0.006
[#processed] =>
[#sorted] => 1
)

[form_id] => Array
(
[#type] => hidden
[#value] => user_register
[#id] => edit-user-register
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => form_id
)

[#weight] => 0.008
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => form_id
[#sorted] => 1
)

[field_membertype] => Array
(
[#tree] => 1
[keys] => Array
(
[#type] => checkboxes
[#title] => I am a
[#default_value] => Array
(
)

[#options] => Array
(
[Recently-Diagnosed Survivor] => Recently-Diagnosed Survivor
[Survivor in Remission] => Survivor in Remission
[Kin to a Survivor] => Kin to a Survivor
[Spouse of a Survivor] => Spouse of a Survivor
[Friend of a Survivor] => Friend of a Survivor
[Supporter of Survivors] => Supporter of Survivors
[I do not wish to answer] => I do not wish to answer
[Other] => Other
)

[#required] => 0
[#description] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
)

[#weight] => 0
[#processed] => 1
[#attributes] => Array
(
)

[#input] => 1
[#process] => Array
(
[expand_checkboxes] => Array
(
)

)

[#name] => field_membertype[keys]
[#id] => edit-field-membertype-keys
[#value] => Array
(
)

[Recently-Diagnosed Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Recently-Diagnosed Survivor
[#return_value] => Recently-Diagnosed Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Recently-Diagnosed Survivor
)

[#weight] => 0
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Recently-Diagnosed Survivor]
[#id] => edit-field-membertype-keys-Recently-Diagnosed-Survivor
[#value] =>
[#sorted] => 1
)

[Survivor in Remission] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Survivor in Remission
[#return_value] => Survivor in Remission
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Survivor in Remission
)

[#weight] => 0.001
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Survivor in Remission]
[#id] => edit-field-membertype-keys-Survivor-in-Remission
[#value] =>
[#sorted] => 1
)

[Kin to a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Kin to a Survivor
[#return_value] => Kin to a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Kin to a Survivor
)

[#weight] => 0.002
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Kin to a Survivor]
[#id] => edit-field-membertype-keys-Kin-to-a-Survivor
[#value] =>
[#sorted] => 1
)

[Spouse of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Spouse of a Survivor
[#return_value] => Spouse of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Spouse of a Survivor
)

[#weight] => 0.003
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Spouse of a Survivor]
[#id] => edit-field-membertype-keys-Spouse-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Friend of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Friend of a Survivor
[#return_value] => Friend of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Friend of a Survivor
)

[#weight] => 0.004
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Friend of a Survivor]
[#id] => edit-field-membertype-keys-Friend-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Supporter of Survivors] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Supporter of Survivors
[#return_value] => Supporter of Survivors
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Supporter of Survivors
)

[#weight] => 0.005
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Supporter of Survivors]
[#id] => edit-field-membertype-keys-Supporter-of-Survivors
[#value] =>
[#sorted] => 1
)

[I do not wish to answer] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => I do not wish to answer
[#return_value] => I do not wish to answer
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => I do not wish to answer
)

[#weight] => 0.006
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][I do not wish to answer]
[#id] => edit-field-membertype-keys-I-do-not-wish-to-answer
[#value] =>
[#sorted] => 1
)

[Other] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Other
[#return_value] => Other
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Other
)

[#weight] => 0.007
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Other]
[#id] => edit-field-membertype-keys-Other
[#value] =>
[#sorted] => 1
)

[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_membertype
)

[#weight] => 0.009
[#processed] =>
[#sorted] => 1
)

[field_ageatdiagnosis] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Age at Diagnosis
[#default_value] =>
[#required] => 0
[#description] =>
[#size] => 20
[#maxlength] => 11
[#attributes] => Array
(
[class] => number
)

[#field_prefix] =>
[#field_suffix] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
[2] => value
)

[#weight] => 0
[#processed] =>
[#input] => 1
[#autocomplete_path] =>
[#name] => field_ageatdiagnosis[0][value]
[#id] => edit-field-ageatdiagnosis-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_ageatdiagnosis
)

[#weight] => 0.011
[#processed] =>
[#sorted] => 1
)

[field_city] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => City
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 150
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_city[0][value]
[#id] => edit-field-city-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_city
)

[#weight] => 0.012
[#processed] =>
[#sorted] => 1
)

[field_survivorship] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Survivorship
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_survivorship[0][value]
[#id] => edit-field-survivorship-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_survivorship
)

[#weight] => 0.013
[#processed] =>
[#sorted] => 1
)

[field_diagnosed] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Diagnosed
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_diagnosed[0][value]
[#id] => edit-field-diagnosed-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_diagnosed
)

[#weight] => 0.014
[#processed] =>
[#sorted] => 1
)

[field_state] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => State
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 2
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_state[0][value]
[#id] => edit-field-state-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_state
)

[#weight] => 0.015
[#processed] =>
[#sorted] => 1
)

[field_biggest_fear] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Biggest Fear When Diagnosed
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_biggest_fear[0][value]
[#id] => edit-field-biggest-fear-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_biggest_fear
)

[#weight] => 0.016
[#processed] =>
[#sorted] => 1
)

[field_family] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Family
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_family[0][value]
[#id] => edit-field-family-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_family
)

[#weight] => 0.017
[#processed] =>
[#sorted] => 1
)

[field_how_did_you_overcome] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => How did you overcome that fear?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_how_did_you_overcome[0][value]
[#id] => edit-field-how-did-you-overcome-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_how_did_you_overcome
)

[#weight] => 0.018
[#processed] =>
[#sorted] => 1
)

[field_occupation] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Occupation
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_occupation[0][value]
[#id] => edit-field-occupation-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_occupation
)

[#weight] => 0.019
[#processed] =>
[#sorted] => 1
)

[field_hobbies] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Hobbies
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_hobbies[0][value]
[#id] => edit-field-hobbies-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_hobbies
)

[#weight] => 0.02
[#processed] =>
[#sorted] => 1
)

[field_experience] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What got you through your cancer experience?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_experience[0][value]
[#id] => edit-field-experience-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_experience
)

[#weight] => 0.021
[#processed] =>
[#sorted] => 1
)

[field_favorite_books] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Favorite Books
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_favorite_books[0][value]
[#id] => edit-field-favorite-books-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_favorite_books
)

[#weight] => 0.022
[#processed] =>
[#sorted] => 1
)

[field_mostimportantlesson] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What was the most important lesson you learned?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_mostimportantlesson[0][value]
[#id] => edit-field-mostimportantlesson-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_mostimportantlesson
)

[#weight] => 0.023
[#processed] =>
[#sorted] => 1
)

[field_proudest_moment] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Proudest Moment
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_proudest_moment[0][value]
[#id] => edit-field-proudest-moment-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_proudest_moment
)

[#weight] => 0.024
[#processed] =>
[#sorted] => 1
)

[field_advice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What advice would you like to pass on to others?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_advice[0][value]
[#id] => edit-field-advice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_advice
)

[#weight] => 0.025
[#processed] =>
[#sorted] => 1
)

[field_tellothers] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What would you like to tell other women who are either newly diagnosed or too afraid to seek treatment?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_tellothers[0][value]
[#id] => edit-field-tellothers-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_tellothers
)

[#weight] => 0.027
[#processed] =>
[#sorted] => 1
)

[field_inspiration] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Where I look for inspiration
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_inspiration[0][value]
[#id] => edit-field-inspiration-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_inspiration
)

[#weight] => 0.028
[#processed] =>
[#sorted] => 1
)

[field_bestadvice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Best advice given to me by a Survivor
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_bestadvice[0][value]
[#id] => edit-field-bestadvice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_bestadvice
)

[#weight] => 0.029
[#processed] =>
[#sorted] => 1
)

[field_user_story_field] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => user_story_field
[#default_value] =>
[#required] => 0
[#rows] => 6
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_user_story_field[0][value]
[#id] => edit-field-user-story-field-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_story_field
)

[#weight] => 0.03
[#processed] =>
[#sorted] => 1
)

[captcha] => Array
(
[#type] => fieldset
[#title] => CAPTCHA
[#description] => This question is for testing whether you are a human visitor and to prevent automated spam submissions.
[#attributes] => Array
(
[class] => captcha
)

[captcha_image] => Array
(
[#type] => markup
[#value] => Image CAPTCHA
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_image
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#prefix] =>
[#suffix] =>
[#sorted] => 1
)

[captcha_response] => Array
(
[#type] => textfield
[#title] => What code is in the image?
[#description] => Copy the characters (respecting upper/lower case) from the image.
[#weight] => 0
[#required] => 1
[#size] => 15
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_response
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#maxlength] => 128
[#autocomplete_path] =>
[#name] => captcha_response
[#id] => edit-captcha-response
[#value] =>
[#sorted] => 1
)

[captcha_solution] => Array
(
[#type] => value
[#value] => 9Qmrr
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_solution
)

[#weight] => 0.002
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_solution
[#id] => edit-captcha-solution
[#sorted] => 1
)

[captcha_token] => Array
(
[#type] => hidden
[#value] => 4b2a7cfc2e228e9b34d4a67f0adc0518
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_token
)

[#weight] => 0.003
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_token
[#id] => edit-captcha-token
[#sorted] => 1
)

[validationdata] => Array
(
[#type] => value
[#value] => Array
(
[form_id] => user_register
[preprocess] =>
[module] => image_captcha
[type] => Image
)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => validationdata
)

[#weight] => 0.004
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => validationdata
[#id] => edit-validationdata
[#sorted] => 1
)

[#validate] => Array
(
[captcha_validate] => Array
(
)

)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha
)

[#weight] => 29.9995
[#processed] =>
[#required] =>
[#collapsible] =>
[#collapsed] =>
)

[submit] => Array
(
[#type] => submit
[#value] => Create new account
[#weight] => 30
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => submit
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => op
[#button_type] => submit
[#executes_submit_callback] => 1
[#id] => edit-submit
[#sorted] => 1
)

[#theme_used] => 1
[#value] =>
[zebra] => odd
[id] => 1
[directory] => sites/lc.openzuka.com/themes/sky
[is_front] =>
)

[field_user_picture] => Array
(
[#type] => fieldset
[#title] => Photo
[#weight] => -10
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_user_picture_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_user_picture_upload]
[#id] => edit-field-user-picture-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_user_picture_op
[#attributes] => Array
(
[id] => field_user_picture-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_picture
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[field_storypic] => Array
(
[#type] => fieldset
[#title] => Photo(s)
[#weight] => -1
[#collapsible] => 1
[#collapsed] =>
[#tree] => 1
[field_storypic_upload] => Array
(
[#type] => file
[#description] =>
[#tree] =>
[#weight] => 9
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic_upload
)

[#processed] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#size] => 60
[#name] => files[field_storypic_upload]
[#id] => edit-field-storypic-upload
[#value] =>
[#sorted] => 1
)

[upload] => Array
(
[#type] => button
[#value] => Upload
[#name] => cck_imagefield_field_storypic_op
[#attributes] => Array
(
[id] => field_storypic-attach-button
)

[#tree] =>
[#weight] => 10
[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => upload
)

[#processed] =>
[#description] =>
[#required] =>
[#input] => 1
[#button_type] => submit
[#executes_submit_callback] =>
[#id] => edit-upload
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_storypic
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
)

[user_registration_help] => Array
(
[#value] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => user_registration_help
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[name] => Array
(
[#type] => textfield
[#title] => Username
[#default_value] =>
[#maxlength] => 60
[#description] => Your preferred username; punctuation is not allowed except for periods, hyphens, and underscores.
[#required] => 1
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => name
)

[#weight] => 0.001
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => name
[#id] => edit-name
[#value] =>
[#sorted] => 1
)

[mail] => Array
(
[#type] => textfield
[#title] => E-mail address
[#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
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => mail
)

[#weight] => 0.002
[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => mail
[#id] => edit-mail
[#value] =>
[#sorted] => 1
)

[pass] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => pass
)

[#weight] => 0.003
[#processed] =>
[#sorted] => 1
)

[status] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => status
)

[#weight] => 0.004
[#processed] =>
[#sorted] => 1
)

[roles] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => roles
)

[#weight] => 0.005
[#processed] =>
[#sorted] => 1
)

[notify] => Array
(
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => notify
)

[#weight] => 0.006
[#processed] =>
[#sorted] => 1
)

[form_id] => Array
(
[#type] => hidden
[#value] => user_register
[#id] => edit-user-register
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => form_id
)

[#weight] => 0.008
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => form_id
[#sorted] => 1
)

[field_membertype] => Array
(
[#tree] => 1
[keys] => Array
(
[#type] => checkboxes
[#title] => I am a
[#default_value] => Array
(
)

[#options] => Array
(
[Recently-Diagnosed Survivor] => Recently-Diagnosed Survivor
[Survivor in Remission] => Survivor in Remission
[Kin to a Survivor] => Kin to a Survivor
[Spouse of a Survivor] => Spouse of a Survivor
[Friend of a Survivor] => Friend of a Survivor
[Supporter of Survivors] => Supporter of Survivors
[I do not wish to answer] => I do not wish to answer
[Other] => Other
)

[#required] => 0
[#description] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
)

[#weight] => 0
[#processed] => 1
[#attributes] => Array
(
)

[#input] => 1
[#process] => Array
(
[expand_checkboxes] => Array
(
)

)

[#name] => field_membertype[keys]
[#id] => edit-field-membertype-keys
[#value] => Array
(
)

[Recently-Diagnosed Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Recently-Diagnosed Survivor
[#return_value] => Recently-Diagnosed Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Recently-Diagnosed Survivor
)

[#weight] => 0
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Recently-Diagnosed Survivor]
[#id] => edit-field-membertype-keys-Recently-Diagnosed-Survivor
[#value] =>
[#sorted] => 1
)

[Survivor in Remission] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Survivor in Remission
[#return_value] => Survivor in Remission
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Survivor in Remission
)

[#weight] => 0.001
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Survivor in Remission]
[#id] => edit-field-membertype-keys-Survivor-in-Remission
[#value] =>
[#sorted] => 1
)

[Kin to a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Kin to a Survivor
[#return_value] => Kin to a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Kin to a Survivor
)

[#weight] => 0.002
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Kin to a Survivor]
[#id] => edit-field-membertype-keys-Kin-to-a-Survivor
[#value] =>
[#sorted] => 1
)

[Spouse of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Spouse of a Survivor
[#return_value] => Spouse of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Spouse of a Survivor
)

[#weight] => 0.003
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Spouse of a Survivor]
[#id] => edit-field-membertype-keys-Spouse-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Friend of a Survivor] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Friend of a Survivor
[#return_value] => Friend of a Survivor
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Friend of a Survivor
)

[#weight] => 0.004
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Friend of a Survivor]
[#id] => edit-field-membertype-keys-Friend-of-a-Survivor
[#value] =>
[#sorted] => 1
)

[Supporter of Survivors] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Supporter of Survivors
[#return_value] => Supporter of Survivors
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Supporter of Survivors
)

[#weight] => 0.005
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Supporter of Survivors]
[#id] => edit-field-membertype-keys-Supporter-of-Survivors
[#value] =>
[#sorted] => 1
)

[I do not wish to answer] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => I do not wish to answer
[#return_value] => I do not wish to answer
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => I do not wish to answer
)

[#weight] => 0.006
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][I do not wish to answer]
[#id] => edit-field-membertype-keys-I-do-not-wish-to-answer
[#value] =>
[#sorted] => 1
)

[Other] => Array
(
[#type] => checkbox
[#processed] =>
[#title] => Other
[#return_value] => Other
[#default_value] =>
[#attributes] => Array
(
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_membertype
[1] => keys
[2] => Other
)

[#weight] => 0.007
[#description] =>
[#required] =>
[#input] => 1
[#name] => field_membertype[keys][Other]
[#id] => edit-field-membertype-keys-Other
[#value] =>
[#sorted] => 1
)

[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_membertype
)

[#weight] => 0.009
[#processed] =>
[#sorted] => 1
)

[field_ageatdiagnosis] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Age at Diagnosis
[#default_value] =>
[#required] => 0
[#description] =>
[#size] => 20
[#maxlength] => 11
[#attributes] => Array
(
[class] => number
)

[#field_prefix] =>
[#field_suffix] =>
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
[2] => value
)

[#weight] => 0
[#processed] =>
[#input] => 1
[#autocomplete_path] =>
[#name] => field_ageatdiagnosis[0][value]
[#id] => edit-field-ageatdiagnosis-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_ageatdiagnosis
[1] => 0
)

[#weight] => 0
[#processed] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_ageatdiagnosis
)

[#weight] => 0.011
[#processed] =>
[#sorted] => 1
)

[field_city] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => City
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 150
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_city[0][value]
[#id] => edit-field-city-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_city
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_city
)

[#weight] => 0.012
[#processed] =>
[#sorted] => 1
)

[field_survivorship] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Survivorship
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -8
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_survivorship[0][value]
[#id] => edit-field-survivorship-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_survivorship
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_survivorship
)

[#weight] => 0.013
[#processed] =>
[#sorted] => 1
)

[field_diagnosed] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Diagnosed
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_diagnosed[0][value]
[#id] => edit-field-diagnosed-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_diagnosed
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_diagnosed
)

[#weight] => 0.014
[#processed] =>
[#sorted] => 1
)

[field_state] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => State
[#default_value] =>
[#required] => 1
[#description] =>
[#maxlength] => 2
[#weight] => -7
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_state[0][value]
[#id] => edit-field-state-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_state
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_state
)

[#weight] => 0.015
[#processed] =>
[#sorted] => 1
)

[field_biggest_fear] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Biggest Fear When Diagnosed
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_biggest_fear[0][value]
[#id] => edit-field-biggest-fear-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_biggest_fear
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_biggest_fear
)

[#weight] => 0.016
[#processed] =>
[#sorted] => 1
)

[field_family] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Family
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -6
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_family[0][value]
[#id] => edit-field-family-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_family
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_family
)

[#weight] => 0.017
[#processed] =>
[#sorted] => 1
)

[field_how_did_you_overcome] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => How did you overcome that fear?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_how_did_you_overcome[0][value]
[#id] => edit-field-how-did-you-overcome-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_how_did_you_overcome
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_how_did_you_overcome
)

[#weight] => 0.018
[#processed] =>
[#sorted] => 1
)

[field_occupation] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Occupation
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -5
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_occupation[0][value]
[#id] => edit-field-occupation-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_occupation
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_occupation
)

[#weight] => 0.019
[#processed] =>
[#sorted] => 1
)

[field_hobbies] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Hobbies
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_hobbies[0][value]
[#id] => edit-field-hobbies-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_hobbies
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_hobbies
)

[#weight] => 0.02
[#processed] =>
[#sorted] => 1
)

[field_experience] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What got you through your cancer experience?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -4
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_experience[0][value]
[#id] => edit-field-experience-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_experience
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_experience
)

[#weight] => 0.021
[#processed] =>
[#sorted] => 1
)

[field_favorite_books] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Favorite Books
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_favorite_books[0][value]
[#id] => edit-field-favorite-books-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_favorite_books
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_favorite_books
)

[#weight] => 0.022
[#processed] =>
[#sorted] => 1
)

[field_mostimportantlesson] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What was the most important lesson you learned?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -3
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_mostimportantlesson[0][value]
[#id] => edit-field-mostimportantlesson-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_mostimportantlesson
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_mostimportantlesson
)

[#weight] => 0.023
[#processed] =>
[#sorted] => 1
)

[field_proudest_moment] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Proudest Moment
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_proudest_moment[0][value]
[#id] => edit-field-proudest-moment-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_proudest_moment
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_proudest_moment
)

[#weight] => 0.024
[#processed] =>
[#sorted] => 1
)

[field_advice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What advice would you like to pass on to others?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_advice[0][value]
[#id] => edit-field-advice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_advice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_advice
)

[#weight] => 0.025
[#processed] =>
[#sorted] => 1
)

[field_tellothers] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => What would you like to tell other women who are either newly diagnosed or too afraid to seek treatment?
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_tellothers[0][value]
[#id] => edit-field-tellothers-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_tellothers
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_tellothers
)

[#weight] => 0.027
[#processed] =>
[#sorted] => 1
)

[field_inspiration] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textfield
[#title] => Where I look for inspiration
[#default_value] =>
[#required] => 0
[#description] =>
[#maxlength] =>
[#weight] => -1
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#size] => 60
[#autocomplete_path] =>
[#name] => field_inspiration[0][value]
[#id] => edit-field-inspiration-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_inspiration
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_inspiration
)

[#weight] => 0.028
[#processed] =>
[#sorted] => 1
)

[field_bestadvice] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => Best advice given to me by a Survivor
[#default_value] =>
[#required] => 0
[#rows] => 4
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_bestadvice[0][value]
[#id] => edit-field-bestadvice-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_bestadvice
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_bestadvice
)

[#weight] => 0.029
[#processed] =>
[#sorted] => 1
)

[field_user_story_field] => Array
(
[#tree] => 1
[0] => Array
(
[value] => Array
(
[#type] => textarea
[#title] => user_story_field
[#default_value] =>
[#required] => 0
[#rows] => 6
[#description] =>
[#weight] => 0
[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
[2] => value
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#cols] => 60
[#name] => field_user_story_field[0][value]
[#id] => edit-field-user-story-field-0-value
[#value] =>
[#sorted] => 1
)

[#post] => Array
(
)

[#programmed] =>
[#tree] => 1
[#parents] => Array
(
[0] => field_user_story_field
[1] => 0
)

[#weight] => 0
[#processed] =>
)

[#post] => Array
(
)

[#programmed] =>
[#parents] => Array
(
[0] => field_user_story_field
)

[#weight] => 0.03
[#processed] =>
[#sorted] => 1
)

[captcha] => Array
(
[#type] => fieldset
[#title] => CAPTCHA
[#description] => This question is for testing whether you are a human visitor and to prevent automated spam submissions.
[#attributes] => Array
(
[class] => captcha
)

[captcha_image] => Array
(
[#type] => markup
[#value] => Image CAPTCHA
[#weight] => -2
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_image
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#prefix] =>
[#suffix] =>
[#sorted] => 1
)

[captcha_response] => Array
(
[#type] => textfield
[#title] => What code is in the image?
[#description] => Copy the characters (respecting upper/lower case) from the image.
[#weight] => 0
[#required] => 1
[#size] => 15
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_response
)

[#processed] =>
[#attributes] => Array
(
)

[#input] => 1
[#maxlength] => 128
[#autocomplete_path] =>
[#name] => captcha_response
[#id] => edit-captcha-response
[#value] =>
[#sorted] => 1
)

[captcha_solution] => Array
(
[#type] => value
[#value] => 9Qmrr
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_solution
)

[#weight] => 0.002
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_solution
[#id] => edit-captcha-solution
[#sorted] => 1
)

[captcha_token] => Array
(
[#type] => hidden
[#value] => 4b2a7cfc2e228e9b34d4a67f0adc0518
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha_token
)

[#weight] => 0.003
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => captcha_token
[#id] => edit-captcha-token
[#sorted] => 1
)

[validationdata] => Array
(
[#type] => value
[#value] => Array
(
[form_id] => user_register
[preprocess] =>
[module] => image_captcha
[type] => Image
)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => validationdata
)

[#weight] => 0.004
[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => validationdata
[#id] => edit-validationdata
[#sorted] => 1
)

[#validate] => Array
(
[captcha_validate] => Array
(
)

)

[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => captcha
)

[#weight] => 29.9995
[#processed] =>
[#required] =>
[#collapsible] =>
[#collapsed] =>
)

[submit] => Array
(
[#type] => submit
[#value] => Create new account
[#weight] => 30
[#post] => Array
(
)

[#programmed] =>
[#tree] =>
[#parents] => Array
(
[0] => submit
)

[#processed] =>
[#description] =>
[#attributes] => Array
(
)

[#required] =>
[#input] => 1
[#name] => op
[#button_type] => submit
[#executes_submit_callback] => 1
[#id] => edit-submit
[#sorted] => 1
)

[zebra] => odd
[id] => 1
[directory] => sites/lc.openzuka.com/themes/sky
[is_front] =>
)

Resolution

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.