Advertisement
emcniece

Drupal AJAX Login/Register bug node 1971196

Apr 15th, 2013
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 288.32 KB | None | 0 0
  1. // http://drupal.org/node/1971196
  2. <pre>Array
  3. (
  4.     [#user] =&gt; stdClass Object
  5.        (
  6.             [uid] =&gt; 0
  7.             [hostname] =&gt; 184.71.25.166
  8.             [roles] =&gt; Array
  9.                 (
  10.                     [1] =&gt; anonymous user
  11.                 )
  12.  
  13.             [cache] =&gt; 0
  14.         )
  15.  
  16.     [#user_category] =&gt; register
  17.    [#attached] =&gt; Array
  18.        (
  19.             [library] =&gt; Array
  20.                 (
  21.                     [0] =&gt; Array
  22.                         (
  23.                             [0] =&gt; system
  24.                             [1] =&gt; jquery.cookie
  25.                         )
  26.  
  27.                 )
  28.  
  29.             [css] =&gt; Array
  30.                 (
  31.                     [0] =&gt; sites/all/modules/field_group/field_group.field_ui.css
  32.                     [1] =&gt; sites/all/modules/field_group/field_group.css
  33.                 )
  34.  
  35.             [js] =&gt; Array
  36.                 (
  37.                     [0] =&gt; Array
  38.                         (
  39.                             [data] =&gt; Array
  40.                                 (
  41.                                     [field_group] =&gt; Array
  42.                                         (
  43.                                             [div] =&gt; form
  44.                                         )
  45.  
  46.                                 )
  47.  
  48.                             [type] =&gt; setting
  49.                         )
  50.  
  51.                     [1] =&gt; misc/form.js
  52.                     [2] =&gt; misc/collapse.js
  53.                     [3] =&gt; Array
  54.                         (
  55.                             [data] =&gt; Array
  56.                                 (
  57.                                     [field_group] =&gt; Array
  58.                                         (
  59.                                             [div] =&gt; form
  60.                                         )
  61.  
  62.                                 )
  63.  
  64.                             [type] =&gt; setting
  65.                         )
  66.  
  67.                     [4] =&gt; misc/form.js
  68.                     [5] =&gt; misc/collapse.js
  69.                     [6] =&gt; sites/all/modules/field_group/field_group.js
  70.                 )
  71.  
  72.         )
  73.  
  74.     [#attributes] =&gt; Array
  75.        (
  76.             [class] =&gt; Array
  77.                 (
  78.                     [0] =&gt; user-info-from-cookie
  79.                 )
  80.  
  81.             [enctype] =&gt; multipart/form-data
  82.         )
  83.  
  84.     [#validate] =&gt; Array
  85.        (
  86.             [0] =&gt; sharedemail_account_form_validate
  87.             [1] =&gt; user_validate_picture
  88.             [2] =&gt; user_register_validate
  89.             [3] =&gt; logintoboggan_user_register_validate
  90.         )
  91.  
  92.     [#parents] =&gt; Array
  93.        (
  94.         )
  95.  
  96.     [#entity] =&gt; stdClass Object
  97.        (
  98.             [uid] =&gt; 0
  99.             [hostname] =&gt; 184.71.25.166
  100.             [roles] =&gt; Array
  101.                 (
  102.                     [1] =&gt; anonymous user
  103.                 )
  104.  
  105.             [cache] =&gt; 0
  106.         )
  107.  
  108.     [#pre_render] =&gt; Array
  109.        (
  110.             [0] =&gt; _field_extra_fields_pre_render
  111.             [1] =&gt; field_group_form_pre_render
  112.         )
  113.  
  114.     [#entity_type] =&gt; user
  115.    [#bundle] =&gt; user
  116.    [#groups] =&gt; Array
  117.        (
  118.             [group_left] =&gt; stdClass Object
  119.                 (
  120.                     [id] =&gt; 10
  121.                     [identifier] =&gt; group_left|user|user|form
  122.                     [group_name] =&gt; group_left
  123.                     [entity_type] =&gt; user
  124.                     [bundle] =&gt; user
  125.                     [mode] =&gt; form
  126.                     [parent_name] =&gt;
  127.                     [table] =&gt; field_group
  128.                     [type] =&gt; Normal
  129.                     [export_type] =&gt; 1
  130.                     [disabled] =&gt;
  131.                     [label] =&gt; Left Group
  132.                     [weight] =&gt; 0
  133.                     [children] =&gt; Array
  134.                         (
  135.                             [0] =&gt; field_acct_bday
  136.                             [1] =&gt; field_acct_location
  137.                             [2] =&gt; field_prof_gender
  138.                             [3] =&gt; field_prof_looking_for
  139.                             [4] =&gt; account
  140.                         )
  141.  
  142.                     [format_type] =&gt; div
  143.                     [format_settings] =&gt; Array
  144.                         (
  145.                             [label] =&gt; Left Group
  146.                             [instance_settings] =&gt; Array
  147.                                 (
  148.                                     [required_fields] =&gt; 1
  149.                                     [id] =&gt;
  150.                                     [classes] =&gt;
  151.                                     [description] =&gt;
  152.                                     [show_label] =&gt; 0
  153.                                     [label_element] =&gt; h3
  154.                                     [effect] =&gt; none
  155.                                     [speed] =&gt; fast
  156.                                 )
  157.  
  158.                             [formatter] =&gt; open
  159.                         )
  160.  
  161.                     [classes] =&gt; field-group-div group-left required-fields  speed-fast effect-none
  162.                     [collapsible] =&gt;
  163.                     [collapsed] =&gt;
  164.                     [description] =&gt;
  165.                 )
  166.  
  167.             [group_right] =&gt; stdClass Object
  168.                 (
  169.                     [id] =&gt; 11
  170.                     [identifier] =&gt; group_right|user|user|form
  171.                     [group_name] =&gt; group_right
  172.                     [entity_type] =&gt; user
  173.                     [bundle] =&gt; user
  174.                     [mode] =&gt; form
  175.                     [parent_name] =&gt;
  176.                     [table] =&gt; field_group
  177.                     [type] =&gt; Normal
  178.                     [export_type] =&gt; 1
  179.                     [disabled] =&gt;
  180.                     [label] =&gt;
  181.                     [weight] =&gt; 8
  182.                     [children] =&gt; Array
  183.                         (
  184.                             [0] =&gt; field_terms_and_privacy_policy
  185.                             [1] =&gt; captcha
  186.                             [2] =&gt; actions
  187.                         )
  188.  
  189.                     [format_type] =&gt; div
  190.                     [format_settings] =&gt; Array
  191.                         (
  192.                             [label] =&gt;
  193.                             [instance_settings] =&gt; Array
  194.                                 (
  195.                                     [required_fields] =&gt; 1
  196.                                     [id] =&gt;
  197.                                     [classes] =&gt;
  198.                                     [description] =&gt;
  199.                                     [show_label] =&gt; 0
  200.                                     [label_element] =&gt; h3
  201.                                     [effect] =&gt; none
  202.                                     [speed] =&gt; fast
  203.                                 )
  204.  
  205.                             [formatter] =&gt; open
  206.                         )
  207.  
  208.                     [classes] =&gt; field-group-div group-right required-fields  speed-fast effect-none
  209.                     [collapsible] =&gt;
  210.                     [collapsed] =&gt;
  211.                     [description] =&gt;
  212.                 )
  213.  
  214.         )
  215.  
  216.     [#fieldgroups] =&gt; Array
  217.        (
  218.             [group_left] =&gt; stdClass Object
  219.                 (
  220.                     [id] =&gt; 10
  221.                     [identifier] =&gt; group_left|user|user|form
  222.                     [group_name] =&gt; group_left
  223.                     [entity_type] =&gt; user
  224.                     [bundle] =&gt; user
  225.                     [mode] =&gt; form
  226.                     [parent_name] =&gt;
  227.                     [table] =&gt; field_group
  228.                     [type] =&gt; Normal
  229.                     [export_type] =&gt; 1
  230.                     [disabled] =&gt;
  231.                     [label] =&gt; Left Group
  232.                     [weight] =&gt; 0
  233.                     [children] =&gt; Array
  234.                         (
  235.                             [0] =&gt; field_acct_bday
  236.                             [1] =&gt; field_acct_location
  237.                             [2] =&gt; field_prof_gender
  238.                             [3] =&gt; field_prof_looking_for
  239.                             [4] =&gt; account
  240.                         )
  241.  
  242.                     [format_type] =&gt; div
  243.                     [format_settings] =&gt; Array
  244.                         (
  245.                             [label] =&gt; Left Group
  246.                             [instance_settings] =&gt; Array
  247.                                 (
  248.                                     [required_fields] =&gt; 1
  249.                                     [id] =&gt;
  250.                                     [classes] =&gt;
  251.                                     [description] =&gt;
  252.                                     [show_label] =&gt; 0
  253.                                     [label_element] =&gt; h3
  254.                                     [effect] =&gt; none
  255.                                     [speed] =&gt; fast
  256.                                 )
  257.  
  258.                             [formatter] =&gt; open
  259.                         )
  260.  
  261.                     [classes] =&gt; field-group-div group-left required-fields  speed-fast effect-none
  262.                     [collapsible] =&gt;
  263.                     [collapsed] =&gt;
  264.                     [description] =&gt;
  265.                 )
  266.  
  267.             [group_right] =&gt; stdClass Object
  268.                 (
  269.                     [id] =&gt; 11
  270.                     [identifier] =&gt; group_right|user|user|form
  271.                     [group_name] =&gt; group_right
  272.                     [entity_type] =&gt; user
  273.                     [bundle] =&gt; user
  274.                     [mode] =&gt; form
  275.                     [parent_name] =&gt;
  276.                     [table] =&gt; field_group
  277.                     [type] =&gt; Normal
  278.                     [export_type] =&gt; 1
  279.                     [disabled] =&gt;
  280.                     [label] =&gt;
  281.                     [weight] =&gt; 8
  282.                     [children] =&gt; Array
  283.                         (
  284.                             [0] =&gt; field_terms_and_privacy_policy
  285.                             [1] =&gt; captcha
  286.                             [2] =&gt; actions
  287.                         )
  288.  
  289.                     [format_type] =&gt; div
  290.                     [format_settings] =&gt; Array
  291.                         (
  292.                             [label] =&gt;
  293.                             [instance_settings] =&gt; Array
  294.                                 (
  295.                                     [required_fields] =&gt; 1
  296.                                     [id] =&gt;
  297.                                     [classes] =&gt;
  298.                                     [description] =&gt;
  299.                                     [show_label] =&gt; 0
  300.                                     [label_element] =&gt; h3
  301.                                     [effect] =&gt; none
  302.                                     [speed] =&gt; fast
  303.                                 )
  304.  
  305.                             [formatter] =&gt; open
  306.                         )
  307.  
  308.                     [classes] =&gt; field-group-div group-right required-fields  speed-fast effect-none
  309.                     [collapsible] =&gt;
  310.                     [collapsed] =&gt;
  311.                     [description] =&gt;
  312.                 )
  313.  
  314.         )
  315.  
  316.     [#group_children] =&gt; Array
  317.        (
  318.             [field_acct_bday] =&gt; group_left
  319.             [field_acct_location] =&gt; group_left
  320.             [field_prof_gender] =&gt; group_left
  321.             [field_prof_looking_for] =&gt; group_left
  322.             [field_terms_and_privacy_policy] =&gt; group_right
  323.             [captcha] =&gt; group_right
  324.             [account] =&gt; group_left
  325.             [actions] =&gt; group_right
  326.         )
  327.  
  328.     [#submit] =&gt; Array
  329.        (
  330.             [0] =&gt; registration_role_form_user_register_submit
  331.             [1] =&gt; logintoboggan_user_register_submit
  332.             [2] =&gt; user_registrationpassword_form_user_register_submit
  333.         )
  334.  
  335.     [#form_id] =&gt; user_register_form
  336.    [#type] =&gt; form
  337.    [#build_id] =&gt; form-WwrvLP_CNNZazfDLLhlIS0gzfOxz9XvL6HGgidNkW9g
  338.    [#id] =&gt; user-register-form
  339.    [#method] =&gt; post
  340.    [#action] =&gt; /user/register
  341.    [#theme_wrappers] =&gt; Array
  342.        (
  343.             [0] =&gt; form
  344.             [1] =&gt; ajax_register_wrapper
  345.         )
  346.  
  347.     [#tree] =&gt;
  348.    [#theme] =&gt; Array
  349.        (
  350.             [0] =&gt; user_register_form
  351.         )
  352.  
  353.     [#after_build] =&gt; Array
  354.        (
  355.             [0] =&gt; context_form_alter_node_after_build
  356.         )
  357.  
  358.     [#prefix] =&gt; <h2>Sign up now... free!</h2>
  359.    [#suffix] =&gt; <div style="clear:both;"></div>
  360.    [#processed] =&gt;
  361.    [#defaults_loaded] =&gt; 1
  362.    [#required] =&gt;
  363.    [#title_display] =&gt; before
  364.    [#array_parents] =&gt; Array
  365.        (
  366.         )
  367.  
  368.     [#after_build_done] =&gt; 1
  369.    [group_left] =&gt; Array
  370.         (
  371.             [#id] =&gt; user_user_form_group_left
  372.            [#weight] =&gt; 0
  373.            [#type] =&gt; markup
  374.            [#prefix] =&gt; <div id="user_user_form_group_left" class="field-group-format group_left field-group-div group-left required-fields  speed-fast effect-none">
  375.            [#suffix] =&gt; </div>
  376.            [#markup] =&gt;
  377.            [#pre_render] =&gt; Array
  378.                (
  379.                     [0] =&gt; drupal_pre_render_markup
  380.                     [1] =&gt; ctools_dependent_pre_render
  381.                 )
  382.  
  383.             [#children] =&gt; <div class="field-type-list-text field-name-field-prof-gender field-widget-options-select form-wrapper" id="edit-field-prof-gender"><div class="form-item form-type-select form-item-field-prof-gender-und clearfix">
  384.  <label for="edit-field-prof-gender-und">I am a... <span class="form-required" title="This field is required.">*</span></label>
  385.  <div class="dk_container dk_theme_default" id="dk_container_edit-field-prof-gender-und" tabindex="" style="display: block;"><a class="dk_toggle" style="width: 130px;"><span class="dk_label">- Select a value -</span></a><div class="dk_options"><ul class="dk_options_inner"><li class="dk_option_current"><a data-dk-dropdown-value="_none">- Select a value -</a></li><li class=""><a data-dk-dropdown-value="Male">Male</a></li><li class=""><a data-dk-dropdown-value="Female">Female</a></li></ul></div></div><select id="edit-field-prof-gender-und" name="field_prof_gender[und]" class="form-select required dk-active" style="display: none;"><option value="_none">- Select a value -</option><option value="Male">Male</option><option value="Female">Female</option></select>
  386. </div>
  387. </div><div class="field-type-list-text field-name-field-prof-looking-for field-widget-options-buttons clearfix form-wrapper" id="edit-field-prof-looking-for"><div class="form-item form-type-checkboxes form-item-field-prof-looking-for-und">
  388.   <label for="edit-field-prof-looking-for-und">Looking For <span class="form-required" title="This field is required.">*</span></label>
  389.  <div id="edit-field-prof-looking-for-und" class="form-checkboxes"><div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Male">
  390.  <input type="checkbox" id="edit-field-prof-looking-for-und-male" name="field_prof_looking_for[und][Male]" value="Male" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-male">Male </label>
  391.  
  392. </div>
  393. <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Female">
  394.  <input type="checkbox" id="edit-field-prof-looking-for-und-female" name="field_prof_looking_for[und][Female]" value="Female" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-female">Female </label>
  395.  
  396. </div>
  397. </div>
  398. </div>
  399. </div><div class="field-type-datetime field-name-field-acct-bday field-widget-date-select form-wrapper" id="edit-field-acct-bday"><div id="field-acct-bday-add-more-wrapper"><fieldset class="form-wrapper date-processed"><legend><span class="fieldset-legend">Date of birth </span></legend><div class="fieldset-wrapper"><div class="date-no-float container-inline-date"><div class="form-item form-type-date-select form-item-field-acct-bday-und-0-value clearfix">
  400.  <div id="edit-field-acct-bday-und-0-value" class="date-padding clearfix"><div class="form-item form-type-select form-item-field-acct-bday-und-0-value-month clearfix">
  401.   <label for="edit-field-acct-bday-und-0-value-month">Month <span class="form-required" title="This field is required.">*</span></label>
  402.  <div class="date-month"><div class="dk_container dk_theme_default" id="dk_container_edit-field-acct-bday-und-0-value-month" tabindex="" style="display: block;"><a class="dk_toggle" style="width: 58px;"><span class="dk_label">Apr</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">Jan</a></li><li class=""><a data-dk-dropdown-value="2">Feb</a></li><li class=""><a data-dk-dropdown-value="3">Mar</a></li><li class="dk_option_current"><a data-dk-dropdown-value="4">Apr</a></li><li class=""><a data-dk-dropdown-value="5">May</a></li><li class=""><a data-dk-dropdown-value="6">Jun</a></li><li class=""><a data-dk-dropdown-value="7">Jul</a></li><li class=""><a data-dk-dropdown-value="8">Aug</a></li><li class=""><a data-dk-dropdown-value="9">Sep</a></li><li class=""><a data-dk-dropdown-value="10">Oct</a></li><li class=""><a data-dk-dropdown-value="11">Nov</a></li><li class=""><a data-dk-dropdown-value="12">Dec</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-month" name="field_acct_bday[und][0][value][month]" style="display: none;"><option value="1">Jan</option><option value="2">Feb</option><option value="3">Mar</option><option value="4" selected="selected">Apr</option><option value="5">May</option><option value="6">Jun</option><option value="7">Jul</option><option value="8">Aug</option><option value="9">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12">Dec</option></select></div>
  403. </div>
  404. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-day clearfix">
  405.   <label for="edit-field-acct-bday-und-0-value-day">Day <span class="form-required" title="This field is required.">*</span></label>
  406.  <div class="date-day"><div class="dk_container dk_theme_default" id="dk_container_edit-field-acct-bday-und-0-value-day" tabindex="" style="display: block;"><a class="dk_toggle" style="width: 47px;"><span class="dk_label">15</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">1</a></li><li class=""><a data-dk-dropdown-value="2">2</a></li><li class=""><a data-dk-dropdown-value="3">3</a></li><li class=""><a data-dk-dropdown-value="4">4</a></li><li class=""><a data-dk-dropdown-value="5">5</a></li><li class=""><a data-dk-dropdown-value="6">6</a></li><li class=""><a data-dk-dropdown-value="7">7</a></li><li class=""><a data-dk-dropdown-value="8">8</a></li><li class=""><a data-dk-dropdown-value="9">9</a></li><li class=""><a data-dk-dropdown-value="10">10</a></li><li class=""><a data-dk-dropdown-value="11">11</a></li><li class=""><a data-dk-dropdown-value="12">12</a></li><li class=""><a data-dk-dropdown-value="13">13</a></li><li class=""><a data-dk-dropdown-value="14">14</a></li><li class="dk_option_current"><a data-dk-dropdown-value="15">15</a></li><li class=""><a data-dk-dropdown-value="16">16</a></li><li class=""><a data-dk-dropdown-value="17">17</a></li><li class=""><a data-dk-dropdown-value="18">18</a></li><li class=""><a data-dk-dropdown-value="19">19</a></li><li class=""><a data-dk-dropdown-value="20">20</a></li><li class=""><a data-dk-dropdown-value="21">21</a></li><li class=""><a data-dk-dropdown-value="22">22</a></li><li class=""><a data-dk-dropdown-value="23">23</a></li><li class=""><a data-dk-dropdown-value="24">24</a></li><li class=""><a data-dk-dropdown-value="25">25</a></li><li class=""><a data-dk-dropdown-value="26">26</a></li><li class=""><a data-dk-dropdown-value="27">27</a></li><li class=""><a data-dk-dropdown-value="28">28</a></li><li class=""><a data-dk-dropdown-value="29">29</a></li><li class=""><a data-dk-dropdown-value="30">30</a></li><li class=""><a data-dk-dropdown-value="31">31</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-day" name="field_acct_bday[und][0][value][day]" style="display: none;"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15" selected="selected">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value="27">27</option><option value="28">28</option><option value="29">29</option><option value="30">30</option><option value="31">31</option></select></div>
  407. </div>
  408. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-year clearfix">
  409.   <label for="edit-field-acct-bday-und-0-value-year">Year <span class="form-required" title="This field is required.">*</span></label>
  410.  <div class="date-year"><div class="dk_container dk_theme_default" id="dk_container_edit-field-acct-bday-und-0-value-year" tabindex="" style="display: block;"><a class="dk_toggle" style="width: 61px;"><span class="dk_label">1995</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1913">1913</a></li><li class=""><a data-dk-dropdown-value="1914">1914</a></li><li class=""><a data-dk-dropdown-value="1915">1915</a></li><li class=""><a data-dk-dropdown-value="1916">1916</a></li><li class=""><a data-dk-dropdown-value="1917">1917</a></li><li class=""><a data-dk-dropdown-value="1918">1918</a></li><li class=""><a data-dk-dropdown-value="1919">1919</a></li><li class=""><a data-dk-dropdown-value="1920">1920</a></li><li class=""><a data-dk-dropdown-value="1921">1921</a></li><li class=""><a data-dk-dropdown-value="1922">1922</a></li><li class=""><a data-dk-dropdown-value="1923">1923</a></li><li class=""><a data-dk-dropdown-value="1924">1924</a></li><li class=""><a data-dk-dropdown-value="1925">1925</a></li><li class=""><a data-dk-dropdown-value="1926">1926</a></li><li class=""><a data-dk-dropdown-value="1927">1927</a></li><li class=""><a data-dk-dropdown-value="1928">1928</a></li><li class=""><a data-dk-dropdown-value="1929">1929</a></li><li class=""><a data-dk-dropdown-value="1930">1930</a></li><li class=""><a data-dk-dropdown-value="1931">1931</a></li><li class=""><a data-dk-dropdown-value="1932">1932</a></li><li class=""><a data-dk-dropdown-value="1933">1933</a></li><li class=""><a data-dk-dropdown-value="1934">1934</a></li><li class=""><a data-dk-dropdown-value="1935">1935</a></li><li class=""><a data-dk-dropdown-value="1936">1936</a></li><li class=""><a data-dk-dropdown-value="1937">1937</a></li><li class=""><a data-dk-dropdown-value="1938">1938</a></li><li class=""><a data-dk-dropdown-value="1939">1939</a></li><li class=""><a data-dk-dropdown-value="1940">1940</a></li><li class=""><a data-dk-dropdown-value="1941">1941</a></li><li class=""><a data-dk-dropdown-value="1942">1942</a></li><li class=""><a data-dk-dropdown-value="1943">1943</a></li><li class=""><a data-dk-dropdown-value="1944">1944</a></li><li class=""><a data-dk-dropdown-value="1945">1945</a></li><li class=""><a data-dk-dropdown-value="1946">1946</a></li><li class=""><a data-dk-dropdown-value="1947">1947</a></li><li class=""><a data-dk-dropdown-value="1948">1948</a></li><li class=""><a data-dk-dropdown-value="1949">1949</a></li><li class=""><a data-dk-dropdown-value="1950">1950</a></li><li class=""><a data-dk-dropdown-value="1951">1951</a></li><li class=""><a data-dk-dropdown-value="1952">1952</a></li><li class=""><a data-dk-dropdown-value="1953">1953</a></li><li class=""><a data-dk-dropdown-value="1954">1954</a></li><li class=""><a data-dk-dropdown-value="1955">1955</a></li><li class=""><a data-dk-dropdown-value="1956">1956</a></li><li class=""><a data-dk-dropdown-value="1957">1957</a></li><li class=""><a data-dk-dropdown-value="1958">1958</a></li><li class=""><a data-dk-dropdown-value="1959">1959</a></li><li class=""><a data-dk-dropdown-value="1960">1960</a></li><li class=""><a data-dk-dropdown-value="1961">1961</a></li><li class=""><a data-dk-dropdown-value="1962">1962</a></li><li class=""><a data-dk-dropdown-value="1963">1963</a></li><li class=""><a data-dk-dropdown-value="1964">1964</a></li><li class=""><a data-dk-dropdown-value="1965">1965</a></li><li class=""><a data-dk-dropdown-value="1966">1966</a></li><li class=""><a data-dk-dropdown-value="1967">1967</a></li><li class=""><a data-dk-dropdown-value="1968">1968</a></li><li class=""><a data-dk-dropdown-value="1969">1969</a></li><li class=""><a data-dk-dropdown-value="1970">1970</a></li><li class=""><a data-dk-dropdown-value="1971">1971</a></li><li class=""><a data-dk-dropdown-value="1972">1972</a></li><li class=""><a data-dk-dropdown-value="1973">1973</a></li><li class=""><a data-dk-dropdown-value="1974">1974</a></li><li class=""><a data-dk-dropdown-value="1975">1975</a></li><li class=""><a data-dk-dropdown-value="1976">1976</a></li><li class=""><a data-dk-dropdown-value="1977">1977</a></li><li class=""><a data-dk-dropdown-value="1978">1978</a></li><li class=""><a data-dk-dropdown-value="1979">1979</a></li><li class=""><a data-dk-dropdown-value="1980">1980</a></li><li class=""><a data-dk-dropdown-value="1981">1981</a></li><li class=""><a data-dk-dropdown-value="1982">1982</a></li><li class=""><a data-dk-dropdown-value="1983">1983</a></li><li class=""><a data-dk-dropdown-value="1984">1984</a></li><li class=""><a data-dk-dropdown-value="1985">1985</a></li><li class=""><a data-dk-dropdown-value="1986">1986</a></li><li class=""><a data-dk-dropdown-value="1987">1987</a></li><li class=""><a data-dk-dropdown-value="1988">1988</a></li><li class=""><a data-dk-dropdown-value="1989">1989</a></li><li class=""><a data-dk-dropdown-value="1990">1990</a></li><li class=""><a data-dk-dropdown-value="1991">1991</a></li><li class=""><a data-dk-dropdown-value="1992">1992</a></li><li class=""><a data-dk-dropdown-value="1993">1993</a></li><li class=""><a data-dk-dropdown-value="1994">1994</a></li><li class="dk_option_current"><a data-dk-dropdown-value="1995">1995</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-year" name="field_acct_bday[und][0][value][year]" style="display: none;"><option value="1913">1913</option><option value="1914">1914</option><option value="1915">1915</option><option value="1916">1916</option><option value="1917">1917</option><option value="1918">1918</option><option value="1919">1919</option><option value="1920">1920</option><option value="1921">1921</option><option value="1922">1922</option><option value="1923">1923</option><option value="1924">1924</option><option value="1925">1925</option><option value="1926">1926</option><option value="1927">1927</option><option value="1928">1928</option><option value="1929">1929</option><option value="1930">1930</option><option value="1931">1931</option><option value="1932">1932</option><option value="1933">1933</option><option value="1934">1934</option><option value="1935">1935</option><option value="1936">1936</option><option value="1937">1937</option><option value="1938">1938</option><option value="1939">1939</option><option value="1940">1940</option><option value="1941">1941</option><option value="1942">1942</option><option value="1943">1943</option><option value="1944">1944</option><option value="1945">1945</option><option value="1946">1946</option><option value="1947">1947</option><option value="1948">1948</option><option value="1949">1949</option><option value="1950">1950</option><option value="1951">1951</option><option value="1952">1952</option><option value="1953">1953</option><option value="1954">1954</option><option value="1955">1955</option><option value="1956">1956</option><option value="1957">1957</option><option value="1958">1958</option><option value="1959">1959</option><option value="1960">1960</option><option value="1961">1961</option><option value="1962">1962</option><option value="1963">1963</option><option value="1964">1964</option><option value="1965">1965</option><option value="1966">1966</option><option value="1967">1967</option><option value="1968">1968</option><option value="1969">1969</option><option value="1970">1970</option><option value="1971">1971</option><option value="1972">1972</option><option value="1973">1973</option><option value="1974">1974</option><option value="1975">1975</option><option value="1976">1976</option><option value="1977">1977</option><option value="1978">1978</option><option value="1979">1979</option><option value="1980">1980</option><option value="1981">1981</option><option value="1982">1982</option><option value="1983">1983</option><option value="1984">1984</option><option value="1985">1985</option><option value="1986">1986</option><option value="1987">1987</option><option value="1988">1988</option><option value="1989">1989</option><option value="1990">1990</option><option value="1991">1991</option><option value="1992">1992</option><option value="1993">1993</option><option value="1994">1994</option><option value="1995" selected="selected">1995</option></select></div>
  411. </div>
  412. </div>
  413. <div class="description">Users must be over the age of 18 to use this site.</div>
  414. </div>
  415. </div></div></fieldset>
  416. </div></div><div class="field-type-taxonomy-term-reference field-name-field-acct-location field-widget-taxonomy-autocomplete form-wrapper" id="edit-field-acct-location"><div class="form-item form-type-textfield form-item-field-acct-location-und" role="application">
  417.   <label for="edit-field-acct-location-und">Location <span class="form-required" title="This field is required.">*</span></label>
  418.  <input type="text" id="edit-field-acct-location-und" name="field_acct_location[und]" value="" size="30" maxlength="1024" class="form-text required form-autocomplete" autocomplete="OFF" aria-autocomplete="list"><input type="hidden" id="edit-field-acct-location-und-autocomplete" value="http://chattinghands2.qa.caorda.com/taxonomy/autocomplete/field_acct_location" disabled="disabled" class="autocomplete autocomplete-processed">
  419. <span class="element-invisible" aria-live="assertive" id="edit-field-acct-location-und-autocomplete-aria-live"></span><span class="element-invisible" aria-live="assertive" id="edit-field-acct-location-und-autocomplete-aria-live"></span><span class="element-invisible" aria-live="assertive" id="edit-field-acct-location-und-autocomplete-aria-live"></span><span class="element-invisible" aria-live="assertive" id="edit-field-acct-location-und-autocomplete-aria-live"></span><span class="element-invisible" aria-live="assertive" id="edit-field-acct-location-und-autocomplete-aria-live"></span></div>
  420. </div><div id="edit-account" class="form-wrapper"><div class="form-item form-type-textfield form-item-name">
  421.   <label for="edit-name--2">Username <span class="form-required" title="This field is required.">*</span></label>
  422.  <input class="username form-text required" type="text" id="edit-name--2" name="name" value="" size="30" maxlength="60">
  423. <div class="description">Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.</div>
  424. </div>
  425. <div class="form-item form-type-textfield form-item-mail">
  426.   <label for="edit-mail">E-mail address <span class="form-required" title="This field is required.">*</span></label>
  427.  <input type="text" id="edit-mail" name="mail" value="" size="30" maxlength="254" class="form-text required">
  428. <div class="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.</div>
  429. </div>
  430. <div class="form-item form-type-password-confirm form-item-pass">
  431.  <div class="form-item form-type-password form-item-pass-pass1 password-parent"><div class="password-strength"><div class="password-strength-text" aria-live="assertive"></div><div class="password-strength-title">Password strength:</div><div class="password-indicator"><div class="indicator"></div></div></div>
  432.   <label for="edit-pass-pass1">Password <span class="form-required" title="This field is required.">*</span></label>
  433.  <input class="password-field form-text required password-processed" type="password" id="edit-pass-pass1" name="pass[pass1]" size="30" maxlength="128">
  434. </div>
  435. <div class="form-item form-type-password form-item-pass-pass2 confirm-parent"><div class="password-confirm">Passwords match: <span></span></div><div class="password-confirm">Passwords match: <span></span></div>
  436.   <label for="edit-pass-pass2">Confirm password <span class="form-required" title="This field is required.">*</span></label>
  437.  <input class="password-confirm form-text required" type="password" id="edit-pass-pass2" name="pass[pass2]" size="30" maxlength="128">
  438. </div><div class="password-suggestions description" style="display: none;"></div><div class="password-suggestions description" style="display: none;"></div>
  439.  
  440. <div class="description">Provide a password for the new account in both fields. Password must be at least <em class="placeholder">5</em> characters.</div>
  441. </div>
  442. <input type="hidden" name="timezone" value="America/Vancouver">
  443. </div>
  444.             [field_prof_gender] =&gt; Array
  445.                 (
  446.                     [#type] =&gt; container
  447.                    [#attributes] =&gt; Array
  448.                        (
  449.                             [class] =&gt; Array
  450.                                 (
  451.                                     [0] =&gt; field-type-list-text
  452.                                     [1] =&gt; field-name-field-prof-gender
  453.                                     [2] =&gt; field-widget-options-select
  454.                                 )
  455.  
  456.                         )
  457.  
  458.                     [#weight] =&gt; 1
  459.                    [#tree] =&gt; 1
  460.                    [#language] =&gt; und
  461.                    [und] =&gt; Array
  462.                         (
  463.                             [#entity] =&gt; stdClass Object
  464.                                (
  465.                                     [uid] =&gt; 0
  466.                                     [hostname] =&gt; 184.71.25.166
  467.                                     [roles] =&gt; Array
  468.                                         (
  469.                                             [1] =&gt; anonymous user
  470.                                         )
  471.  
  472.                                     [cache] =&gt; 0
  473.                                 )
  474.  
  475.                             [#entity_type] =&gt; user
  476.                            [#bundle] =&gt; user
  477.                            [#field_name] =&gt; field_prof_gender
  478.                            [#language] =&gt; und
  479.                            [#field_parents] =&gt; Array
  480.                                (
  481.                                 )
  482.  
  483.                             [#columns] =&gt; Array
  484.                                (
  485.                                     [0] =&gt; value
  486.                                 )
  487.  
  488.                             [#title] =&gt; I am a...
  489.                            [#description] =&gt;
  490.                            [#required] =&gt; 1
  491.                            [#delta] =&gt; 0
  492.                            [#type] =&gt; select
  493.                            [#default_value] =&gt; Array
  494.                                (
  495.                                 )
  496.  
  497.                             [#multiple] =&gt;
  498.                            [#options] =&gt; Array
  499.                                (
  500.                                     [_none] =&gt; - Select a value -
  501.                                     [Male] =&gt; Male
  502.                                     [Female] =&gt; Female
  503.                                 )
  504.  
  505.                             [#value_key] =&gt; value
  506.                            [#element_validate] =&gt; Array
  507.                                (
  508.                                     [0] =&gt; options_field_widget_validate
  509.                                 )
  510.  
  511.                             [#properties] =&gt; Array
  512.                                (
  513.                                     [strip_tags] =&gt; 1
  514.                                     [optgroups] =&gt; 1
  515.                                     [empty_option] =&gt; option_select
  516.                                     [filter_xss] =&gt;
  517.                                 )
  518.  
  519.                             [#after_build] =&gt; Array
  520.                                (
  521.                                     [0] =&gt; field_form_element_after_build
  522.                                 )
  523.  
  524.                             [#input] =&gt; 1
  525.                            [#process] =&gt; Array
  526.                                (
  527.                                     [0] =&gt; form_process_select
  528.                                     [1] =&gt; ajax_process_form
  529.                                 )
  530.  
  531.                             [#theme] =&gt; select
  532.                            [#theme_wrappers] =&gt; Array
  533.                                (
  534.                                     [0] =&gt; form_element
  535.                                 )
  536.  
  537.                             [#pre_render] =&gt; Array
  538.                                (
  539.                                     [0] =&gt; ctools_dependent_pre_render
  540.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  541.                                 )
  542.  
  543.                             [#defaults_loaded] =&gt; 1
  544.                            [#tree] =&gt; 1
  545.                            [#parents] =&gt; Array
  546.                                (
  547.                                     [0] =&gt; field_prof_gender
  548.                                     [1] =&gt; und
  549.                                 )
  550.  
  551.                             [#array_parents] =&gt; Array
  552.                                (
  553.                                     [0] =&gt; field_prof_gender
  554.                                     [1] =&gt; und
  555.                                 )
  556.  
  557.                             [#weight] =&gt; 0
  558.                            [#processed] =&gt; 1
  559.                            [#attributes] =&gt; Array
  560.                                (
  561.                                 )
  562.  
  563.                             [#title_display] =&gt; before
  564.                            [#id] =&gt; edit-field-prof-gender-und
  565.                            [#name] =&gt; field_prof_gender[und]
  566.                            [#value] =&gt; Array
  567.                                (
  568.                                 )
  569.  
  570.                             [#ajax_processed] =&gt;
  571.                            [#sorted] =&gt; 1
  572.                            [#after_build_done] =&gt; 1
  573.                            [#children] =&gt; <div class="form-item form-type-select form-item-field-prof-gender-und clearfix">
  574.  <label for="edit-field-prof-gender-und">I am a... <span class="form-required" title="This field is required.">*</span></label>
  575.  <div class="dk_container" id="dk_container_edit-field-prof-gender-und" tabindex=""><a class="dk_toggle" style="width: 130px;"><span class="dk_label">- Select a value -</span></a><div class="dk_options"><ul class="dk_options_inner"><li class="dk_option_current"><a data-dk-dropdown-value="_none">- Select a value -</a></li><li class=""><a data-dk-dropdown-value="Male">Male</a></li><li class=""><a data-dk-dropdown-value="Female">Female</a></li></ul></div></div><select id="edit-field-prof-gender-und" name="field_prof_gender[und]" class="form-select required dk-active" style="display: none;"><option value="_none">- Select a value -</option><option value="Male">Male</option><option value="Female">Female</option></select>
  576. </div>
  577.  
  578.                             [#printed] =&gt; 1
  579.                        )
  580.  
  581.                     [#access] =&gt; 1
  582.                    [#theme_wrappers] =&gt; Array
  583.                        (
  584.                             [0] =&gt; container
  585.                         )
  586.  
  587.                     [#process] =&gt; Array
  588.                        (
  589.                             [0] =&gt; form_process_container
  590.                         )
  591.  
  592.                     [#defaults_loaded] =&gt; 1
  593.                    [#parents] =&gt; Array
  594.                        (
  595.                             [0] =&gt; field_prof_gender
  596.                         )
  597.  
  598.                     [#array_parents] =&gt; Array
  599.                        (
  600.                             [0] =&gt; field_prof_gender
  601.                         )
  602.  
  603.                     [#processed] =&gt; 1
  604.                    [#required] =&gt;
  605.                    [#title_display] =&gt; before
  606.                    [#id] =&gt; edit-field-prof-gender
  607.                    [#sorted] =&gt; 1
  608.                    [#children] =&gt; <div class="field-type-list-text field-name-field-prof-gender field-widget-options-select form-wrapper" id="edit-field-prof-gender"><div class="form-item form-type-select form-item-field-prof-gender-und clearfix">
  609.  <label for="edit-field-prof-gender-und">I am a... <span class="form-required" title="This field is required.">*</span></label>
  610.  <div class="dk_container" id="dk_container_edit-field-prof-gender-und" tabindex=""><a class="dk_toggle" style="width: 130px;"><span class="dk_label">- Select a value -</span></a><div class="dk_options"><ul class="dk_options_inner"><li class="dk_option_current"><a data-dk-dropdown-value="_none">- Select a value -</a></li><li class=""><a data-dk-dropdown-value="Male">Male</a></li><li class=""><a data-dk-dropdown-value="Female">Female</a></li></ul></div></div><select id="edit-field-prof-gender-und" name="field_prof_gender[und]" class="form-select required dk-active" style="display: none;"><option value="_none">- Select a value -</option><option value="Male">Male</option><option value="Female">Female</option></select>
  611. </div>
  612. </div>
  613.                     [#printed] =&gt; 1
  614.                )
  615.  
  616.             [field_prof_looking_for] =&gt; Array
  617.                 (
  618.                     [#type] =&gt; container
  619.                    [#attributes] =&gt; Array
  620.                        (
  621.                             [class] =&gt; Array
  622.                                 (
  623.                                     [0] =&gt; field-type-list-text
  624.                                     [1] =&gt; field-name-field-prof-looking-for
  625.                                     [2] =&gt; field-widget-options-buttons
  626.                                     [3] =&gt; clearfix
  627.                                 )
  628.  
  629.                         )
  630.  
  631.                     [#weight] =&gt; 2
  632.                    [#tree] =&gt; 1
  633.                    [#language] =&gt; und
  634.                    [und] =&gt; Array
  635.                         (
  636.                             [#entity] =&gt; stdClass Object
  637.                                (
  638.                                     [uid] =&gt; 0
  639.                                     [hostname] =&gt; 184.71.25.166
  640.                                     [roles] =&gt; Array
  641.                                         (
  642.                                             [1] =&gt; anonymous user
  643.                                         )
  644.  
  645.                                     [cache] =&gt; 0
  646.                                 )
  647.  
  648.                             [#entity_type] =&gt; user
  649.                            [#bundle] =&gt; user
  650.                            [#field_name] =&gt; field_prof_looking_for
  651.                            [#language] =&gt; und
  652.                            [#field_parents] =&gt; Array
  653.                                (
  654.                                 )
  655.  
  656.                             [#columns] =&gt; Array
  657.                                (
  658.                                     [0] =&gt; value
  659.                                 )
  660.  
  661.                             [#title] =&gt; Looking For
  662.                            [#description] =&gt;
  663.                            [#required] =&gt; 1
  664.                            [#delta] =&gt; 0
  665.                            [#type] =&gt; checkboxes
  666.                            [#default_value] =&gt; Array
  667.                                (
  668.                                 )
  669.  
  670.                             [#options] =&gt; Array
  671.                                (
  672.                                     [Male] =&gt; Male
  673.                                     [Female] =&gt; Female
  674.                                 )
  675.  
  676.                             [#value_key] =&gt; value
  677.                            [#element_validate] =&gt; Array
  678.                                (
  679.                                     [0] =&gt; options_field_widget_validate
  680.                                 )
  681.  
  682.                             [#properties] =&gt; Array
  683.                                (
  684.                                     [filter_xss] =&gt; 1
  685.                                     [strip_tags] =&gt;
  686.                                     [empty_option] =&gt;
  687.                                     [optgroups] =&gt;
  688.                                 )
  689.  
  690.                             [#after_build] =&gt; Array
  691.                                (
  692.                                     [0] =&gt; field_form_element_after_build
  693.                                 )
  694.  
  695.                             [#input] =&gt; 1
  696.                            [#process] =&gt; Array
  697.                                (
  698.                                     [0] =&gt; form_process_checkboxes
  699.                                 )
  700.  
  701.                             [#theme_wrappers] =&gt; Array
  702.                                (
  703.                                     [0] =&gt; checkboxes
  704.                                     [1] =&gt; form_element
  705.                                 )
  706.  
  707.                             [#pre_render] =&gt; Array
  708.                                (
  709.                                     [0] =&gt; form_pre_render_conditional_form_element
  710.                                     [1] =&gt; ctools_dependent_pre_render
  711.                                     [2] =&gt; jquery_placeholder_pre_render_element_enable
  712.                                 )
  713.  
  714.                             [#defaults_loaded] =&gt; 1
  715.                            [#tree] =&gt; 1
  716.                            [#parents] =&gt; Array
  717.                                (
  718.                                     [0] =&gt; field_prof_looking_for
  719.                                     [1] =&gt; und
  720.                                 )
  721.  
  722.                             [#array_parents] =&gt; Array
  723.                                (
  724.                                     [0] =&gt; field_prof_looking_for
  725.                                     [1] =&gt; und
  726.                                 )
  727.  
  728.                             [#weight] =&gt; 0
  729.                            [#processed] =&gt; 1
  730.                            [#attributes] =&gt; Array
  731.                                (
  732.                                 )
  733.  
  734.                             [#title_display] =&gt; before
  735.                            [#id] =&gt; edit-field-prof-looking-for-und
  736.                            [#name] =&gt; field_prof_looking_for[und]
  737.                            [#value] =&gt; Array
  738.                                (
  739.                                 )
  740.  
  741.                             [#after_build_done] =&gt; 1
  742.                            [Male] =&gt; Array
  743.                                 (
  744.                                     [#type] =&gt; checkbox
  745.                                    [#title] =&gt; Male
  746.                                    [#return_value] =&gt; Male
  747.                                    [#default_value] =&gt;
  748.                                    [#attributes] =&gt; Array
  749.                                        (
  750.                                         )
  751.  
  752.                                     [#ajax] =&gt;
  753.                                    [#weight] =&gt; 0.001
  754.                                    [#input] =&gt; 1
  755.                                    [#theme] =&gt; checkbox
  756.                                    [#process] =&gt; Array
  757.                                        (
  758.                                             [0] =&gt; form_process_checkbox
  759.                                             [1] =&gt; ajax_process_form
  760.                                         )
  761.  
  762.                                     [#theme_wrappers] =&gt; Array
  763.                                        (
  764.                                             [0] =&gt; form_element
  765.                                         )
  766.  
  767.                                     [#title_display] =&gt; after
  768.                                    [#pre_render] =&gt; Array
  769.                                        (
  770.                                             [0] =&gt; ctools_dependent_pre_render
  771.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  772.                                         )
  773.  
  774.                                     [#defaults_loaded] =&gt; 1
  775.                                    [#tree] =&gt; 1
  776.                                    [#parents] =&gt; Array
  777.                                        (
  778.                                             [0] =&gt; field_prof_looking_for
  779.                                             [1] =&gt; und
  780.                                             [2] =&gt; Male
  781.                                         )
  782.  
  783.                                     [#array_parents] =&gt; Array
  784.                                        (
  785.                                             [0] =&gt; field_prof_looking_for
  786.                                             [1] =&gt; und
  787.                                             [2] =&gt; Male
  788.                                         )
  789.  
  790.                                     [#processed] =&gt; 1
  791.                                    [#required] =&gt;
  792.                                    [#id] =&gt; edit-field-prof-looking-for-und-male
  793.                                    [#name] =&gt; field_prof_looking_for[und][Male]
  794.                                    [#value] =&gt; 0
  795.                                    [#checked] =&gt;
  796.                                    [#ajax_processed] =&gt;
  797.                                    [#sorted] =&gt; 1
  798.                                    [#children] =&gt; <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Male">
  799. <input type="checkbox" id="edit-field-prof-looking-for-und-male" name="field_prof_looking_for[und][Male]" value="Male" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-male">Male </label>
  800.  
  801. </div>
  802.  
  803.                                     [#printed] =&gt; 1
  804.                                )
  805.  
  806.                             [Female] =&gt; Array
  807.                                 (
  808.                                     [#type] =&gt; checkbox
  809.                                    [#title] =&gt; Female
  810.                                    [#return_value] =&gt; Female
  811.                                    [#default_value] =&gt;
  812.                                    [#attributes] =&gt; Array
  813.                                        (
  814.                                         )
  815.  
  816.                                     [#ajax] =&gt;
  817.                                    [#weight] =&gt; 0.002
  818.                                    [#input] =&gt; 1
  819.                                    [#theme] =&gt; checkbox
  820.                                    [#process] =&gt; Array
  821.                                        (
  822.                                             [0] =&gt; form_process_checkbox
  823.                                             [1] =&gt; ajax_process_form
  824.                                         )
  825.  
  826.                                     [#theme_wrappers] =&gt; Array
  827.                                        (
  828.                                             [0] =&gt; form_element
  829.                                         )
  830.  
  831.                                     [#title_display] =&gt; after
  832.                                    [#pre_render] =&gt; Array
  833.                                        (
  834.                                             [0] =&gt; ctools_dependent_pre_render
  835.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  836.                                         )
  837.  
  838.                                     [#defaults_loaded] =&gt; 1
  839.                                    [#tree] =&gt; 1
  840.                                    [#parents] =&gt; Array
  841.                                        (
  842.                                             [0] =&gt; field_prof_looking_for
  843.                                             [1] =&gt; und
  844.                                             [2] =&gt; Female
  845.                                         )
  846.  
  847.                                     [#array_parents] =&gt; Array
  848.                                        (
  849.                                             [0] =&gt; field_prof_looking_for
  850.                                             [1] =&gt; und
  851.                                             [2] =&gt; Female
  852.                                         )
  853.  
  854.                                     [#processed] =&gt; 1
  855.                                    [#required] =&gt;
  856.                                    [#id] =&gt; edit-field-prof-looking-for-und-female
  857.                                    [#name] =&gt; field_prof_looking_for[und][Female]
  858.                                    [#value] =&gt; 0
  859.                                    [#checked] =&gt;
  860.                                    [#ajax_processed] =&gt;
  861.                                    [#sorted] =&gt; 1
  862.                                    [#children] =&gt; <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Female">
  863. <input type="checkbox" id="edit-field-prof-looking-for-und-female" name="field_prof_looking_for[und][Female]" value="Female" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-female">Female </label>
  864.  
  865. </div>
  866.  
  867.                                     [#printed] =&gt; 1
  868.                                )
  869.  
  870.                             [#sorted] =&gt; 1
  871.                            [#children] =&gt; <div class="form-item form-type-checkboxes form-item-field-prof-looking-for-und">
  872.  <label for="edit-field-prof-looking-for-und">Looking For <span class="form-required" title="This field is required.">*</span></label>
  873.  <div id="edit-field-prof-looking-for-und" class="form-checkboxes"><div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Male">
  874.  <input type="checkbox" id="edit-field-prof-looking-for-und-male" name="field_prof_looking_for[und][Male]" value="Male" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-male">Male </label>
  875.  
  876. </div>
  877. <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Female">
  878.  <input type="checkbox" id="edit-field-prof-looking-for-und-female" name="field_prof_looking_for[und][Female]" value="Female" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-female">Female </label>
  879.  
  880. </div>
  881. </div>
  882. </div>
  883.  
  884.                             [#printed] =&gt; 1
  885.                        )
  886.  
  887.                     [#access] =&gt; 1
  888.                    [#theme_wrappers] =&gt; Array
  889.                        (
  890.                             [0] =&gt; container
  891.                         )
  892.  
  893.                     [#process] =&gt; Array
  894.                        (
  895.                             [0] =&gt; form_process_container
  896.                         )
  897.  
  898.                     [#defaults_loaded] =&gt; 1
  899.                    [#parents] =&gt; Array
  900.                        (
  901.                             [0] =&gt; field_prof_looking_for
  902.                         )
  903.  
  904.                     [#array_parents] =&gt; Array
  905.                        (
  906.                             [0] =&gt; field_prof_looking_for
  907.                         )
  908.  
  909.                     [#processed] =&gt; 1
  910.                    [#required] =&gt;
  911.                    [#title_display] =&gt; before
  912.                    [#id] =&gt; edit-field-prof-looking-for
  913.                    [#sorted] =&gt; 1
  914.                    [#children] =&gt; <div class="field-type-list-text field-name-field-prof-looking-for field-widget-options-buttons clearfix form-wrapper" id="edit-field-prof-looking-for"><div class="form-item form-type-checkboxes form-item-field-prof-looking-for-und">
  915.  <label for="edit-field-prof-looking-for-und">Looking For <span class="form-required" title="This field is required.">*</span></label>
  916.  <div id="edit-field-prof-looking-for-und" class="form-checkboxes"><div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Male">
  917.  <input type="checkbox" id="edit-field-prof-looking-for-und-male" name="field_prof_looking_for[und][Male]" value="Male" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-male">Male </label>
  918.  
  919. </div>
  920. <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Female">
  921.  <input type="checkbox" id="edit-field-prof-looking-for-und-female" name="field_prof_looking_for[und][Female]" value="Female" class="form-checkbox">  <label class="option" for="edit-field-prof-looking-for-und-female">Female </label>
  922.  
  923. </div>
  924. </div>
  925. </div>
  926. </div>
  927.                     [#printed] =&gt; 1
  928.                )
  929.  
  930.             [field_acct_bday] =&gt; Array
  931.                 (
  932.                     [#type] =&gt; container
  933.                    [#attributes] =&gt; Array
  934.                        (
  935.                             [class] =&gt; Array
  936.                                 (
  937.                                     [0] =&gt; field-type-datetime
  938.                                     [1] =&gt; field-name-field-acct-bday
  939.                                     [2] =&gt; field-widget-date-select
  940.                                 )
  941.  
  942.                         )
  943.  
  944.                     [#weight] =&gt; 3
  945.                    [#tree] =&gt; 1
  946.                    [#language] =&gt; und
  947.                    [und] =&gt; Array
  948.                         (
  949.                             [#theme] =&gt; field_multiple_value_form
  950.                            [#field_name] =&gt; field_acct_bday
  951.                            [#cardinality] =&gt; 1
  952.                            [#title] =&gt; Date of birth
  953.                            [#required] =&gt; 1
  954.                            [#description] =&gt; Users must be over the age of 18 to use this site.
  955.                            [#prefix] =&gt; <div id="field-acct-bday-add-more-wrapper">
  956.                            [#suffix] =&gt; </div>
  957.                            [#max_delta] =&gt; 0
  958.                            [#after_build] =&gt; Array
  959.                                (
  960.                                     [0] =&gt; field_form_element_after_build
  961.                                 )
  962.  
  963.                             [#language] =&gt; und
  964.                            [#field_parents] =&gt; Array
  965.                                (
  966.                                 )
  967.  
  968.                             [#size] =&gt; 30
  969.                            [#tree] =&gt; 1
  970.                            [#parents] =&gt; Array
  971.                                (
  972.                                     [0] =&gt; field_acct_bday
  973.                                     [1] =&gt; und
  974.                                 )
  975.  
  976.                             [#array_parents] =&gt; Array
  977.                                (
  978.                                     [0] =&gt; field_acct_bday
  979.                                     [1] =&gt; und
  980.                                 )
  981.  
  982.                             [#weight] =&gt; 0
  983.                            [#processed] =&gt;
  984.                            [#attributes] =&gt; Array
  985.                                (
  986.                                 )
  987.  
  988.                             [#title_display] =&gt; before
  989.                            [#id] =&gt; edit-field-acct-bday-und
  990.                            [#after_build_done] =&gt; 1
  991.                            [0] =&gt; Array
  992.                                 (
  993.                                     [#entity_type] =&gt; user
  994.                                    [#entity] =&gt; stdClass Object
  995.                                        (
  996.                                             [uid] =&gt; 0
  997.                                             [hostname] =&gt; 184.71.25.166
  998.                                             [roles] =&gt; Array
  999.                                                 (
  1000.                                                     [1] =&gt; anonymous user
  1001.                                                 )
  1002.  
  1003.                                             [cache] =&gt; 0
  1004.                                         )
  1005.  
  1006.                                     [#bundle] =&gt; user
  1007.                                    [#field_name] =&gt; field_acct_bday
  1008.                                    [#language] =&gt; und
  1009.                                    [#field_parents] =&gt; Array
  1010.                                        (
  1011.                                         )
  1012.  
  1013.                                     [#columns] =&gt; Array
  1014.                                        (
  1015.                                             [0] =&gt; value
  1016.                                         )
  1017.  
  1018.                                     [#title] =&gt; Date of birth
  1019.                                    [#description] =&gt; Users must be over the age of 18 to use this site.
  1020.                                    [#required] =&gt; 1
  1021.                                    [#delta] =&gt; 0
  1022.                                    [#weight] =&gt; 0
  1023.                                    [#type] =&gt; date_combo
  1024.                                    [#theme_wrappers] =&gt; Array
  1025.                                        (
  1026.                                             [0] =&gt; date_combo
  1027.                                         )
  1028.  
  1029.                                     [#default_value] =&gt; Array
  1030.                                        (
  1031.                                             [value] =&gt; 1995-04-15 15:06:59
  1032.                                             [timezone] =&gt; America/Vancouver
  1033.                                             [timezone_db] =&gt; America/Vancouver
  1034.                                             [date_type] =&gt; datetime
  1035.                                             [value2] =&gt; 1995-04-15 15:06:59
  1036.                                         )
  1037.  
  1038.                                     [#date_timezone] =&gt; America/Vancouver
  1039.                                    [#element_validate] =&gt; Array
  1040.                                        (
  1041.                                             [0] =&gt; date_combo_validate
  1042.                                         )
  1043.  
  1044.                                     [#date_is_default] =&gt; 1
  1045.                                    [#date_items] =&gt; Array
  1046.                                        (
  1047.                                             [value] =&gt; 1995-04-15 15:06:59
  1048.                                             [timezone] =&gt; America/Vancouver
  1049.                                             [timezone_db] =&gt; America/Vancouver
  1050.                                             [date_type] =&gt; datetime
  1051.                                             [value2] =&gt; 1995-04-15 15:06:59
  1052.                                         )
  1053.  
  1054.                                     [#size] =&gt; 30
  1055.                                    [#input] =&gt; 1
  1056.                                    [#process] =&gt; Array
  1057.                                        (
  1058.                                             [0] =&gt; date_combo_element_process
  1059.                                         )
  1060.  
  1061.                                     [#pre_render] =&gt; Array
  1062.                                        (
  1063.                                             [0] =&gt; ctools_dependent_pre_render
  1064.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  1065.                                         )
  1066.  
  1067.                                     [#defaults_loaded] =&gt; 1
  1068.                                    [#tree] =&gt; 1
  1069.                                    [#parents] =&gt; Array
  1070.                                        (
  1071.                                             [0] =&gt; field_acct_bday
  1072.                                             [1] =&gt; und
  1073.                                             [2] =&gt; 0
  1074.                                         )
  1075.  
  1076.                                     [#array_parents] =&gt; Array
  1077.                                        (
  1078.                                             [0] =&gt; field_acct_bday
  1079.                                             [1] =&gt; und
  1080.                                             [2] =&gt; 0
  1081.                                         )
  1082.  
  1083.                                     [#processed] =&gt; 1
  1084.                                    [#attributes] =&gt; Array
  1085.                                        (
  1086.                                         )
  1087.  
  1088.                                     [#title_display] =&gt; before
  1089.                                    [#id] =&gt; edit-field-acct-bday-und-0
  1090.                                    [#name] =&gt; field_acct_bday[und][0]
  1091.                                    [#value] =&gt; Array
  1092.                                        (
  1093.                                             [value] =&gt; 1995-04-15 15:06:59
  1094.                                             [timezone] =&gt; America/Vancouver
  1095.                                             [timezone_db] =&gt; America/Vancouver
  1096.                                             [date_type] =&gt; datetime
  1097.                                             [value2] =&gt; 1995-04-15 15:06:59
  1098.                                         )
  1099.  
  1100.                                     [show_todate] =&gt; Array
  1101.                                         (
  1102.                                             [#title] =&gt; Show End Date
  1103.                                            [#type] =&gt; checkbox
  1104.                                            [#default_value] =&gt; 1
  1105.                                            [#weight] =&gt; -20
  1106.                                            [#access] =&gt;
  1107.                                            [#prefix] =&gt; <div class="date-float">
  1108.                                            [#suffix] =&gt; </div>
  1109.                                            [#input] =&gt; 1
  1110.                                            [#return_value] =&gt; 1
  1111.                                            [#theme] =&gt; checkbox
  1112.                                            [#process] =&gt; Array
  1113.                                                (
  1114.                                                     [0] =&gt; form_process_checkbox
  1115.                                                     [1] =&gt; ajax_process_form
  1116.                                                 )
  1117.  
  1118.                                             [#theme_wrappers] =&gt; Array
  1119.                                                (
  1120.                                                     [0] =&gt; form_element
  1121.                                                 )
  1122.  
  1123.                                             [#title_display] =&gt; after
  1124.                                            [#pre_render] =&gt; Array
  1125.                                                (
  1126.                                                     [0] =&gt; ctools_dependent_pre_render
  1127.                                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  1128.                                                 )
  1129.  
  1130.                                             [#defaults_loaded] =&gt; 1
  1131.                                            [#tree] =&gt; 1
  1132.                                            [#parents] =&gt; Array
  1133.                                                (
  1134.                                                     [0] =&gt; field_acct_bday
  1135.                                                     [1] =&gt; und
  1136.                                                     [2] =&gt; 0
  1137.                                                     [3] =&gt; show_todate
  1138.                                                 )
  1139.  
  1140.                                             [#array_parents] =&gt; Array
  1141.                                                (
  1142.                                                     [0] =&gt; field_acct_bday
  1143.                                                     [1] =&gt; und
  1144.                                                     [2] =&gt; 0
  1145.                                                     [3] =&gt; show_todate
  1146.                                                 )
  1147.  
  1148.                                             [#processed] =&gt; 1
  1149.                                            [#required] =&gt;
  1150.                                            [#attributes] =&gt; Array
  1151.                                                (
  1152.                                                 )
  1153.  
  1154.                                             [#id] =&gt; edit-field-acct-bday-und-0-show-todate
  1155.                                            [#name] =&gt; field_acct_bday[und][0][show_todate]
  1156.                                            [#value] =&gt; 1
  1157.                                            [#checked] =&gt; 1
  1158.                                            [#ajax_processed] =&gt;
  1159.                                            [#sorted] =&gt; 1
  1160.                                        )
  1161.  
  1162.                                     [value] =&gt; Array
  1163.                                         (
  1164.                                             [#field] =&gt; Array
  1165.                                                (
  1166.                                                     [translatable] =&gt; 0
  1167.                                                     [entity_types] =&gt; Array
  1168.                                                         (
  1169.                                                         )
  1170.  
  1171.                                                     [settings] =&gt; Array
  1172.                                                         (
  1173.                                                             [granularity] =&gt; Array
  1174.                                                                 (
  1175.                                                                     [month] =&gt; month
  1176.                                                                     [day] =&gt; day
  1177.                                                                     [year] =&gt; year
  1178.                                                                     [hour] =&gt; 0
  1179.                                                                     [minute] =&gt; 0
  1180.                                                                     [second] =&gt; 0
  1181.                                                                 )
  1182.  
  1183.                                                             [tz_handling] =&gt; none
  1184.                                                             [timezone_db] =&gt;
  1185.                                                             [cache_enabled] =&gt; 0
  1186.                                                             [cache_count] =&gt; 4
  1187.                                                             [repeat] =&gt; 0
  1188.                                                             [profile2_private] =&gt;
  1189.                                                             [views_base_table] =&gt; 0
  1190.                                                             [views_base_columns] =&gt; Array
  1191.                                                                 (
  1192.                                                                 )
  1193.  
  1194.                                                             [todate] =&gt;
  1195.                                                         )
  1196.  
  1197.                                                     [storage] =&gt; Array
  1198.                                                         (
  1199.                                                             [type] =&gt; field_sql_storage
  1200.                                                             [settings] =&gt; Array
  1201.                                                                 (
  1202.                                                                 )
  1203.  
  1204.                                                             [module] =&gt; field_sql_storage
  1205.                                                             [active] =&gt; 1
  1206.                                                             [details] =&gt; Array
  1207.                                                                 (
  1208.                                                                     [sql] =&gt; Array
  1209.                                                                         (
  1210.                                                                             [FIELD_LOAD_CURRENT] =&gt; Array
  1211.                                                                                 (
  1212.                                                                                     [field_data_field_acct_bday] =&gt; Array
  1213.                                                                                         (
  1214.                                                                                             [value] =&gt; field_acct_bday_value
  1215.                                                                                         )
  1216.  
  1217.                                                                                 )
  1218.  
  1219.                                                                             [FIELD_LOAD_REVISION] =&gt; Array
  1220.                                                                                 (
  1221.                                                                                     [field_revision_field_acct_bday] =&gt; Array
  1222.                                                                                         (
  1223.                                                                                             [value] =&gt; field_acct_bday_value
  1224.                                                                                         )
  1225.  
  1226.                                                                                 )
  1227.  
  1228.                                                                         )
  1229.  
  1230.                                                                 )
  1231.  
  1232.                                                         )
  1233.  
  1234.                                                     [foreign keys] =&gt; Array
  1235.                                                         (
  1236.                                                         )
  1237.  
  1238.                                                     [indexes] =&gt; Array
  1239.                                                         (
  1240.                                                         )
  1241.  
  1242.                                                     [id] =&gt; 34
  1243.                                                     [field_name] =&gt; field_acct_bday
  1244.                                                     [type] =&gt; datetime
  1245.                                                     [module] =&gt; date
  1246.                                                     [active] =&gt; 1
  1247.                                                     [locked] =&gt; 0
  1248.                                                     [cardinality] =&gt; 1
  1249.                                                     [deleted] =&gt; 0
  1250.                                                     [columns] =&gt; Array
  1251.                                                         (
  1252.                                                             [value] =&gt; Array
  1253.                                                                 (
  1254.                                                                     [type] =&gt; datetime
  1255.                                                                     [mysql_type] =&gt; datetime
  1256.                                                                     [pgsql_type] =&gt; timestamp without time zone
  1257.                                                                     [sqlite_type] =&gt; varchar
  1258.                                                                     [sqlsrv_type] =&gt; smalldatetime
  1259.                                                                     [not null] =&gt;
  1260.                                                                     [sortable] =&gt; 1
  1261.                                                                     [views] =&gt; 1
  1262.                                                                 )
  1263.  
  1264.                                                         )
  1265.  
  1266.                                                     [bundles] =&gt; Array
  1267.                                                         (
  1268.                                                             [user] =&gt; Array
  1269.                                                                 (
  1270.                                                                     [0] =&gt; user
  1271.                                                                 )
  1272.  
  1273.                                                         )
  1274.  
  1275.                                                 )
  1276.  
  1277.                                             [#instance] =&gt; Array
  1278.                                                (
  1279.                                                     [label] =&gt; Date of birth
  1280.                                                     [widget] =&gt; Array
  1281.                                                         (
  1282.                                                             [weight] =&gt; 3
  1283.                                                             [type] =&gt; date_select
  1284.                                                             [module] =&gt; date
  1285.                                                             [active] =&gt; 1
  1286.                                                             [settings] =&gt; Array
  1287.                                                                 (
  1288.                                                                     [input_format] =&gt; m/d/Y - H:i:s
  1289.                                                                     [input_format_custom] =&gt;
  1290.                                                                     [year_range] =&gt; -100:-18
  1291.                                                                     [increment] =&gt; 15
  1292.                                                                     [label_position] =&gt; above
  1293.                                                                     [text_parts] =&gt; Array
  1294.                                                                         (
  1295.                                                                         )
  1296.  
  1297.                                                                     [repeat_collapsed] =&gt; 0
  1298.                                                                 )
  1299.  
  1300.                                                             [is_new] =&gt; 1
  1301.                                                         )
  1302.  
  1303.                                                     [settings] =&gt; Array
  1304.                                                         (
  1305.                                                             [default_value] =&gt; strtotime
  1306.                                                             [default_value_code] =&gt; -18 years
  1307.                                                             [default_value2] =&gt; same
  1308.                                                             [default_value_code2] =&gt;
  1309.                                                             [user_register_form] =&gt; 1
  1310.                                                         )
  1311.  
  1312.                                                     [display] =&gt; Array
  1313.                                                         (
  1314.                                                             [default] =&gt; Array
  1315.                                                                 (
  1316.                                                                     [label] =&gt; above
  1317.                                                                     [type] =&gt; date_default
  1318.                                                                     [settings] =&gt; Array
  1319.                                                                         (
  1320.                                                                             [format_type] =&gt; long
  1321.                                                                             [multiple_number] =&gt;
  1322.                                                                             [multiple_from] =&gt;
  1323.                                                                             [multiple_to] =&gt;
  1324.                                                                             [fromto] =&gt; both
  1325.                                                                             [show_repeat_rule] =&gt; show
  1326.                                                                         )
  1327.  
  1328.                                                                     [module] =&gt; date
  1329.                                                                     [weight] =&gt; 1
  1330.                                                                 )
  1331.  
  1332.                                                         )
  1333.  
  1334.                                                     [required] =&gt; 1
  1335.                                                     [description] =&gt; Users must be over the age of 18 to use this site.
  1336.                                                     [id] =&gt; 40
  1337.                                                     [field_id] =&gt; 34
  1338.                                                     [field_name] =&gt; field_acct_bday
  1339.                                                     [entity_type] =&gt; user
  1340.                                                     [bundle] =&gt; user
  1341.                                                     [deleted] =&gt; 0
  1342.                                                 )
  1343.  
  1344.                                             [#weight] =&gt; 3
  1345.                                            [#required] =&gt; 1
  1346.                                            [#default_value] =&gt; 1995-04-15 15:06:59
  1347.                                            [#delta] =&gt; 0
  1348.                                            [#date_timezone] =&gt; America/Vancouver
  1349.                                            [#date_format] =&gt; m/d/Y
  1350.                                            [#date_text_parts] =&gt; Array
  1351.                                                (
  1352.                                                 )
  1353.  
  1354.                                             [#date_increment] =&gt; 15
  1355.                                            [#date_year_range] =&gt; -100:-18
  1356.                                            [#date_label_position] =&gt; above
  1357.                                            [#attributes] =&gt; Array
  1358.                                                (
  1359.                                                     [class] =&gt; Array
  1360.                                                         (
  1361.                                                             [0] =&gt; date-clear
  1362.                                                         )
  1363.  
  1364.                                                 )
  1365.  
  1366.                                             [#wrapper_attributes] =&gt; Array
  1367.                                                (
  1368.                                                     [class] =&gt; Array
  1369.                                                         (
  1370.                                                             [0] =&gt; date-no-float
  1371.                                                         )
  1372.  
  1373.                                                 )
  1374.  
  1375.                                             [#type] =&gt; date_select
  1376.                                            [#theme_wrappers] =&gt; Array
  1377.                                                (
  1378.                                                     [0] =&gt; date_select
  1379.                                                 )
  1380.  
  1381.                                             [#ajax] =&gt;
  1382.                                            [#description] =&gt; Users must be over the age of 18 to use this site.
  1383.                                            [#date_title] =&gt; Date of birth
  1384.                                            [#input] =&gt; 1
  1385.                                            [#tree] =&gt; 1
  1386.                                            [#date_flexible] =&gt; 0
  1387.                                            [#pre_render] =&gt; Array
  1388.                                                (
  1389.                                                     [0] =&gt; ctools_dependent_pre_render
  1390.                                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  1391.                                                 )
  1392.  
  1393.                                             [#process] =&gt; Array
  1394.                                                (
  1395.                                                     [0] =&gt; date_select_element_process
  1396.                                                 )
  1397.  
  1398.                                             [#value_callback] =&gt; date_select_element_value_callback
  1399.                                            [#defaults_loaded] =&gt; 1
  1400.                                            [#parents] =&gt; Array
  1401.                                                (
  1402.                                                     [0] =&gt; field_acct_bday
  1403.                                                     [1] =&gt; und
  1404.                                                     [2] =&gt; 0
  1405.                                                     [3] =&gt; value
  1406.                                                 )
  1407.  
  1408.                                             [#array_parents] =&gt; Array
  1409.                                                (
  1410.                                                     [0] =&gt; field_acct_bday
  1411.                                                     [1] =&gt; und
  1412.                                                     [2] =&gt; 0
  1413.                                                     [3] =&gt; value
  1414.                                                 )
  1415.  
  1416.                                             [#processed] =&gt; 1
  1417.                                            [#title_display] =&gt; before
  1418.                                            [#id] =&gt; edit-field-acct-bday-und-0-value
  1419.                                            [#name] =&gt; field_acct_bday[und][0][value]
  1420.                                            [#value] =&gt; Array
  1421.                                                (
  1422.                                                     [year] =&gt; 1995
  1423.                                                     [month] =&gt; 4
  1424.                                                     [day] =&gt; 15
  1425.                                                     [hour] =&gt;
  1426.                                                     [minute] =&gt;
  1427.                                                     [second] =&gt;
  1428.                                                 )
  1429.  
  1430.                                             [#granularity] =&gt; Array
  1431.                                                (
  1432.                                                     [0] =&gt; month
  1433.                                                     [1] =&gt; day
  1434.                                                     [2] =&gt; year
  1435.                                                 )
  1436.  
  1437.                                             [month] =&gt; Array
  1438.                                                 (
  1439.                                                     [#weight] =&gt; 0
  1440.                                                    [#required] =&gt; 1
  1441.                                                    [#attributes] =&gt; Array
  1442.                                                        (
  1443.                                                             [class] =&gt; Array
  1444.                                                                 (
  1445.                                                                     [0] =&gt; date-clear
  1446.                                                                 )
  1447.  
  1448.                                                         )
  1449.  
  1450.                                                     [#ajax] =&gt;
  1451.                                                    [#default_value] =&gt; 4
  1452.                                                    [#options] =&gt; Array
  1453.                                                        (
  1454.                                                             [1] =&gt; Jan
  1455.                                                             [2] =&gt; Feb
  1456.                                                             [3] =&gt; Mar
  1457.                                                             [4] =&gt; Apr
  1458.                                                             [5] =&gt; May
  1459.                                                             [6] =&gt; Jun
  1460.                                                             [7] =&gt; Jul
  1461.                                                             [8] =&gt; Aug
  1462.                                                             [9] =&gt; Sep
  1463.                                                             [10] =&gt; Oct
  1464.                                                             [11] =&gt; Nov
  1465.                                                             [12] =&gt; Dec
  1466.                                                         )
  1467.  
  1468.                                                     [#type] =&gt; select
  1469.                                                    [#theme] =&gt; date_select_element
  1470.                                                    [#title] =&gt; Month
  1471.                                                    [#input] =&gt; 1
  1472.                                                    [#multiple] =&gt;
  1473.                                                    [#process] =&gt; Array
  1474.                                                        (
  1475.                                                             [0] =&gt; form_process_select
  1476.                                                             [1] =&gt; ajax_process_form
  1477.                                                         )
  1478.  
  1479.                                                     [#theme_wrappers] =&gt; Array
  1480.                                                        (
  1481.                                                             [0] =&gt; form_element
  1482.                                                         )
  1483.  
  1484.                                                     [#pre_render] =&gt; Array
  1485.                                                        (
  1486.                                                             [0] =&gt; ctools_dependent_pre_render
  1487.                                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  1488.                                                         )
  1489.  
  1490.                                                     [#defaults_loaded] =&gt; 1
  1491.                                                    [#tree] =&gt; 1
  1492.                                                    [#parents] =&gt; Array
  1493.                                                        (
  1494.                                                             [0] =&gt; field_acct_bday
  1495.                                                             [1] =&gt; und
  1496.                                                             [2] =&gt; 0
  1497.                                                             [3] =&gt; value
  1498.                                                             [4] =&gt; month
  1499.                                                         )
  1500.  
  1501.                                                     [#array_parents] =&gt; Array
  1502.                                                        (
  1503.                                                             [0] =&gt; field_acct_bday
  1504.                                                             [1] =&gt; und
  1505.                                                             [2] =&gt; 0
  1506.                                                             [3] =&gt; value
  1507.                                                             [4] =&gt; month
  1508.                                                         )
  1509.  
  1510.                                                     [#processed] =&gt; 1
  1511.                                                    [#title_display] =&gt; before
  1512.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-month
  1513.                                                    [#name] =&gt; field_acct_bday[und][0][value][month]
  1514.                                                    [#value] =&gt; 4
  1515.                                                    [#ajax_processed] =&gt;
  1516.                                                    [#sorted] =&gt; 1
  1517.                                                )
  1518.  
  1519.                                             [day] =&gt; Array
  1520.                                                 (
  1521.                                                     [#weight] =&gt; 1
  1522.                                                    [#required] =&gt; 1
  1523.                                                    [#attributes] =&gt; Array
  1524.                                                        (
  1525.                                                             [class] =&gt; Array
  1526.                                                                 (
  1527.                                                                     [0] =&gt; date-clear
  1528.                                                                 )
  1529.  
  1530.                                                         )
  1531.  
  1532.                                                     [#ajax] =&gt;
  1533.                                                    [#default_value] =&gt; 15
  1534.                                                    [#options] =&gt; Array
  1535.                                                        (
  1536.                                                             [1] =&gt; 1
  1537.                                                             [2] =&gt; 2
  1538.                                                             [3] =&gt; 3
  1539.                                                             [4] =&gt; 4
  1540.                                                             [5] =&gt; 5
  1541.                                                             [6] =&gt; 6
  1542.                                                             [7] =&gt; 7
  1543.                                                             [8] =&gt; 8
  1544.                                                             [9] =&gt; 9
  1545.                                                             [10] =&gt; 10
  1546.                                                             [11] =&gt; 11
  1547.                                                             [12] =&gt; 12
  1548.                                                             [13] =&gt; 13
  1549.                                                             [14] =&gt; 14
  1550.                                                             [15] =&gt; 15
  1551.                                                             [16] =&gt; 16
  1552.                                                             [17] =&gt; 17
  1553.                                                             [18] =&gt; 18
  1554.                                                             [19] =&gt; 19
  1555.                                                             [20] =&gt; 20
  1556.                                                             [21] =&gt; 21
  1557.                                                             [22] =&gt; 22
  1558.                                                             [23] =&gt; 23
  1559.                                                             [24] =&gt; 24
  1560.                                                             [25] =&gt; 25
  1561.                                                             [26] =&gt; 26
  1562.                                                             [27] =&gt; 27
  1563.                                                             [28] =&gt; 28
  1564.                                                             [29] =&gt; 29
  1565.                                                             [30] =&gt; 30
  1566.                                                             [31] =&gt; 31
  1567.                                                         )
  1568.  
  1569.                                                     [#type] =&gt; select
  1570.                                                    [#theme] =&gt; date_select_element
  1571.                                                    [#title] =&gt; Day
  1572.                                                    [#input] =&gt; 1
  1573.                                                    [#multiple] =&gt;
  1574.                                                    [#process] =&gt; Array
  1575.                                                        (
  1576.                                                             [0] =&gt; form_process_select
  1577.                                                             [1] =&gt; ajax_process_form
  1578.                                                         )
  1579.  
  1580.                                                     [#theme_wrappers] =&gt; Array
  1581.                                                        (
  1582.                                                             [0] =&gt; form_element
  1583.                                                         )
  1584.  
  1585.                                                     [#pre_render] =&gt; Array
  1586.                                                        (
  1587.                                                             [0] =&gt; ctools_dependent_pre_render
  1588.                                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  1589.                                                         )
  1590.  
  1591.                                                     [#defaults_loaded] =&gt; 1
  1592.                                                    [#tree] =&gt; 1
  1593.                                                    [#parents] =&gt; Array
  1594.                                                        (
  1595.                                                             [0] =&gt; field_acct_bday
  1596.                                                             [1] =&gt; und
  1597.                                                             [2] =&gt; 0
  1598.                                                             [3] =&gt; value
  1599.                                                             [4] =&gt; day
  1600.                                                         )
  1601.  
  1602.                                                     [#array_parents] =&gt; Array
  1603.                                                        (
  1604.                                                             [0] =&gt; field_acct_bday
  1605.                                                             [1] =&gt; und
  1606.                                                             [2] =&gt; 0
  1607.                                                             [3] =&gt; value
  1608.                                                             [4] =&gt; day
  1609.                                                         )
  1610.  
  1611.                                                     [#processed] =&gt; 1
  1612.                                                    [#title_display] =&gt; before
  1613.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-day
  1614.                                                    [#name] =&gt; field_acct_bday[und][0][value][day]
  1615.                                                    [#value] =&gt; 15
  1616.                                                    [#ajax_processed] =&gt;
  1617.                                                    [#sorted] =&gt; 1
  1618.                                                )
  1619.  
  1620.                                             [year] =&gt; Array
  1621.                                                 (
  1622.                                                     [#weight] =&gt; 2
  1623.                                                    [#required] =&gt; 1
  1624.                                                    [#attributes] =&gt; Array
  1625.                                                        (
  1626.                                                             [class] =&gt; Array
  1627.                                                                 (
  1628.                                                                     [0] =&gt; date-clear
  1629.                                                                 )
  1630.  
  1631.                                                         )
  1632.  
  1633.                                                     [#ajax] =&gt;
  1634.                                                    [#default_value] =&gt; 1995
  1635.                                                    [#options] =&gt; Array
  1636.                                                        (
  1637.                                                             [1913] =&gt; 1913
  1638.                                                             [1914] =&gt; 1914
  1639.                                                             [1915] =&gt; 1915
  1640.                                                             [1916] =&gt; 1916
  1641.                                                             [1917] =&gt; 1917
  1642.                                                             [1918] =&gt; 1918
  1643.                                                             [1919] =&gt; 1919
  1644.                                                             [1920] =&gt; 1920
  1645.                                                             [1921] =&gt; 1921
  1646.                                                             [1922] =&gt; 1922
  1647.                                                             [1923] =&gt; 1923
  1648.                                                             [1924] =&gt; 1924
  1649.                                                             [1925] =&gt; 1925
  1650.                                                             [1926] =&gt; 1926
  1651.                                                             [1927] =&gt; 1927
  1652.                                                             [1928] =&gt; 1928
  1653.                                                             [1929] =&gt; 1929
  1654.                                                             [1930] =&gt; 1930
  1655.                                                             [1931] =&gt; 1931
  1656.                                                             [1932] =&gt; 1932
  1657.                                                             [1933] =&gt; 1933
  1658.                                                             [1934] =&gt; 1934
  1659.                                                             [1935] =&gt; 1935
  1660.                                                             [1936] =&gt; 1936
  1661.                                                             [1937] =&gt; 1937
  1662.                                                             [1938] =&gt; 1938
  1663.                                                             [1939] =&gt; 1939
  1664.                                                             [1940] =&gt; 1940
  1665.                                                             [1941] =&gt; 1941
  1666.                                                             [1942] =&gt; 1942
  1667.                                                             [1943] =&gt; 1943
  1668.                                                             [1944] =&gt; 1944
  1669.                                                             [1945] =&gt; 1945
  1670.                                                             [1946] =&gt; 1946
  1671.                                                             [1947] =&gt; 1947
  1672.                                                             [1948] =&gt; 1948
  1673.                                                             [1949] =&gt; 1949
  1674.                                                             [1950] =&gt; 1950
  1675.                                                             [1951] =&gt; 1951
  1676.                                                             [1952] =&gt; 1952
  1677.                                                             [1953] =&gt; 1953
  1678.                                                             [1954] =&gt; 1954
  1679.                                                             [1955] =&gt; 1955
  1680.                                                             [1956] =&gt; 1956
  1681.                                                             [1957] =&gt; 1957
  1682.                                                             [1958] =&gt; 1958
  1683.                                                             [1959] =&gt; 1959
  1684.                                                             [1960] =&gt; 1960
  1685.                                                             [1961] =&gt; 1961
  1686.                                                             [1962] =&gt; 1962
  1687.                                                             [1963] =&gt; 1963
  1688.                                                             [1964] =&gt; 1964
  1689.                                                             [1965] =&gt; 1965
  1690.                                                             [1966] =&gt; 1966
  1691.                                                             [1967] =&gt; 1967
  1692.                                                             [1968] =&gt; 1968
  1693.                                                             [1969] =&gt; 1969
  1694.                                                             [1970] =&gt; 1970
  1695.                                                             [1971] =&gt; 1971
  1696.                                                             [1972] =&gt; 1972
  1697.                                                             [1973] =&gt; 1973
  1698.                                                             [1974] =&gt; 1974
  1699.                                                             [1975] =&gt; 1975
  1700.                                                             [1976] =&gt; 1976
  1701.                                                             [1977] =&gt; 1977
  1702.                                                             [1978] =&gt; 1978
  1703.                                                             [1979] =&gt; 1979
  1704.                                                             [1980] =&gt; 1980
  1705.                                                             [1981] =&gt; 1981
  1706.                                                             [1982] =&gt; 1982
  1707.                                                             [1983] =&gt; 1983
  1708.                                                             [1984] =&gt; 1984
  1709.                                                             [1985] =&gt; 1985
  1710.                                                             [1986] =&gt; 1986
  1711.                                                             [1987] =&gt; 1987
  1712.                                                             [1988] =&gt; 1988
  1713.                                                             [1989] =&gt; 1989
  1714.                                                             [1990] =&gt; 1990
  1715.                                                             [1991] =&gt; 1991
  1716.                                                             [1992] =&gt; 1992
  1717.                                                             [1993] =&gt; 1993
  1718.                                                             [1994] =&gt; 1994
  1719.                                                             [1995] =&gt; 1995
  1720.                                                         )
  1721.  
  1722.                                                     [#type] =&gt; select
  1723.                                                    [#theme] =&gt; date_select_element
  1724.                                                    [#title] =&gt; Year
  1725.                                                    [#input] =&gt; 1
  1726.                                                    [#multiple] =&gt;
  1727.                                                    [#process] =&gt; Array
  1728.                                                        (
  1729.                                                             [0] =&gt; form_process_select
  1730.                                                             [1] =&gt; ajax_process_form
  1731.                                                         )
  1732.  
  1733.                                                     [#theme_wrappers] =&gt; Array
  1734.                                                        (
  1735.                                                             [0] =&gt; form_element
  1736.                                                         )
  1737.  
  1738.                                                     [#pre_render] =&gt; Array
  1739.                                                        (
  1740.                                                             [0] =&gt; ctools_dependent_pre_render
  1741.                                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  1742.                                                         )
  1743.  
  1744.                                                     [#defaults_loaded] =&gt; 1
  1745.                                                    [#tree] =&gt; 1
  1746.                                                    [#parents] =&gt; Array
  1747.                                                        (
  1748.                                                             [0] =&gt; field_acct_bday
  1749.                                                             [1] =&gt; und
  1750.                                                             [2] =&gt; 0
  1751.                                                             [3] =&gt; value
  1752.                                                             [4] =&gt; year
  1753.                                                         )
  1754.  
  1755.                                                     [#array_parents] =&gt; Array
  1756.                                                        (
  1757.                                                             [0] =&gt; field_acct_bday
  1758.                                                             [1] =&gt; und
  1759.                                                             [2] =&gt; 0
  1760.                                                             [3] =&gt; value
  1761.                                                             [4] =&gt; year
  1762.                                                         )
  1763.  
  1764.                                                     [#processed] =&gt; 1
  1765.                                                    [#title_display] =&gt; before
  1766.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-year
  1767.                                                    [#name] =&gt; field_acct_bday[und][0][value][year]
  1768.                                                    [#value] =&gt; 1995
  1769.                                                    [#ajax_processed] =&gt;
  1770.                                                    [#sorted] =&gt; 1
  1771.                                                )
  1772.  
  1773.                                             [hour] =&gt; Array
  1774.                                                 (
  1775.                                                     [#type] =&gt; value
  1776.                                                    [#value] =&gt; 0
  1777.                                                    [#input] =&gt; 1
  1778.                                                    [#pre_render] =&gt; Array
  1779.                                                        (
  1780.                                                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  1781.                                                         )
  1782.  
  1783.                                                     [#defaults_loaded] =&gt; 1
  1784.                                                    [#tree] =&gt; 1
  1785.                                                    [#parents] =&gt; Array
  1786.                                                        (
  1787.                                                             [0] =&gt; field_acct_bday
  1788.                                                             [1] =&gt; und
  1789.                                                             [2] =&gt; 0
  1790.                                                             [3] =&gt; value
  1791.                                                             [4] =&gt; hour
  1792.                                                         )
  1793.  
  1794.                                                     [#array_parents] =&gt; Array
  1795.                                                        (
  1796.                                                             [0] =&gt; field_acct_bday
  1797.                                                             [1] =&gt; und
  1798.                                                             [2] =&gt; 0
  1799.                                                             [3] =&gt; value
  1800.                                                             [4] =&gt; hour
  1801.                                                         )
  1802.  
  1803.                                                     [#weight] =&gt; 0.003
  1804.                                                    [#processed] =&gt;
  1805.                                                    [#required] =&gt;
  1806.                                                    [#attributes] =&gt; Array
  1807.                                                        (
  1808.                                                         )
  1809.  
  1810.                                                     [#title_display] =&gt; before
  1811.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-hour
  1812.                                                    [#name] =&gt; field_acct_bday[und][0][value][hour]
  1813.                                                    [#sorted] =&gt; 1
  1814.                                                )
  1815.  
  1816.                                             [minute] =&gt; Array
  1817.                                                 (
  1818.                                                     [#type] =&gt; value
  1819.                                                    [#value] =&gt; 0
  1820.                                                    [#input] =&gt; 1
  1821.                                                    [#pre_render] =&gt; Array
  1822.                                                        (
  1823.                                                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  1824.                                                         )
  1825.  
  1826.                                                     [#defaults_loaded] =&gt; 1
  1827.                                                    [#tree] =&gt; 1
  1828.                                                    [#parents] =&gt; Array
  1829.                                                        (
  1830.                                                             [0] =&gt; field_acct_bday
  1831.                                                             [1] =&gt; und
  1832.                                                             [2] =&gt; 0
  1833.                                                             [3] =&gt; value
  1834.                                                             [4] =&gt; minute
  1835.                                                         )
  1836.  
  1837.                                                     [#array_parents] =&gt; Array
  1838.                                                        (
  1839.                                                             [0] =&gt; field_acct_bday
  1840.                                                             [1] =&gt; und
  1841.                                                             [2] =&gt; 0
  1842.                                                             [3] =&gt; value
  1843.                                                             [4] =&gt; minute
  1844.                                                         )
  1845.  
  1846.                                                     [#weight] =&gt; 0.004
  1847.                                                    [#processed] =&gt;
  1848.                                                    [#required] =&gt;
  1849.                                                    [#attributes] =&gt; Array
  1850.                                                        (
  1851.                                                         )
  1852.  
  1853.                                                     [#title_display] =&gt; before
  1854.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-minute
  1855.                                                    [#name] =&gt; field_acct_bday[und][0][value][minute]
  1856.                                                    [#sorted] =&gt; 1
  1857.                                                )
  1858.  
  1859.                                             [second] =&gt; Array
  1860.                                                 (
  1861.                                                     [#type] =&gt; value
  1862.                                                    [#value] =&gt; 0
  1863.                                                    [#input] =&gt; 1
  1864.                                                    [#pre_render] =&gt; Array
  1865.                                                        (
  1866.                                                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  1867.                                                         )
  1868.  
  1869.                                                     [#defaults_loaded] =&gt; 1
  1870.                                                    [#tree] =&gt; 1
  1871.                                                    [#parents] =&gt; Array
  1872.                                                        (
  1873.                                                             [0] =&gt; field_acct_bday
  1874.                                                             [1] =&gt; und
  1875.                                                             [2] =&gt; 0
  1876.                                                             [3] =&gt; value
  1877.                                                             [4] =&gt; second
  1878.                                                         )
  1879.  
  1880.                                                     [#array_parents] =&gt; Array
  1881.                                                        (
  1882.                                                             [0] =&gt; field_acct_bday
  1883.                                                             [1] =&gt; und
  1884.                                                             [2] =&gt; 0
  1885.                                                             [3] =&gt; value
  1886.                                                             [4] =&gt; second
  1887.                                                         )
  1888.  
  1889.                                                     [#weight] =&gt; 0.005
  1890.                                                    [#processed] =&gt;
  1891.                                                    [#required] =&gt;
  1892.                                                    [#attributes] =&gt; Array
  1893.                                                        (
  1894.                                                         )
  1895.  
  1896.                                                     [#title_display] =&gt; before
  1897.                                                    [#id] =&gt; edit-field-acct-bday-und-0-value-second
  1898.                                                    [#name] =&gt; field_acct_bday[und][0][value][second]
  1899.                                                    [#sorted] =&gt; 1
  1900.                                                )
  1901.  
  1902.                                             [#element_validate] =&gt; Array
  1903.                                                (
  1904.                                                     [0] =&gt; date_select_validate
  1905.                                                 )
  1906.  
  1907.                                         )
  1908.  
  1909.                                     [#attached] =&gt; Array
  1910.                                        (
  1911.                                             [js] =&gt; Array
  1912.                                                 (
  1913.                                                     [0] =&gt; sites/all/modules/date/date.js
  1914.                                                 )
  1915.  
  1916.                                         )
  1917.  
  1918.                                 )
  1919.  
  1920.                             [#sorted] =&gt; 1
  1921.                            [#children] =&gt; <fieldset class="form-wrapper date-processed"><legend><span class="fieldset-legend">Date of birth </span></legend><div class="fieldset-wrapper"><div class="date-no-float container-inline-date"><div class="form-item form-type-date-select form-item-field-acct-bday-und-0-value clearfix">
  1922. <div id="edit-field-acct-bday-und-0-value" class="date-padding clearfix"><div class="form-item form-type-select form-item-field-acct-bday-und-0-value-month clearfix">
  1923.   <label for="edit-field-acct-bday-und-0-value-month">Month <span class="form-required" title="This field is required.">*</span></label>
  1924.  <div class="date-month"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-month" tabindex=""><a class="dk_toggle" style="width: 58px;"><span class="dk_label">Apr</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">Jan</a></li><li class=""><a data-dk-dropdown-value="2">Feb</a></li><li class=""><a data-dk-dropdown-value="3">Mar</a></li><li class="dk_option_current"><a data-dk-dropdown-value="4">Apr</a></li><li class=""><a data-dk-dropdown-value="5">May</a></li><li class=""><a data-dk-dropdown-value="6">Jun</a></li><li class=""><a data-dk-dropdown-value="7">Jul</a></li><li class=""><a data-dk-dropdown-value="8">Aug</a></li><li class=""><a data-dk-dropdown-value="9">Sep</a></li><li class=""><a data-dk-dropdown-value="10">Oct</a></li><li class=""><a data-dk-dropdown-value="11">Nov</a></li><li class=""><a data-dk-dropdown-value="12">Dec</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-month" name="field_acct_bday[und][0][value][month]" style="display: none;"><option value="1">Jan</option><option value="2">Feb</option><option value="3">Mar</option><option value="4" selected="selected">Apr</option><option value="5">May</option><option value="6">Jun</option><option value="7">Jul</option><option value="8">Aug</option><option value="9">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12">Dec</option></select></div>
  1925. </div>
  1926. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-day clearfix">
  1927.   <label for="edit-field-acct-bday-und-0-value-day">Day <span class="form-required" title="This field is required.">*</span></label>
  1928.  <div class="date-day"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-day" tabindex=""><a class="dk_toggle" style="width: 47px;"><span class="dk_label">15</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">1</a></li><li class=""><a data-dk-dropdown-value="2">2</a></li><li class=""><a data-dk-dropdown-value="3">3</a></li><li class=""><a data-dk-dropdown-value="4">4</a></li><li class=""><a data-dk-dropdown-value="5">5</a></li><li class=""><a data-dk-dropdown-value="6">6</a></li><li class=""><a data-dk-dropdown-value="7">7</a></li><li class=""><a data-dk-dropdown-value="8">8</a></li><li class=""><a data-dk-dropdown-value="9">9</a></li><li class=""><a data-dk-dropdown-value="10">10</a></li><li class=""><a data-dk-dropdown-value="11">11</a></li><li class=""><a data-dk-dropdown-value="12">12</a></li><li class=""><a data-dk-dropdown-value="13">13</a></li><li class=""><a data-dk-dropdown-value="14">14</a></li><li class="dk_option_current"><a data-dk-dropdown-value="15">15</a></li><li class=""><a data-dk-dropdown-value="16">16</a></li><li class=""><a data-dk-dropdown-value="17">17</a></li><li class=""><a data-dk-dropdown-value="18">18</a></li><li class=""><a data-dk-dropdown-value="19">19</a></li><li class=""><a data-dk-dropdown-value="20">20</a></li><li class=""><a data-dk-dropdown-value="21">21</a></li><li class=""><a data-dk-dropdown-value="22">22</a></li><li class=""><a data-dk-dropdown-value="23">23</a></li><li class=""><a data-dk-dropdown-value="24">24</a></li><li class=""><a data-dk-dropdown-value="25">25</a></li><li class=""><a data-dk-dropdown-value="26">26</a></li><li class=""><a data-dk-dropdown-value="27">27</a></li><li class=""><a data-dk-dropdown-value="28">28</a></li><li class=""><a data-dk-dropdown-value="29">29</a></li><li class=""><a data-dk-dropdown-value="30">30</a></li><li class=""><a data-dk-dropdown-value="31">31</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-day" name="field_acct_bday[und][0][value][day]" style="display: none;"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15" selected="selected">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value="27">27</option><option value="28">28</option><option value="29">29</option><option value="30">30</option><option value="31">31</option></select></div>
  1929. </div>
  1930. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-year clearfix">
  1931.   <label for="edit-field-acct-bday-und-0-value-year">Year <span class="form-required" title="This field is required.">*</span></label>
  1932.  <div class="date-year"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-year" tabindex=""><a class="dk_toggle" style="width: 61px;"><span class="dk_label">1995</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1913">1913</a></li><li class=""><a data-dk-dropdown-value="1914">1914</a></li><li class=""><a data-dk-dropdown-value="1915">1915</a></li><li class=""><a data-dk-dropdown-value="1916">1916</a></li><li class=""><a data-dk-dropdown-value="1917">1917</a></li><li class=""><a data-dk-dropdown-value="1918">1918</a></li><li class=""><a data-dk-dropdown-value="1919">1919</a></li><li class=""><a data-dk-dropdown-value="1920">1920</a></li><li class=""><a data-dk-dropdown-value="1921">1921</a></li><li class=""><a data-dk-dropdown-value="1922">1922</a></li><li class=""><a data-dk-dropdown-value="1923">1923</a></li><li class=""><a data-dk-dropdown-value="1924">1924</a></li><li class=""><a data-dk-dropdown-value="1925">1925</a></li><li class=""><a data-dk-dropdown-value="1926">1926</a></li><li class=""><a data-dk-dropdown-value="1927">1927</a></li><li class=""><a data-dk-dropdown-value="1928">1928</a></li><li class=""><a data-dk-dropdown-value="1929">1929</a></li><li class=""><a data-dk-dropdown-value="1930">1930</a></li><li class=""><a data-dk-dropdown-value="1931">1931</a></li><li class=""><a data-dk-dropdown-value="1932">1932</a></li><li class=""><a data-dk-dropdown-value="1933">1933</a></li><li class=""><a data-dk-dropdown-value="1934">1934</a></li><li class=""><a data-dk-dropdown-value="1935">1935</a></li><li class=""><a data-dk-dropdown-value="1936">1936</a></li><li class=""><a data-dk-dropdown-value="1937">1937</a></li><li class=""><a data-dk-dropdown-value="1938">1938</a></li><li class=""><a data-dk-dropdown-value="1939">1939</a></li><li class=""><a data-dk-dropdown-value="1940">1940</a></li><li class=""><a data-dk-dropdown-value="1941">1941</a></li><li class=""><a data-dk-dropdown-value="1942">1942</a></li><li class=""><a data-dk-dropdown-value="1943">1943</a></li><li class=""><a data-dk-dropdown-value="1944">1944</a></li><li class=""><a data-dk-dropdown-value="1945">1945</a></li><li class=""><a data-dk-dropdown-value="1946">1946</a></li><li class=""><a data-dk-dropdown-value="1947">1947</a></li><li class=""><a data-dk-dropdown-value="1948">1948</a></li><li class=""><a data-dk-dropdown-value="1949">1949</a></li><li class=""><a data-dk-dropdown-value="1950">1950</a></li><li class=""><a data-dk-dropdown-value="1951">1951</a></li><li class=""><a data-dk-dropdown-value="1952">1952</a></li><li class=""><a data-dk-dropdown-value="1953">1953</a></li><li class=""><a data-dk-dropdown-value="1954">1954</a></li><li class=""><a data-dk-dropdown-value="1955">1955</a></li><li class=""><a data-dk-dropdown-value="1956">1956</a></li><li class=""><a data-dk-dropdown-value="1957">1957</a></li><li class=""><a data-dk-dropdown-value="1958">1958</a></li><li class=""><a data-dk-dropdown-value="1959">1959</a></li><li class=""><a data-dk-dropdown-value="1960">1960</a></li><li class=""><a data-dk-dropdown-value="1961">1961</a></li><li class=""><a data-dk-dropdown-value="1962">1962</a></li><li class=""><a data-dk-dropdown-value="1963">1963</a></li><li class=""><a data-dk-dropdown-value="1964">1964</a></li><li class=""><a data-dk-dropdown-value="1965">1965</a></li><li class=""><a data-dk-dropdown-value="1966">1966</a></li><li class=""><a data-dk-dropdown-value="1967">1967</a></li><li class=""><a data-dk-dropdown-value="1968">1968</a></li><li class=""><a data-dk-dropdown-value="1969">1969</a></li><li class=""><a data-dk-dropdown-value="1970">1970</a></li><li class=""><a data-dk-dropdown-value="1971">1971</a></li><li class=""><a data-dk-dropdown-value="1972">1972</a></li><li class=""><a data-dk-dropdown-value="1973">1973</a></li><li class=""><a data-dk-dropdown-value="1974">1974</a></li><li class=""><a data-dk-dropdown-value="1975">1975</a></li><li class=""><a data-dk-dropdown-value="1976">1976</a></li><li class=""><a data-dk-dropdown-value="1977">1977</a></li><li class=""><a data-dk-dropdown-value="1978">1978</a></li><li class=""><a data-dk-dropdown-value="1979">1979</a></li><li class=""><a data-dk-dropdown-value="1980">1980</a></li><li class=""><a data-dk-dropdown-value="1981">1981</a></li><li class=""><a data-dk-dropdown-value="1982">1982</a></li><li class=""><a data-dk-dropdown-value="1983">1983</a></li><li class=""><a data-dk-dropdown-value="1984">1984</a></li><li class=""><a data-dk-dropdown-value="1985">1985</a></li><li class=""><a data-dk-dropdown-value="1986">1986</a></li><li class=""><a data-dk-dropdown-value="1987">1987</a></li><li class=""><a data-dk-dropdown-value="1988">1988</a></li><li class=""><a data-dk-dropdown-value="1989">1989</a></li><li class=""><a data-dk-dropdown-value="1990">1990</a></li><li class=""><a data-dk-dropdown-value="1991">1991</a></li><li class=""><a data-dk-dropdown-value="1992">1992</a></li><li class=""><a data-dk-dropdown-value="1993">1993</a></li><li class=""><a data-dk-dropdown-value="1994">1994</a></li><li class="dk_option_current"><a data-dk-dropdown-value="1995">1995</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-year" name="field_acct_bday[und][0][value][year]" style="display: none;"><option value="1913">1913</option><option value="1914">1914</option><option value="1915">1915</option><option value="1916">1916</option><option value="1917">1917</option><option value="1918">1918</option><option value="1919">1919</option><option value="1920">1920</option><option value="1921">1921</option><option value="1922">1922</option><option value="1923">1923</option><option value="1924">1924</option><option value="1925">1925</option><option value="1926">1926</option><option value="1927">1927</option><option value="1928">1928</option><option value="1929">1929</option><option value="1930">1930</option><option value="1931">1931</option><option value="1932">1932</option><option value="1933">1933</option><option value="1934">1934</option><option value="1935">1935</option><option value="1936">1936</option><option value="1937">1937</option><option value="1938">1938</option><option value="1939">1939</option><option value="1940">1940</option><option value="1941">1941</option><option value="1942">1942</option><option value="1943">1943</option><option value="1944">1944</option><option value="1945">1945</option><option value="1946">1946</option><option value="1947">1947</option><option value="1948">1948</option><option value="1949">1949</option><option value="1950">1950</option><option value="1951">1951</option><option value="1952">1952</option><option value="1953">1953</option><option value="1954">1954</option><option value="1955">1955</option><option value="1956">1956</option><option value="1957">1957</option><option value="1958">1958</option><option value="1959">1959</option><option value="1960">1960</option><option value="1961">1961</option><option value="1962">1962</option><option value="1963">1963</option><option value="1964">1964</option><option value="1965">1965</option><option value="1966">1966</option><option value="1967">1967</option><option value="1968">1968</option><option value="1969">1969</option><option value="1970">1970</option><option value="1971">1971</option><option value="1972">1972</option><option value="1973">1973</option><option value="1974">1974</option><option value="1975">1975</option><option value="1976">1976</option><option value="1977">1977</option><option value="1978">1978</option><option value="1979">1979</option><option value="1980">1980</option><option value="1981">1981</option><option value="1982">1982</option><option value="1983">1983</option><option value="1984">1984</option><option value="1985">1985</option><option value="1986">1986</option><option value="1987">1987</option><option value="1988">1988</option><option value="1989">1989</option><option value="1990">1990</option><option value="1991">1991</option><option value="1992">1992</option><option value="1993">1993</option><option value="1994">1994</option><option value="1995" selected="selected">1995</option></select></div>
  1933. </div>
  1934. </div>
  1935. <div class="description">Users must be over the age of 18 to use this site.</div>
  1936. </div>
  1937. </div></div></fieldset>
  1938.  
  1939.                             [#printed] =&gt; 1
  1940.                        )
  1941.  
  1942.                     [#access] =&gt; 1
  1943.                    [#size] =&gt; 30
  1944.                    [#theme_wrappers] =&gt; Array
  1945.                        (
  1946.                             [0] =&gt; container
  1947.                         )
  1948.  
  1949.                     [#process] =&gt; Array
  1950.                        (
  1951.                             [0] =&gt; form_process_container
  1952.                         )
  1953.  
  1954.                     [#defaults_loaded] =&gt; 1
  1955.                    [#parents] =&gt; Array
  1956.                        (
  1957.                             [0] =&gt; field_acct_bday
  1958.                         )
  1959.  
  1960.                     [#array_parents] =&gt; Array
  1961.                        (
  1962.                             [0] =&gt; field_acct_bday
  1963.                         )
  1964.  
  1965.                     [#processed] =&gt; 1
  1966.                    [#required] =&gt;
  1967.                    [#title_display] =&gt; before
  1968.                    [#id] =&gt; edit-field-acct-bday
  1969.                    [#sorted] =&gt; 1
  1970.                    [#children] =&gt; <div class="field-type-datetime field-name-field-acct-bday field-widget-date-select form-wrapper" id="edit-field-acct-bday"><div id="field-acct-bday-add-more-wrapper"><fieldset class="form-wrapper date-processed"><legend><span class="fieldset-legend">Date of birth </span></legend><div class="fieldset-wrapper"><div class="date-no-float container-inline-date"><div class="form-item form-type-date-select form-item-field-acct-bday-und-0-value clearfix">
  1971. <div id="edit-field-acct-bday-und-0-value" class="date-padding clearfix"><div class="form-item form-type-select form-item-field-acct-bday-und-0-value-month clearfix">
  1972.   <label for="edit-field-acct-bday-und-0-value-month">Month <span class="form-required" title="This field is required.">*</span></label>
  1973.  <div class="date-month"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-month" tabindex=""><a class="dk_toggle" style="width: 58px;"><span class="dk_label">Apr</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">Jan</a></li><li class=""><a data-dk-dropdown-value="2">Feb</a></li><li class=""><a data-dk-dropdown-value="3">Mar</a></li><li class="dk_option_current"><a data-dk-dropdown-value="4">Apr</a></li><li class=""><a data-dk-dropdown-value="5">May</a></li><li class=""><a data-dk-dropdown-value="6">Jun</a></li><li class=""><a data-dk-dropdown-value="7">Jul</a></li><li class=""><a data-dk-dropdown-value="8">Aug</a></li><li class=""><a data-dk-dropdown-value="9">Sep</a></li><li class=""><a data-dk-dropdown-value="10">Oct</a></li><li class=""><a data-dk-dropdown-value="11">Nov</a></li><li class=""><a data-dk-dropdown-value="12">Dec</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-month" name="field_acct_bday[und][0][value][month]" style="display: none;"><option value="1">Jan</option><option value="2">Feb</option><option value="3">Mar</option><option value="4" selected="selected">Apr</option><option value="5">May</option><option value="6">Jun</option><option value="7">Jul</option><option value="8">Aug</option><option value="9">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12">Dec</option></select></div>
  1974. </div>
  1975. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-day clearfix">
  1976.   <label for="edit-field-acct-bday-und-0-value-day">Day <span class="form-required" title="This field is required.">*</span></label>
  1977.  <div class="date-day"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-day" tabindex=""><a class="dk_toggle" style="width: 47px;"><span class="dk_label">15</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">1</a></li><li class=""><a data-dk-dropdown-value="2">2</a></li><li class=""><a data-dk-dropdown-value="3">3</a></li><li class=""><a data-dk-dropdown-value="4">4</a></li><li class=""><a data-dk-dropdown-value="5">5</a></li><li class=""><a data-dk-dropdown-value="6">6</a></li><li class=""><a data-dk-dropdown-value="7">7</a></li><li class=""><a data-dk-dropdown-value="8">8</a></li><li class=""><a data-dk-dropdown-value="9">9</a></li><li class=""><a data-dk-dropdown-value="10">10</a></li><li class=""><a data-dk-dropdown-value="11">11</a></li><li class=""><a data-dk-dropdown-value="12">12</a></li><li class=""><a data-dk-dropdown-value="13">13</a></li><li class=""><a data-dk-dropdown-value="14">14</a></li><li class="dk_option_current"><a data-dk-dropdown-value="15">15</a></li><li class=""><a data-dk-dropdown-value="16">16</a></li><li class=""><a data-dk-dropdown-value="17">17</a></li><li class=""><a data-dk-dropdown-value="18">18</a></li><li class=""><a data-dk-dropdown-value="19">19</a></li><li class=""><a data-dk-dropdown-value="20">20</a></li><li class=""><a data-dk-dropdown-value="21">21</a></li><li class=""><a data-dk-dropdown-value="22">22</a></li><li class=""><a data-dk-dropdown-value="23">23</a></li><li class=""><a data-dk-dropdown-value="24">24</a></li><li class=""><a data-dk-dropdown-value="25">25</a></li><li class=""><a data-dk-dropdown-value="26">26</a></li><li class=""><a data-dk-dropdown-value="27">27</a></li><li class=""><a data-dk-dropdown-value="28">28</a></li><li class=""><a data-dk-dropdown-value="29">29</a></li><li class=""><a data-dk-dropdown-value="30">30</a></li><li class=""><a data-dk-dropdown-value="31">31</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-day" name="field_acct_bday[und][0][value][day]" style="display: none;"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15" selected="selected">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value="27">27</option><option value="28">28</option><option value="29">29</option><option value="30">30</option><option value="31">31</option></select></div>
  1978. </div>
  1979. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-year clearfix">
  1980.   <label for="edit-field-acct-bday-und-0-value-year">Year <span class="form-required" title="This field is required.">*</span></label>
  1981.  <div class="date-year"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-year" tabindex=""><a class="dk_toggle" style="width: 61px;"><span class="dk_label">1995</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1913">1913</a></li><li class=""><a data-dk-dropdown-value="1914">1914</a></li><li class=""><a data-dk-dropdown-value="1915">1915</a></li><li class=""><a data-dk-dropdown-value="1916">1916</a></li><li class=""><a data-dk-dropdown-value="1917">1917</a></li><li class=""><a data-dk-dropdown-value="1918">1918</a></li><li class=""><a data-dk-dropdown-value="1919">1919</a></li><li class=""><a data-dk-dropdown-value="1920">1920</a></li><li class=""><a data-dk-dropdown-value="1921">1921</a></li><li class=""><a data-dk-dropdown-value="1922">1922</a></li><li class=""><a data-dk-dropdown-value="1923">1923</a></li><li class=""><a data-dk-dropdown-value="1924">1924</a></li><li class=""><a data-dk-dropdown-value="1925">1925</a></li><li class=""><a data-dk-dropdown-value="1926">1926</a></li><li class=""><a data-dk-dropdown-value="1927">1927</a></li><li class=""><a data-dk-dropdown-value="1928">1928</a></li><li class=""><a data-dk-dropdown-value="1929">1929</a></li><li class=""><a data-dk-dropdown-value="1930">1930</a></li><li class=""><a data-dk-dropdown-value="1931">1931</a></li><li class=""><a data-dk-dropdown-value="1932">1932</a></li><li class=""><a data-dk-dropdown-value="1933">1933</a></li><li class=""><a data-dk-dropdown-value="1934">1934</a></li><li class=""><a data-dk-dropdown-value="1935">1935</a></li><li class=""><a data-dk-dropdown-value="1936">1936</a></li><li class=""><a data-dk-dropdown-value="1937">1937</a></li><li class=""><a data-dk-dropdown-value="1938">1938</a></li><li class=""><a data-dk-dropdown-value="1939">1939</a></li><li class=""><a data-dk-dropdown-value="1940">1940</a></li><li class=""><a data-dk-dropdown-value="1941">1941</a></li><li class=""><a data-dk-dropdown-value="1942">1942</a></li><li class=""><a data-dk-dropdown-value="1943">1943</a></li><li class=""><a data-dk-dropdown-value="1944">1944</a></li><li class=""><a data-dk-dropdown-value="1945">1945</a></li><li class=""><a data-dk-dropdown-value="1946">1946</a></li><li class=""><a data-dk-dropdown-value="1947">1947</a></li><li class=""><a data-dk-dropdown-value="1948">1948</a></li><li class=""><a data-dk-dropdown-value="1949">1949</a></li><li class=""><a data-dk-dropdown-value="1950">1950</a></li><li class=""><a data-dk-dropdown-value="1951">1951</a></li><li class=""><a data-dk-dropdown-value="1952">1952</a></li><li class=""><a data-dk-dropdown-value="1953">1953</a></li><li class=""><a data-dk-dropdown-value="1954">1954</a></li><li class=""><a data-dk-dropdown-value="1955">1955</a></li><li class=""><a data-dk-dropdown-value="1956">1956</a></li><li class=""><a data-dk-dropdown-value="1957">1957</a></li><li class=""><a data-dk-dropdown-value="1958">1958</a></li><li class=""><a data-dk-dropdown-value="1959">1959</a></li><li class=""><a data-dk-dropdown-value="1960">1960</a></li><li class=""><a data-dk-dropdown-value="1961">1961</a></li><li class=""><a data-dk-dropdown-value="1962">1962</a></li><li class=""><a data-dk-dropdown-value="1963">1963</a></li><li class=""><a data-dk-dropdown-value="1964">1964</a></li><li class=""><a data-dk-dropdown-value="1965">1965</a></li><li class=""><a data-dk-dropdown-value="1966">1966</a></li><li class=""><a data-dk-dropdown-value="1967">1967</a></li><li class=""><a data-dk-dropdown-value="1968">1968</a></li><li class=""><a data-dk-dropdown-value="1969">1969</a></li><li class=""><a data-dk-dropdown-value="1970">1970</a></li><li class=""><a data-dk-dropdown-value="1971">1971</a></li><li class=""><a data-dk-dropdown-value="1972">1972</a></li><li class=""><a data-dk-dropdown-value="1973">1973</a></li><li class=""><a data-dk-dropdown-value="1974">1974</a></li><li class=""><a data-dk-dropdown-value="1975">1975</a></li><li class=""><a data-dk-dropdown-value="1976">1976</a></li><li class=""><a data-dk-dropdown-value="1977">1977</a></li><li class=""><a data-dk-dropdown-value="1978">1978</a></li><li class=""><a data-dk-dropdown-value="1979">1979</a></li><li class=""><a data-dk-dropdown-value="1980">1980</a></li><li class=""><a data-dk-dropdown-value="1981">1981</a></li><li class=""><a data-dk-dropdown-value="1982">1982</a></li><li class=""><a data-dk-dropdown-value="1983">1983</a></li><li class=""><a data-dk-dropdown-value="1984">1984</a></li><li class=""><a data-dk-dropdown-value="1985">1985</a></li><li class=""><a data-dk-dropdown-value="1986">1986</a></li><li class=""><a data-dk-dropdown-value="1987">1987</a></li><li class=""><a data-dk-dropdown-value="1988">1988</a></li><li class=""><a data-dk-dropdown-value="1989">1989</a></li><li class=""><a data-dk-dropdown-value="1990">1990</a></li><li class=""><a data-dk-dropdown-value="1991">1991</a></li><li class=""><a data-dk-dropdown-value="1992">1992</a></li><li class=""><a data-dk-dropdown-value="1993">1993</a></li><li class=""><a data-dk-dropdown-value="1994">1994</a></li><li class="dk_option_current"><a data-dk-dropdown-value="1995">1995</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-year" name="field_acct_bday[und][0][value][year]" style="display: none;"><option value="1913">1913</option><option value="1914">1914</option><option value="1915">1915</option><option value="1916">1916</option><option value="1917">1917</option><option value="1918">1918</option><option value="1919">1919</option><option value="1920">1920</option><option value="1921">1921</option><option value="1922">1922</option><option value="1923">1923</option><option value="1924">1924</option><option value="1925">1925</option><option value="1926">1926</option><option value="1927">1927</option><option value="1928">1928</option><option value="1929">1929</option><option value="1930">1930</option><option value="1931">1931</option><option value="1932">1932</option><option value="1933">1933</option><option value="1934">1934</option><option value="1935">1935</option><option value="1936">1936</option><option value="1937">1937</option><option value="1938">1938</option><option value="1939">1939</option><option value="1940">1940</option><option value="1941">1941</option><option value="1942">1942</option><option value="1943">1943</option><option value="1944">1944</option><option value="1945">1945</option><option value="1946">1946</option><option value="1947">1947</option><option value="1948">1948</option><option value="1949">1949</option><option value="1950">1950</option><option value="1951">1951</option><option value="1952">1952</option><option value="1953">1953</option><option value="1954">1954</option><option value="1955">1955</option><option value="1956">1956</option><option value="1957">1957</option><option value="1958">1958</option><option value="1959">1959</option><option value="1960">1960</option><option value="1961">1961</option><option value="1962">1962</option><option value="1963">1963</option><option value="1964">1964</option><option value="1965">1965</option><option value="1966">1966</option><option value="1967">1967</option><option value="1968">1968</option><option value="1969">1969</option><option value="1970">1970</option><option value="1971">1971</option><option value="1972">1972</option><option value="1973">1973</option><option value="1974">1974</option><option value="1975">1975</option><option value="1976">1976</option><option value="1977">1977</option><option value="1978">1978</option><option value="1979">1979</option><option value="1980">1980</option><option value="1981">1981</option><option value="1982">1982</option><option value="1983">1983</option><option value="1984">1984</option><option value="1985">1985</option><option value="1986">1986</option><option value="1987">1987</option><option value="1988">1988</option><option value="1989">1989</option><option value="1990">1990</option><option value="1991">1991</option><option value="1992">1992</option><option value="1993">1993</option><option value="1994">1994</option><option value="1995" selected="selected">1995</option></select></div>
  1982. </div>
  1983. </div>
  1984. <div class="description">Users must be over the age of 18 to use this site.</div>
  1985. </div>
  1986. </div></div></fieldset>
  1987. </div></div>
  1988.                     [#printed] =&gt; 1
  1989.                )
  1990.  
  1991.             [field_acct_location] =&gt; Array
  1992.                 (
  1993.                     [#type] =&gt; container
  1994.                    [#attributes] =&gt; Array
  1995.                        (
  1996.                             [class] =&gt; Array
  1997.                                 (
  1998.                                     [0] =&gt; field-type-taxonomy-term-reference
  1999.                                     [1] =&gt; field-name-field-acct-location
  2000.                                     [2] =&gt; field-widget-taxonomy-autocomplete
  2001.                                 )
  2002.  
  2003.                         )
  2004.  
  2005.                     [#weight] =&gt; 4
  2006.                    [#tree] =&gt; 1
  2007.                    [#language] =&gt; und
  2008.                    [und] =&gt; Array
  2009.                         (
  2010.                             [#entity] =&gt; stdClass Object
  2011.                                (
  2012.                                     [uid] =&gt; 0
  2013.                                     [hostname] =&gt; 184.71.25.166
  2014.                                     [roles] =&gt; Array
  2015.                                         (
  2016.                                             [1] =&gt; anonymous user
  2017.                                         )
  2018.  
  2019.                                     [cache] =&gt; 0
  2020.                                 )
  2021.  
  2022.                             [#entity_type] =&gt; user
  2023.                            [#bundle] =&gt; user
  2024.                            [#field_name] =&gt; field_acct_location
  2025.                            [#language] =&gt; und
  2026.                            [#field_parents] =&gt; Array
  2027.                                (
  2028.                                 )
  2029.  
  2030.                             [#columns] =&gt; Array
  2031.                                (
  2032.                                     [0] =&gt; tid
  2033.                                 )
  2034.  
  2035.                             [#title] =&gt; Location
  2036.                            [#description] =&gt;
  2037.                            [#required] =&gt; 1
  2038.                            [#delta] =&gt; 0
  2039.                            [#type] =&gt; textfield
  2040.                            [#default_value] =&gt;
  2041.                            [#autocomplete_path] =&gt; taxonomy/autocomplete/field_acct_location
  2042.                            [#size] =&gt; 30
  2043.                            [#maxlength] =&gt; 1024
  2044.                            [#element_validate] =&gt; Array
  2045.                                (
  2046.                                     [0] =&gt; taxonomy_autocomplete_validate
  2047.                                 )
  2048.  
  2049.                             [#after_build] =&gt; Array
  2050.                                (
  2051.                                     [0] =&gt; field_form_element_after_build
  2052.                                 )
  2053.  
  2054.                             [#input] =&gt; 1
  2055.                            [#process] =&gt; Array
  2056.                                (
  2057.                                     [0] =&gt; ajax_process_form
  2058.                                     [1] =&gt; elements_process_placeholder
  2059.                                     [2] =&gt; elements_process_pattern
  2060.                                 )
  2061.  
  2062.                             [#theme] =&gt; textfield
  2063.                            [#theme_wrappers] =&gt; Array
  2064.                                (
  2065.                                     [0] =&gt; form_element
  2066.                                 )
  2067.  
  2068.                             [#pre_render] =&gt; Array
  2069.                                (
  2070.                                     [0] =&gt; ctools_dependent_pre_render
  2071.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  2072.                                 )
  2073.  
  2074.                             [#defaults_loaded] =&gt; 1
  2075.                            [#tree] =&gt; 1
  2076.                            [#parents] =&gt; Array
  2077.                                (
  2078.                                     [0] =&gt; field_acct_location
  2079.                                     [1] =&gt; und
  2080.                                 )
  2081.  
  2082.                             [#array_parents] =&gt; Array
  2083.                                (
  2084.                                     [0] =&gt; field_acct_location
  2085.                                     [1] =&gt; und
  2086.                                 )
  2087.  
  2088.                             [#weight] =&gt; 0
  2089.                            [#processed] =&gt; 1
  2090.                            [#attributes] =&gt; Array
  2091.                                (
  2092.                                 )
  2093.  
  2094.                             [#title_display] =&gt; before
  2095.                            [#id] =&gt; edit-field-acct-location-und
  2096.                            [#name] =&gt; field_acct_location[und]
  2097.                            [#value] =&gt;
  2098.                            [#ajax_processed] =&gt;
  2099.                            [#sorted] =&gt; 1
  2100.                            [#after_build_done] =&gt; 1
  2101.                            [#children] =&gt; <div class="form-item form-type-textfield form-item-field-acct-location-und">
  2102.  <label for="edit-field-acct-location-und">Location <span class="form-required" title="This field is required.">*</span></label>
  2103.  <input type="text" id="edit-field-acct-location-und" name="field_acct_location[und]" value="" size="30" maxlength="1024" class="form-text required form-autocomplete"><input type="hidden" id="edit-field-acct-location-und-autocomplete" value="http://chattinghands2.qa.caorda.com/taxonomy/autocomplete/field_acct_location" disabled="disabled" class="autocomplete autocomplete-processed">
  2104. </div>
  2105.  
  2106.                             [#printed] =&gt; 1
  2107.                        )
  2108.  
  2109.                     [#access] =&gt; 1
  2110.                    [#theme_wrappers] =&gt; Array
  2111.                        (
  2112.                             [0] =&gt; container
  2113.                         )
  2114.  
  2115.                     [#process] =&gt; Array
  2116.                        (
  2117.                             [0] =&gt; form_process_container
  2118.                         )
  2119.  
  2120.                     [#defaults_loaded] =&gt; 1
  2121.                    [#parents] =&gt; Array
  2122.                        (
  2123.                             [0] =&gt; field_acct_location
  2124.                         )
  2125.  
  2126.                     [#array_parents] =&gt; Array
  2127.                        (
  2128.                             [0] =&gt; field_acct_location
  2129.                         )
  2130.  
  2131.                     [#processed] =&gt; 1
  2132.                    [#required] =&gt;
  2133.                    [#title_display] =&gt; before
  2134.                    [#id] =&gt; edit-field-acct-location
  2135.                    [#sorted] =&gt; 1
  2136.                    [#children] =&gt; <div class="field-type-taxonomy-term-reference field-name-field-acct-location field-widget-taxonomy-autocomplete form-wrapper" id="edit-field-acct-location"><div class="form-item form-type-textfield form-item-field-acct-location-und">
  2137.  <label for="edit-field-acct-location-und">Location <span class="form-required" title="This field is required.">*</span></label>
  2138.  <input type="text" id="edit-field-acct-location-und" name="field_acct_location[und]" value="" size="30" maxlength="1024" class="form-text required form-autocomplete"><input type="hidden" id="edit-field-acct-location-und-autocomplete" value="http://chattinghands2.qa.caorda.com/taxonomy/autocomplete/field_acct_location" disabled="disabled" class="autocomplete autocomplete-processed">
  2139. </div>
  2140. </div>
  2141.                     [#printed] =&gt; 1
  2142.                )
  2143.  
  2144.             [account] =&gt; Array
  2145.                 (
  2146.                     [#type] =&gt; container
  2147.                    [#weight] =&gt; 10
  2148.                    [#theme_wrappers] =&gt; Array
  2149.                        (
  2150.                             [0] =&gt; container
  2151.                         )
  2152.  
  2153.                     [#process] =&gt; Array
  2154.                        (
  2155.                             [0] =&gt; form_process_container
  2156.                         )
  2157.  
  2158.                     [#defaults_loaded] =&gt; 1
  2159.                    [#tree] =&gt;
  2160.                    [#parents] =&gt; Array
  2161.                        (
  2162.                             [0] =&gt; account
  2163.                         )
  2164.  
  2165.                     [#array_parents] =&gt; Array
  2166.                        (
  2167.                             [0] =&gt; account
  2168.                         )
  2169.  
  2170.                     [#processed] =&gt; 1
  2171.                    [#required] =&gt;
  2172.                    [#attributes] =&gt; Array
  2173.                        (
  2174.                         )
  2175.  
  2176.                     [#title_display] =&gt; before
  2177.                    [#id] =&gt; edit-account
  2178.                    [name] =&gt; Array
  2179.                         (
  2180.                             [#type] =&gt; textfield
  2181.                            [#title] =&gt; Username
  2182.                            [#maxlength] =&gt; 60
  2183.                            [#description] =&gt; Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.
  2184.                            [#required] =&gt; 1
  2185.                            [#attributes] =&gt; Array
  2186.                                (
  2187.                                     [class] =&gt; Array
  2188.                                         (
  2189.                                             [0] =&gt; username
  2190.                                         )
  2191.  
  2192.                                 )
  2193.  
  2194.                             [#default_value] =&gt;
  2195.                            [#access] =&gt; 1
  2196.                            [#weight] =&gt; -10
  2197.                            [#size] =&gt; 30
  2198.                            [#input] =&gt; 1
  2199.                            [#autocomplete_path] =&gt;
  2200.                            [#process] =&gt; Array
  2201.                                (
  2202.                                     [0] =&gt; ajax_process_form
  2203.                                     [1] =&gt; elements_process_placeholder
  2204.                                     [2] =&gt; elements_process_pattern
  2205.                                 )
  2206.  
  2207.                             [#theme] =&gt; textfield
  2208.                            [#theme_wrappers] =&gt; Array
  2209.                                (
  2210.                                     [0] =&gt; form_element
  2211.                                 )
  2212.  
  2213.                             [#pre_render] =&gt; Array
  2214.                                (
  2215.                                     [0] =&gt; ctools_dependent_pre_render
  2216.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  2217.                                 )
  2218.  
  2219.                             [#defaults_loaded] =&gt; 1
  2220.                            [#tree] =&gt;
  2221.                            [#parents] =&gt; Array
  2222.                                (
  2223.                                     [0] =&gt; name
  2224.                                 )
  2225.  
  2226.                             [#array_parents] =&gt; Array
  2227.                                (
  2228.                                     [0] =&gt; account
  2229.                                     [1] =&gt; name
  2230.                                 )
  2231.  
  2232.                             [#processed] =&gt; 1
  2233.                            [#title_display] =&gt; before
  2234.                            [#id] =&gt; edit-name--2
  2235.                            [#name] =&gt; name
  2236.                            [#value] =&gt;
  2237.                            [#ajax_processed] =&gt;
  2238.                            [#sorted] =&gt; 1
  2239.                            [#children] =&gt; <div class="form-item form-type-textfield form-item-name">
  2240.  <label for="edit-name--2">Username <span class="form-required" title="This field is required.">*</span></label>
  2241.  <input class="username form-text required" type="text" id="edit-name--2" name="name" value="" size="30" maxlength="60">
  2242. <div class="description">Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.</div>
  2243. </div>
  2244.  
  2245.                             [#printed] =&gt; 1
  2246.                        )
  2247.  
  2248.                     [mail] =&gt; Array
  2249.                         (
  2250.                             [#type] =&gt; textfield
  2251.                            [#title] =&gt; E-mail address
  2252.                            [#maxlength] =&gt; 254
  2253.                            [#description] =&gt; 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.
  2254.                            [#required] =&gt; 1
  2255.                            [#default_value] =&gt;
  2256.                            [#size] =&gt; 30
  2257.                            [#input] =&gt; 1
  2258.                            [#autocomplete_path] =&gt;
  2259.                            [#process] =&gt; Array
  2260.                                (
  2261.                                     [0] =&gt; ajax_process_form
  2262.                                     [1] =&gt; elements_process_placeholder
  2263.                                     [2] =&gt; elements_process_pattern
  2264.                                 )
  2265.  
  2266.                             [#theme] =&gt; textfield
  2267.                            [#theme_wrappers] =&gt; Array
  2268.                                (
  2269.                                     [0] =&gt; form_element
  2270.                                 )
  2271.  
  2272.                             [#pre_render] =&gt; Array
  2273.                                (
  2274.                                     [0] =&gt; ctools_dependent_pre_render
  2275.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  2276.                                 )
  2277.  
  2278.                             [#defaults_loaded] =&gt; 1
  2279.                            [#tree] =&gt;
  2280.                            [#parents] =&gt; Array
  2281.                                (
  2282.                                     [0] =&gt; mail
  2283.                                 )
  2284.  
  2285.                             [#array_parents] =&gt; Array
  2286.                                (
  2287.                                     [0] =&gt; account
  2288.                                     [1] =&gt; mail
  2289.                                 )
  2290.  
  2291.                             [#weight] =&gt; 0.001
  2292.                            [#processed] =&gt; 1
  2293.                            [#attributes] =&gt; Array
  2294.                                (
  2295.                                 )
  2296.  
  2297.                             [#title_display] =&gt; before
  2298.                            [#id] =&gt; edit-mail
  2299.                            [#name] =&gt; mail
  2300.                            [#value] =&gt;
  2301.                            [#ajax_processed] =&gt;
  2302.                            [#sorted] =&gt; 1
  2303.                            [#children] =&gt; <div class="form-item form-type-textfield form-item-mail">
  2304.  <label for="edit-mail">E-mail address <span class="form-required" title="This field is required.">*</span></label>
  2305.  <input type="text" id="edit-mail" name="mail" value="" size="30" maxlength="254" class="form-text required">
  2306. <div class="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.</div>
  2307. </div>
  2308.  
  2309.                             [#printed] =&gt; 1
  2310.                        )
  2311.  
  2312.                     [pass] =&gt; Array
  2313.                         (
  2314.                             [#type] =&gt; password_confirm
  2315.                            [#size] =&gt; 30
  2316.                            [#description] =&gt; Provide a password for the new account in both fields. Password must be at least <em class="placeholder">5</em> characters.
  2317.                            [#required] =&gt; 1
  2318.                            [#input] =&gt; 1
  2319.                            [#process] =&gt; Array
  2320.                                (
  2321.                                     [0] =&gt; form_process_password_confirm
  2322.                                     [1] =&gt; user_form_process_password_confirm
  2323.                                 )
  2324.  
  2325.                             [#theme_wrappers] =&gt; Array
  2326.                                (
  2327.                                     [0] =&gt; form_element
  2328.                                 )
  2329.  
  2330.                             [#pre_render] =&gt; Array
  2331.                                (
  2332.                                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  2333.                                 )
  2334.  
  2335.                             [#defaults_loaded] =&gt; 1
  2336.                            [#tree] =&gt; 1
  2337.                            [#parents] =&gt; Array
  2338.                                (
  2339.                                     [0] =&gt; pass
  2340.                                 )
  2341.  
  2342.                             [#array_parents] =&gt; Array
  2343.                                (
  2344.                                     [0] =&gt; account
  2345.                                     [1] =&gt; pass
  2346.                                 )
  2347.  
  2348.                             [#weight] =&gt; 0.002
  2349.                            [#processed] =&gt; 1
  2350.                            [#attributes] =&gt; Array
  2351.                                (
  2352.                                 )
  2353.  
  2354.                             [#title_display] =&gt; before
  2355.                            [#id] =&gt; edit-pass--2
  2356.                            [#name] =&gt; pass
  2357.                            [#value] =&gt; Array
  2358.                                (
  2359.                                     [pass1] =&gt;
  2360.                                     [pass2] =&gt;
  2361.                                 )
  2362.  
  2363.                             [pass1] =&gt; Array
  2364.                                 (
  2365.                                     [#type] =&gt; password
  2366.                                    [#title] =&gt; Password
  2367.                                    [#value] =&gt;
  2368.                                    [#required] =&gt; 1
  2369.                                    [#attributes] =&gt; Array
  2370.                                        (
  2371.                                             [class] =&gt; Array
  2372.                                                 (
  2373.                                                     [0] =&gt; password-field
  2374.                                                 )
  2375.  
  2376.                                         )
  2377.  
  2378.                                     [#size] =&gt; 30
  2379.                                    [#input] =&gt; 1
  2380.                                    [#maxlength] =&gt; 128
  2381.                                    [#process] =&gt; Array
  2382.                                        (
  2383.                                             [0] =&gt; ajax_process_form
  2384.                                             [1] =&gt; elements_process_placeholder
  2385.                                             [2] =&gt; elements_process_pattern
  2386.                                         )
  2387.  
  2388.                                     [#theme] =&gt; password
  2389.                                    [#theme_wrappers] =&gt; Array
  2390.                                        (
  2391.                                             [0] =&gt; form_element
  2392.                                         )
  2393.  
  2394.                                     [#pre_render] =&gt; Array
  2395.                                        (
  2396.                                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  2397.                                         )
  2398.  
  2399.                                     [#defaults_loaded] =&gt; 1
  2400.                                    [#tree] =&gt; 1
  2401.                                    [#parents] =&gt; Array
  2402.                                        (
  2403.                                             [0] =&gt; pass
  2404.                                             [1] =&gt; pass1
  2405.                                         )
  2406.  
  2407.                                     [#array_parents] =&gt; Array
  2408.                                        (
  2409.                                             [0] =&gt; account
  2410.                                             [1] =&gt; pass
  2411.                                             [2] =&gt; pass1
  2412.                                         )
  2413.  
  2414.                                     [#weight] =&gt; 0
  2415.                                    [#processed] =&gt; 1
  2416.                                    [#title_display] =&gt; before
  2417.                                    [#id] =&gt; edit-pass-pass1
  2418.                                    [#name] =&gt; pass[pass1]
  2419.                                    [#ajax_processed] =&gt;
  2420.                                    [#sorted] =&gt; 1
  2421.                                    [#children] =&gt; <div class="form-item form-type-password form-item-pass-pass1 password-parent"><div class="password-strength"><div class="password-strength-text" aria-live="assertive"></div><div class="password-strength-title">Password strength:</div><div class="password-indicator"><div class="indicator"></div></div></div>
  2422.  <label for="edit-pass-pass1">Password <span class="form-required" title="This field is required.">*</span></label>
  2423.  <input class="password-field form-text required password-processed" type="password" id="edit-pass-pass1" name="pass[pass1]" size="30" maxlength="128">
  2424. </div>
  2425.  
  2426.                                     [#printed] =&gt; 1
  2427.                                )
  2428.  
  2429.                             [pass2] =&gt; Array
  2430.                                 (
  2431.                                     [#type] =&gt; password
  2432.                                    [#title] =&gt; Confirm password
  2433.                                    [#value] =&gt;
  2434.                                    [#required] =&gt; 1
  2435.                                    [#attributes] =&gt; Array
  2436.                                        (
  2437.                                             [class] =&gt; Array
  2438.                                                 (
  2439.                                                     [0] =&gt; password-confirm
  2440.                                                 )
  2441.  
  2442.                                         )
  2443.  
  2444.                                     [#size] =&gt; 30
  2445.                                    [#input] =&gt; 1
  2446.                                    [#maxlength] =&gt; 128
  2447.                                    [#process] =&gt; Array
  2448.                                        (
  2449.                                             [0] =&gt; ajax_process_form
  2450.                                             [1] =&gt; elements_process_placeholder
  2451.                                             [2] =&gt; elements_process_pattern
  2452.                                         )
  2453.  
  2454.                                     [#theme] =&gt; password
  2455.                                    [#theme_wrappers] =&gt; Array
  2456.                                        (
  2457.                                             [0] =&gt; form_element
  2458.                                         )
  2459.  
  2460.                                     [#pre_render] =&gt; Array
  2461.                                        (
  2462.                                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  2463.                                         )
  2464.  
  2465.                                     [#defaults_loaded] =&gt; 1
  2466.                                    [#tree] =&gt; 1
  2467.                                    [#parents] =&gt; Array
  2468.                                        (
  2469.                                             [0] =&gt; pass
  2470.                                             [1] =&gt; pass2
  2471.                                         )
  2472.  
  2473.                                     [#array_parents] =&gt; Array
  2474.                                        (
  2475.                                             [0] =&gt; account
  2476.                                             [1] =&gt; pass
  2477.                                             [2] =&gt; pass2
  2478.                                         )
  2479.  
  2480.                                     [#weight] =&gt; 0.001
  2481.                                    [#processed] =&gt; 1
  2482.                                    [#title_display] =&gt; before
  2483.                                    [#id] =&gt; edit-pass-pass2
  2484.                                    [#name] =&gt; pass[pass2]
  2485.                                    [#ajax_processed] =&gt;
  2486.                                    [#sorted] =&gt; 1
  2487.                                    [#children] =&gt; <div class="form-item form-type-password form-item-pass-pass2 confirm-parent"><div class="password-confirm">Passwords match: <span></span></div>
  2488.  <label for="edit-pass-pass2">Confirm password <span class="form-required" title="This field is required.">*</span></label>
  2489.  <input class="password-confirm form-text required" type="password" id="edit-pass-pass2" name="pass[pass2]" size="30" maxlength="128">
  2490. </div><div class="password-suggestions description" style="display: none;"></div>
  2491.  
  2492.                                     [#printed] =&gt; 1
  2493.                                )
  2494.  
  2495.                             [#element_validate] =&gt; Array
  2496.                                (
  2497.                                     [0] =&gt; password_confirm_validate
  2498.                                 )
  2499.  
  2500.                             [#attached] =&gt; Array
  2501.                                (
  2502.                                     [js] =&gt; Array
  2503.                                         (
  2504.                                             [0] =&gt; modules/user/user.js
  2505.                                             [1] =&gt; Array
  2506.                                                 (
  2507.                                                     [data] =&gt; Array
  2508.                                                         (
  2509.                                                             [password] =&gt; Array
  2510.                                                                 (
  2511.                                                                     [strengthTitle] =&gt; Password strength:
  2512.                                                                     [hasWeaknesses] =&gt; To make your password stronger:
  2513.                                                                     [tooShort] =&gt; Make it at least 6 characters
  2514.                                                                     [addLowerCase] =&gt; Add lowercase letters
  2515.                                                                     [addUpperCase] =&gt; Add uppercase letters
  2516.                                                                     [addNumbers] =&gt; Add numbers
  2517.                                                                     [addPunctuation] =&gt; Add punctuation
  2518.                                                                     [sameAsUsername] =&gt; Make it different from your username
  2519.                                                                     [confirmSuccess] =&gt; yes
  2520.                                                                     [confirmFailure] =&gt; no
  2521.                                                                     [weak] =&gt; Weak
  2522.                                                                     [fair] =&gt; Fair
  2523.                                                                     [good] =&gt; Good
  2524.                                                                     [strong] =&gt; Strong
  2525.                                                                     [confirmTitle] =&gt; Passwords match:
  2526.                                                                     [username] =&gt;
  2527.                                                                 )
  2528.  
  2529.                                                         )
  2530.  
  2531.                                                     [type] =&gt; setting
  2532.                                                 )
  2533.  
  2534.                                         )
  2535.  
  2536.                                 )
  2537.  
  2538.                             [#sorted] =&gt; 1
  2539.                            [#children] =&gt; <div class="form-item form-type-password-confirm form-item-pass">
  2540. <div class="form-item form-type-password form-item-pass-pass1 password-parent"><div class="password-strength"><div class="password-strength-text" aria-live="assertive"></div><div class="password-strength-title">Password strength:</div><div class="password-indicator"><div class="indicator"></div></div></div>
  2541.   <label for="edit-pass-pass1">Password <span class="form-required" title="This field is required.">*</span></label>
  2542.  <input class="password-field form-text required password-processed" type="password" id="edit-pass-pass1" name="pass[pass1]" size="30" maxlength="128">
  2543. </div>
  2544. <div class="form-item form-type-password form-item-pass-pass2 confirm-parent"><div class="password-confirm">Passwords match: <span></span></div><div class="password-confirm">Passwords match: <span></span></div>
  2545.   <label for="edit-pass-pass2">Confirm password <span class="form-required" title="This field is required.">*</span></label>
  2546.  <input class="password-confirm form-text required" type="password" id="edit-pass-pass2" name="pass[pass2]" size="30" maxlength="128">
  2547. </div><div class="password-suggestions description" style="display: none;"></div><div class="password-suggestions description" style="display: none;"></div>
  2548.  
  2549. <div class="description">Provide a password for the new account in both fields. Password must be at least <em class="placeholder">5</em> characters.</div>
  2550. </div>
  2551.  
  2552.                             [#printed] =&gt; 1
  2553.                        )
  2554.  
  2555.                     [status] =&gt; Array
  2556.                         (
  2557.                             [#type] =&gt; radios
  2558.                            [#title] =&gt; Status
  2559.                            [#default_value] =&gt; 0
  2560.                            [#options] =&gt; Array
  2561.                                (
  2562.                                     [0] =&gt; Blocked
  2563.                                     [1] =&gt; Active
  2564.                                 )
  2565.  
  2566.                             [#access] =&gt;
  2567.                            [#input] =&gt; 1
  2568.                            [#process] =&gt; Array
  2569.                                (
  2570.                                     [0] =&gt; form_process_radios
  2571.                                 )
  2572.  
  2573.                             [#theme_wrappers] =&gt; Array
  2574.                                (
  2575.                                     [0] =&gt; radios
  2576.                                 )
  2577.  
  2578.                             [#pre_render] =&gt; Array
  2579.                                (
  2580.                                     [0] =&gt; form_pre_render_conditional_form_element
  2581.                                     [1] =&gt; ctools_dependent_pre_render
  2582.                                     [2] =&gt; jquery_placeholder_pre_render_element_enable
  2583.                                 )
  2584.  
  2585.                             [#defaults_loaded] =&gt; 1
  2586.                            [#tree] =&gt;
  2587.                            [#parents] =&gt; Array
  2588.                                (
  2589.                                     [0] =&gt; status
  2590.                                 )
  2591.  
  2592.                             [#array_parents] =&gt; Array
  2593.                                (
  2594.                                     [0] =&gt; account
  2595.                                     [1] =&gt; status
  2596.                                 )
  2597.  
  2598.                             [#weight] =&gt; 0.003
  2599.                            [#processed] =&gt; 1
  2600.                            [#required] =&gt;
  2601.                            [#attributes] =&gt; Array
  2602.                                (
  2603.                                 )
  2604.  
  2605.                             [#title_display] =&gt; before
  2606.                            [#id] =&gt; edit-status
  2607.                            [#name] =&gt; status
  2608.                            [#value] =&gt; 0
  2609.                            [0] =&gt; Array
  2610.                                 (
  2611.                                     [#type] =&gt; radio
  2612.                                    [#title] =&gt; Blocked
  2613.                                    [#return_value] =&gt; 0
  2614.                                    [#default_value] =&gt; 0
  2615.                                    [#attributes] =&gt; Array
  2616.                                        (
  2617.                                         )
  2618.  
  2619.                                     [#parents] =&gt; Array
  2620.                                        (
  2621.                                             [0] =&gt; status
  2622.                                         )
  2623.  
  2624.                                     [#id] =&gt; edit-status-0
  2625.                                    [#ajax] =&gt;
  2626.                                    [#weight] =&gt; 0.001
  2627.                                    [#input] =&gt; 1
  2628.                                    [#process] =&gt; Array
  2629.                                        (
  2630.                                             [0] =&gt; ajax_process_form
  2631.                                         )
  2632.  
  2633.                                     [#theme] =&gt; radio
  2634.                                    [#theme_wrappers] =&gt; Array
  2635.                                        (
  2636.                                             [0] =&gt; form_element
  2637.                                         )
  2638.  
  2639.                                     [#title_display] =&gt; after
  2640.                                    [#pre_render] =&gt; Array
  2641.                                        (
  2642.                                             [0] =&gt; ctools_dependent_pre_render
  2643.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  2644.                                         )
  2645.  
  2646.                                     [#defaults_loaded] =&gt; 1
  2647.                                    [#tree] =&gt;
  2648.                                    [#access] =&gt;
  2649.                                    [#array_parents] =&gt; Array
  2650.                                        (
  2651.                                             [0] =&gt; account
  2652.                                             [1] =&gt; status
  2653.                                             [2] =&gt; 0
  2654.                                         )
  2655.  
  2656.                                     [#processed] =&gt; 1
  2657.                                    [#required] =&gt;
  2658.                                    [#name] =&gt; status
  2659.                                    [#value] =&gt; 0
  2660.                                    [#ajax_processed] =&gt;
  2661.                                    [#sorted] =&gt; 1
  2662.                                )
  2663.  
  2664.                             [1] =&gt; Array
  2665.                                 (
  2666.                                     [#type] =&gt; radio
  2667.                                    [#title] =&gt; Active
  2668.                                    [#return_value] =&gt; 1
  2669.                                    [#default_value] =&gt; 0
  2670.                                    [#attributes] =&gt; Array
  2671.                                        (
  2672.                                         )
  2673.  
  2674.                                     [#parents] =&gt; Array
  2675.                                        (
  2676.                                             [0] =&gt; status
  2677.                                         )
  2678.  
  2679.                                     [#id] =&gt; edit-status-1
  2680.                                    [#ajax] =&gt;
  2681.                                    [#weight] =&gt; 0.002
  2682.                                    [#input] =&gt; 1
  2683.                                    [#process] =&gt; Array
  2684.                                        (
  2685.                                             [0] =&gt; ajax_process_form
  2686.                                         )
  2687.  
  2688.                                     [#theme] =&gt; radio
  2689.                                    [#theme_wrappers] =&gt; Array
  2690.                                        (
  2691.                                             [0] =&gt; form_element
  2692.                                         )
  2693.  
  2694.                                     [#title_display] =&gt; after
  2695.                                    [#pre_render] =&gt; Array
  2696.                                        (
  2697.                                             [0] =&gt; ctools_dependent_pre_render
  2698.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  2699.                                         )
  2700.  
  2701.                                     [#defaults_loaded] =&gt; 1
  2702.                                    [#tree] =&gt;
  2703.                                    [#access] =&gt;
  2704.                                    [#array_parents] =&gt; Array
  2705.                                        (
  2706.                                             [0] =&gt; account
  2707.                                             [1] =&gt; status
  2708.                                             [2] =&gt; 1
  2709.                                         )
  2710.  
  2711.                                     [#processed] =&gt; 1
  2712.                                    [#required] =&gt;
  2713.                                    [#name] =&gt; status
  2714.                                    [#value] =&gt; 0
  2715.                                    [#ajax_processed] =&gt;
  2716.                                    [#sorted] =&gt; 1
  2717.                                )
  2718.  
  2719.                         )
  2720.  
  2721.                     [roles] =&gt; Array
  2722.                         (
  2723.                             [#type] =&gt; checkboxes
  2724.                            [#title] =&gt; Roles
  2725.                            [#default_value] =&gt; Array
  2726.                                (
  2727.                                 )
  2728.  
  2729.                             [#options] =&gt; Array
  2730.                                (
  2731.                                     [4] =&gt; free trial
  2732.                                     [3] =&gt; administrator
  2733.                                 )
  2734.  
  2735.                             [#access] =&gt;
  2736.                            [2] =&gt; Array
  2737.                                 (
  2738.                                     [#type] =&gt; checkbox
  2739.                                    [#title] =&gt; authenticated user
  2740.                                    [#default_value] =&gt; 1
  2741.                                    [#disabled] =&gt; 1
  2742.                                    [#input] =&gt; 1
  2743.                                    [#return_value] =&gt; 1
  2744.                                    [#theme] =&gt; checkbox
  2745.                                    [#process] =&gt; Array
  2746.                                        (
  2747.                                             [0] =&gt; form_process_checkbox
  2748.                                             [1] =&gt; ajax_process_form
  2749.                                         )
  2750.  
  2751.                                     [#theme_wrappers] =&gt; Array
  2752.                                        (
  2753.                                             [0] =&gt; form_element
  2754.                                         )
  2755.  
  2756.                                     [#title_display] =&gt; after
  2757.                                    [#pre_render] =&gt; Array
  2758.                                        (
  2759.                                             [0] =&gt; ctools_dependent_pre_render
  2760.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  2761.                                         )
  2762.  
  2763.                                     [#defaults_loaded] =&gt; 1
  2764.                                    [#tree] =&gt; 1
  2765.                                    [#access] =&gt;
  2766.                                    [#parents] =&gt; Array
  2767.                                        (
  2768.                                             [0] =&gt; roles
  2769.                                             [1] =&gt; 2
  2770.                                         )
  2771.  
  2772.                                     [#array_parents] =&gt; Array
  2773.                                        (
  2774.                                             [0] =&gt; account
  2775.                                             [1] =&gt; roles
  2776.                                             [2] =&gt; 2
  2777.                                         )
  2778.  
  2779.                                     [#weight] =&gt; 0
  2780.                                    [#processed] =&gt; 1
  2781.                                    [#required] =&gt;
  2782.                                    [#attributes] =&gt; Array
  2783.                                        (
  2784.                                             [disabled] =&gt; disabled
  2785.                                         )
  2786.  
  2787.                                     [#id] =&gt; edit-roles-2
  2788.                                    [#name] =&gt; roles[2]
  2789.                                    [#value] =&gt; 1
  2790.                                    [#checked] =&gt; 1
  2791.                                    [#ajax_processed] =&gt;
  2792.                                    [#sorted] =&gt; 1
  2793.                                )
  2794.  
  2795.                             [#input] =&gt; 1
  2796.                            [#process] =&gt; Array
  2797.                                (
  2798.                                     [0] =&gt; form_process_checkboxes
  2799.                                 )
  2800.  
  2801.                             [#theme_wrappers] =&gt; Array
  2802.                                (
  2803.                                     [0] =&gt; checkboxes
  2804.                                 )
  2805.  
  2806.                             [#pre_render] =&gt; Array
  2807.                                (
  2808.                                     [0] =&gt; form_pre_render_conditional_form_element
  2809.                                     [1] =&gt; ctools_dependent_pre_render
  2810.                                     [2] =&gt; jquery_placeholder_pre_render_element_enable
  2811.                                 )
  2812.  
  2813.                             [#defaults_loaded] =&gt; 1
  2814.                            [#tree] =&gt; 1
  2815.                            [#parents] =&gt; Array
  2816.                                (
  2817.                                     [0] =&gt; roles
  2818.                                 )
  2819.  
  2820.                             [#array_parents] =&gt; Array
  2821.                                (
  2822.                                     [0] =&gt; account
  2823.                                     [1] =&gt; roles
  2824.                                 )
  2825.  
  2826.                             [#weight] =&gt; 0.004
  2827.                            [#processed] =&gt; 1
  2828.                            [#required] =&gt;
  2829.                            [#attributes] =&gt; Array
  2830.                                (
  2831.                                 )
  2832.  
  2833.                             [#title_display] =&gt; before
  2834.                            [#id] =&gt; edit-roles
  2835.                            [#name] =&gt; roles
  2836.                            [#value] =&gt; Array
  2837.                                (
  2838.                                 )
  2839.  
  2840.                             [4] =&gt; Array
  2841.                                 (
  2842.                                     [#type] =&gt; checkbox
  2843.                                    [#title] =&gt; free trial
  2844.                                    [#return_value] =&gt; 4
  2845.                                    [#default_value] =&gt;
  2846.                                    [#attributes] =&gt; Array
  2847.                                        (
  2848.                                         )
  2849.  
  2850.                                     [#ajax] =&gt;
  2851.                                    [#weight] =&gt; 0.001
  2852.                                    [#input] =&gt; 1
  2853.                                    [#theme] =&gt; checkbox
  2854.                                    [#process] =&gt; Array
  2855.                                        (
  2856.                                             [0] =&gt; form_process_checkbox
  2857.                                             [1] =&gt; ajax_process_form
  2858.                                         )
  2859.  
  2860.                                     [#theme_wrappers] =&gt; Array
  2861.                                        (
  2862.                                             [0] =&gt; form_element
  2863.                                         )
  2864.  
  2865.                                     [#title_display] =&gt; after
  2866.                                    [#pre_render] =&gt; Array
  2867.                                        (
  2868.                                             [0] =&gt; ctools_dependent_pre_render
  2869.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  2870.                                         )
  2871.  
  2872.                                     [#defaults_loaded] =&gt; 1
  2873.                                    [#tree] =&gt; 1
  2874.                                    [#access] =&gt;
  2875.                                    [#parents] =&gt; Array
  2876.                                        (
  2877.                                             [0] =&gt; roles
  2878.                                             [1] =&gt; 4
  2879.                                         )
  2880.  
  2881.                                     [#array_parents] =&gt; Array
  2882.                                        (
  2883.                                             [0] =&gt; account
  2884.                                             [1] =&gt; roles
  2885.                                             [2] =&gt; 4
  2886.                                         )
  2887.  
  2888.                                     [#processed] =&gt; 1
  2889.                                    [#required] =&gt;
  2890.                                    [#id] =&gt; edit-roles-4
  2891.                                    [#name] =&gt; roles[4]
  2892.                                    [#value] =&gt; 0
  2893.                                    [#checked] =&gt;
  2894.                                    [#ajax_processed] =&gt;
  2895.                                    [#sorted] =&gt; 1
  2896.                                )
  2897.  
  2898.                             [3] =&gt; Array
  2899.                                 (
  2900.                                     [#type] =&gt; checkbox
  2901.                                    [#title] =&gt; administrator
  2902.                                    [#return_value] =&gt; 3
  2903.                                    [#default_value] =&gt;
  2904.                                    [#attributes] =&gt; Array
  2905.                                        (
  2906.                                         )
  2907.  
  2908.                                     [#ajax] =&gt;
  2909.                                    [#weight] =&gt; 0.002
  2910.                                    [#input] =&gt; 1
  2911.                                    [#theme] =&gt; checkbox
  2912.                                    [#process] =&gt; Array
  2913.                                        (
  2914.                                             [0] =&gt; form_process_checkbox
  2915.                                             [1] =&gt; ajax_process_form
  2916.                                         )
  2917.  
  2918.                                     [#theme_wrappers] =&gt; Array
  2919.                                        (
  2920.                                             [0] =&gt; form_element
  2921.                                         )
  2922.  
  2923.                                     [#title_display] =&gt; after
  2924.                                    [#pre_render] =&gt; Array
  2925.                                        (
  2926.                                             [0] =&gt; ctools_dependent_pre_render
  2927.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  2928.                                         )
  2929.  
  2930.                                     [#defaults_loaded] =&gt; 1
  2931.                                    [#tree] =&gt; 1
  2932.                                    [#access] =&gt;
  2933.                                    [#parents] =&gt; Array
  2934.                                        (
  2935.                                             [0] =&gt; roles
  2936.                                             [1] =&gt; 3
  2937.                                         )
  2938.  
  2939.                                     [#array_parents] =&gt; Array
  2940.                                        (
  2941.                                             [0] =&gt; account
  2942.                                             [1] =&gt; roles
  2943.                                             [2] =&gt; 3
  2944.                                         )
  2945.  
  2946.                                     [#processed] =&gt; 1
  2947.                                    [#required] =&gt;
  2948.                                    [#id] =&gt; edit-roles-3
  2949.                                    [#name] =&gt; roles[3]
  2950.                                    [#value] =&gt; 0
  2951.                                    [#checked] =&gt;
  2952.                                    [#ajax_processed] =&gt;
  2953.                                    [#sorted] =&gt; 1
  2954.                                )
  2955.  
  2956.                         )
  2957.  
  2958.                     [notify] =&gt; Array
  2959.                         (
  2960.                             [#type] =&gt; checkbox
  2961.                            [#title] =&gt; Notify user of new account
  2962.                            [#access] =&gt;
  2963.                            [#default_value] =&gt; 0
  2964.                            [#input] =&gt; 1
  2965.                            [#return_value] =&gt; 1
  2966.                            [#theme] =&gt; checkbox
  2967.                            [#process] =&gt; Array
  2968.                                (
  2969.                                     [0] =&gt; form_process_checkbox
  2970.                                     [1] =&gt; ajax_process_form
  2971.                                 )
  2972.  
  2973.                             [#theme_wrappers] =&gt; Array
  2974.                                (
  2975.                                     [0] =&gt; form_element
  2976.                                 )
  2977.  
  2978.                             [#title_display] =&gt; after
  2979.                            [#pre_render] =&gt; Array
  2980.                                (
  2981.                                     [0] =&gt; ctools_dependent_pre_render
  2982.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  2983.                                 )
  2984.  
  2985.                             [#defaults_loaded] =&gt; 1
  2986.                            [#tree] =&gt;
  2987.                            [#parents] =&gt; Array
  2988.                                (
  2989.                                     [0] =&gt; notify
  2990.                                 )
  2991.  
  2992.                             [#array_parents] =&gt; Array
  2993.                                (
  2994.                                     [0] =&gt; account
  2995.                                     [1] =&gt; notify
  2996.                                 )
  2997.  
  2998.                             [#weight] =&gt; 0.005
  2999.                            [#processed] =&gt; 1
  3000.                            [#required] =&gt;
  3001.                            [#attributes] =&gt; Array
  3002.                                (
  3003.                                 )
  3004.  
  3005.                             [#id] =&gt; edit-notify
  3006.                            [#name] =&gt; notify
  3007.                            [#value] =&gt; 0
  3008.                            [#checked] =&gt;
  3009.                            [#ajax_processed] =&gt;
  3010.                            [#sorted] =&gt; 1
  3011.                        )
  3012.  
  3013.                     [timezone] =&gt; Array
  3014.                         (
  3015.                             [#type] =&gt; hidden
  3016.                            [#value] =&gt; America/Vancouver
  3017.                            [#input] =&gt; 1
  3018.                            [#process] =&gt; Array
  3019.                                (
  3020.                                     [0] =&gt; ajax_process_form
  3021.                                 )
  3022.  
  3023.                             [#theme] =&gt; hidden
  3024.                            [#pre_render] =&gt; Array
  3025.                                (
  3026.                                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  3027.                                 )
  3028.  
  3029.                             [#defaults_loaded] =&gt; 1
  3030.                            [#tree] =&gt;
  3031.                            [#parents] =&gt; Array
  3032.                                (
  3033.                                     [0] =&gt; timezone
  3034.                                 )
  3035.  
  3036.                             [#array_parents] =&gt; Array
  3037.                                (
  3038.                                     [0] =&gt; account
  3039.                                     [1] =&gt; timezone
  3040.                                 )
  3041.  
  3042.                             [#weight] =&gt; 0.006
  3043.                            [#processed] =&gt; 1
  3044.                            [#required] =&gt;
  3045.                            [#attributes] =&gt; Array
  3046.                                (
  3047.                                 )
  3048.  
  3049.                             [#title_display] =&gt; before
  3050.                            [#id] =&gt; edit-timezone
  3051.                            [#name] =&gt; timezone
  3052.                            [#ajax_processed] =&gt;
  3053.                            [#sorted] =&gt; 1
  3054.                            [#children] =&gt; <input type="hidden" name="timezone" value="America/Vancouver">
  3055.  
  3056.                             [#printed] =&gt; 1
  3057.                        )
  3058.  
  3059.                     [#sorted] =&gt; 1
  3060.                    [#children] =&gt; <div id="edit-account" class="form-wrapper"><div class="form-item form-type-textfield form-item-name">
  3061.  <label for="edit-name--2">Username <span class="form-required" title="This field is required.">*</span></label>
  3062.  <input class="username form-text required" type="text" id="edit-name--2" name="name" value="" size="30" maxlength="60">
  3063. <div class="description">Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.</div>
  3064. </div>
  3065. <div class="form-item form-type-textfield form-item-mail">
  3066.   <label for="edit-mail">E-mail address <span class="form-required" title="This field is required.">*</span></label>
  3067.  <input type="text" id="edit-mail" name="mail" value="" size="30" maxlength="254" class="form-text required">
  3068. <div class="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.</div>
  3069. </div>
  3070. <div class="form-item form-type-password-confirm form-item-pass">
  3071.  <div class="form-item form-type-password form-item-pass-pass1 password-parent"><div class="password-strength"><div class="password-strength-text" aria-live="assertive"></div><div class="password-strength-title">Password strength:</div><div class="password-indicator"><div class="indicator"></div></div></div>
  3072.   <label for="edit-pass-pass1">Password <span class="form-required" title="This field is required.">*</span></label>
  3073.  <input class="password-field form-text required password-processed" type="password" id="edit-pass-pass1" name="pass[pass1]" size="30" maxlength="128">
  3074. </div>
  3075. <div class="form-item form-type-password form-item-pass-pass2 confirm-parent"><div class="password-confirm">Passwords match: <span></span></div><div class="password-confirm">Passwords match: <span></span></div>
  3076.   <label for="edit-pass-pass2">Confirm password <span class="form-required" title="This field is required.">*</span></label>
  3077.  <input class="password-confirm form-text required" type="password" id="edit-pass-pass2" name="pass[pass2]" size="30" maxlength="128">
  3078. </div><div class="password-suggestions description" style="display: none;"></div><div class="password-suggestions description" style="display: none;"></div>
  3079.  
  3080. <div class="description">Provide a password for the new account in both fields. Password must be at least <em class="placeholder">5</em> characters.</div>
  3081. </div>
  3082. <input type="hidden" name="timezone" value="America/Vancouver">
  3083. </div>
  3084.                     [#printed] =&gt; 1
  3085.                )
  3086.  
  3087.             [#sorted] =&gt; 1
  3088.            [#printed] =&gt; 1
  3089.        )
  3090.  
  3091.     [administer_users] =&gt; Array
  3092.         (
  3093.             [#type] =&gt; value
  3094.            [#value] =&gt;
  3095.            [#input] =&gt; 1
  3096.            [#pre_render] =&gt; Array
  3097.                (
  3098.                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  3099.                 )
  3100.  
  3101.             [#defaults_loaded] =&gt; 1
  3102.            [#tree] =&gt;
  3103.            [#parents] =&gt; Array
  3104.                (
  3105.                     [0] =&gt; administer_users
  3106.                 )
  3107.  
  3108.             [#array_parents] =&gt; Array
  3109.                (
  3110.                     [0] =&gt; administer_users
  3111.                 )
  3112.  
  3113.             [#weight] =&gt; 0
  3114.            [#processed] =&gt;
  3115.            [#required] =&gt;
  3116.            [#attributes] =&gt; Array
  3117.                (
  3118.                 )
  3119.  
  3120.             [#title_display] =&gt; before
  3121.            [#id] =&gt; edit-administer-users
  3122.            [#name] =&gt; administer_users
  3123.            [#sorted] =&gt; 1
  3124.            [#children] =&gt;
  3125.            [#printed] =&gt; 1
  3126.        )
  3127.  
  3128.     [form_build_id] =&gt; Array
  3129.         (
  3130.             [#type] =&gt; hidden
  3131.            [#value] =&gt; form-WwrvLP_CNNZazfDLLhlIS0gzfOxz9XvL6HGgidNkW9g
  3132.            [#id] =&gt; form-WwrvLP_CNNZazfDLLhlIS0gzfOxz9XvL6HGgidNkW9g
  3133.            [#name] =&gt; form_build_id
  3134.            [#parents] =&gt; Array
  3135.                (
  3136.                     [0] =&gt; form_build_id
  3137.                 )
  3138.  
  3139.             [#input] =&gt; 1
  3140.            [#process] =&gt; Array
  3141.                (
  3142.                     [0] =&gt; ajax_process_form
  3143.                 )
  3144.  
  3145.             [#theme] =&gt; hidden
  3146.            [#pre_render] =&gt; Array
  3147.                (
  3148.                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  3149.                 )
  3150.  
  3151.             [#defaults_loaded] =&gt; 1
  3152.            [#tree] =&gt;
  3153.            [#array_parents] =&gt; Array
  3154.                (
  3155.                     [0] =&gt; form_build_id
  3156.                 )
  3157.  
  3158.             [#weight] =&gt; 0.01
  3159.            [#processed] =&gt; 1
  3160.            [#required] =&gt;
  3161.            [#attributes] =&gt; Array
  3162.                (
  3163.                 )
  3164.  
  3165.             [#title_display] =&gt; before
  3166.            [#ajax_processed] =&gt;
  3167.            [#sorted] =&gt; 1
  3168.            [#children] =&gt; <input type="hidden" name="form_build_id" value="form-WwrvLP_CNNZazfDLLhlIS0gzfOxz9XvL6HGgidNkW9g">
  3169.  
  3170.             [#printed] =&gt; 1
  3171.        )
  3172.  
  3173.     [form_id] =&gt; Array
  3174.         (
  3175.             [#type] =&gt; hidden
  3176.            [#value] =&gt; user_register_form
  3177.            [#id] =&gt; edit-user-register-form
  3178.            [#parents] =&gt; Array
  3179.                (
  3180.                     [0] =&gt; form_id
  3181.                 )
  3182.  
  3183.             [#input] =&gt; 1
  3184.            [#process] =&gt; Array
  3185.                (
  3186.                     [0] =&gt; ajax_process_form
  3187.                 )
  3188.  
  3189.             [#theme] =&gt; hidden
  3190.            [#pre_render] =&gt; Array
  3191.                (
  3192.                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  3193.                 )
  3194.  
  3195.             [#defaults_loaded] =&gt; 1
  3196.            [#tree] =&gt;
  3197.            [#array_parents] =&gt; Array
  3198.                (
  3199.                     [0] =&gt; form_id
  3200.                 )
  3201.  
  3202.             [#weight] =&gt; 0.011
  3203.            [#processed] =&gt; 1
  3204.            [#required] =&gt;
  3205.            [#attributes] =&gt; Array
  3206.                (
  3207.                 )
  3208.  
  3209.             [#title_display] =&gt; before
  3210.            [#name] =&gt; form_id
  3211.            [#ajax_processed] =&gt;
  3212.            [#sorted] =&gt; 1
  3213.            [#children] =&gt; <input type="hidden" name="form_id" value="user_register_form">
  3214.  
  3215.             [#printed] =&gt; 1
  3216.        )
  3217.  
  3218.     [picture] =&gt; Array
  3219.         (
  3220.             [#type] =&gt; fieldset
  3221.            [#title] =&gt; Picture
  3222.            [#weight] =&gt; 1
  3223.            [#access] =&gt;
  3224.            [picture] =&gt; Array
  3225.                 (
  3226.                     [#type] =&gt; value
  3227.                    [#value] =&gt;
  3228.                    [#input] =&gt; 1
  3229.                    [#pre_render] =&gt; Array
  3230.                        (
  3231.                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  3232.                         )
  3233.  
  3234.                     [#defaults_loaded] =&gt; 1
  3235.                    [#tree] =&gt;
  3236.                    [#access] =&gt;
  3237.                    [#parents] =&gt; Array
  3238.                        (
  3239.                             [0] =&gt; picture
  3240.                         )
  3241.  
  3242.                     [#array_parents] =&gt; Array
  3243.                        (
  3244.                             [0] =&gt; picture
  3245.                             [1] =&gt; picture
  3246.                         )
  3247.  
  3248.                     [#weight] =&gt; 0
  3249.                    [#processed] =&gt;
  3250.                    [#required] =&gt;
  3251.                    [#attributes] =&gt; Array
  3252.                        (
  3253.                         )
  3254.  
  3255.                     [#title_display] =&gt; before
  3256.                    [#id] =&gt; edit-picture--2
  3257.                    [#name] =&gt; picture
  3258.                    [#sorted] =&gt; 1
  3259.                )
  3260.  
  3261.             [picture_current] =&gt; Array
  3262.                 (
  3263.                     [#markup] =&gt;   <div class="user-picture">
  3264.    <img typeof="foaf:Image" src="/sites/all/themes/chatting_hands/img/default_63.png" alt="Anonymous's picture" title="Anonymous's picture">  </div>
  3265.  
  3266.                     [#tree] =&gt;
  3267.                    [#access] =&gt;
  3268.                    [#parents] =&gt; Array
  3269.                        (
  3270.                             [0] =&gt; picture_current
  3271.                         )
  3272.  
  3273.                     [#array_parents] =&gt; Array
  3274.                        (
  3275.                             [0] =&gt; picture
  3276.                             [1] =&gt; picture_current
  3277.                         )
  3278.  
  3279.                     [#weight] =&gt; 0.001
  3280.                    [#processed] =&gt;
  3281.                    [#required] =&gt;
  3282.                    [#attributes] =&gt; Array
  3283.                        (
  3284.                         )
  3285.  
  3286.                     [#title_display] =&gt; before
  3287.                    [#id] =&gt; edit-picture-current
  3288.                    [#sorted] =&gt; 1
  3289.                )
  3290.  
  3291.             [picture_delete] =&gt; Array
  3292.                 (
  3293.                     [#type] =&gt; checkbox
  3294.                    [#title] =&gt; Delete picture
  3295.                    [#access] =&gt;
  3296.                    [#description] =&gt; Check this box to delete your current picture.
  3297.                    [#input] =&gt; 1
  3298.                    [#return_value] =&gt; 1
  3299.                    [#theme] =&gt; checkbox
  3300.                    [#process] =&gt; Array
  3301.                        (
  3302.                             [0] =&gt; form_process_checkbox
  3303.                             [1] =&gt; ajax_process_form
  3304.                         )
  3305.  
  3306.                     [#theme_wrappers] =&gt; Array
  3307.                        (
  3308.                             [0] =&gt; form_element
  3309.                         )
  3310.  
  3311.                     [#title_display] =&gt; after
  3312.                    [#pre_render] =&gt; Array
  3313.                        (
  3314.                             [0] =&gt; ctools_dependent_pre_render
  3315.                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  3316.                         )
  3317.  
  3318.                     [#defaults_loaded] =&gt; 1
  3319.                    [#tree] =&gt;
  3320.                    [#parents] =&gt; Array
  3321.                        (
  3322.                             [0] =&gt; picture_delete
  3323.                         )
  3324.  
  3325.                     [#array_parents] =&gt; Array
  3326.                        (
  3327.                             [0] =&gt; picture
  3328.                             [1] =&gt; picture_delete
  3329.                         )
  3330.  
  3331.                     [#weight] =&gt; 0.002
  3332.                    [#processed] =&gt; 1
  3333.                    [#required] =&gt;
  3334.                    [#attributes] =&gt; Array
  3335.                        (
  3336.                         )
  3337.  
  3338.                     [#id] =&gt; edit-picture-delete
  3339.                    [#name] =&gt; picture_delete
  3340.                    [#value] =&gt; 0
  3341.                    [#checked] =&gt;
  3342.                    [#ajax_processed] =&gt;
  3343.                    [#sorted] =&gt; 1
  3344.                )
  3345.  
  3346.             [picture_upload] =&gt; Array
  3347.                 (
  3348.                     [#type] =&gt; file
  3349.                    [#title] =&gt; Upload picture
  3350.                    [#size] =&gt; 48
  3351.                    [#description] =&gt; Your virtual face or picture. Pictures larger than 1024x1024 pixels will be scaled down.
  3352.                    [#input] =&gt; 1
  3353.                    [#theme] =&gt; file
  3354.                    [#theme_wrappers] =&gt; Array
  3355.                        (
  3356.                             [0] =&gt; form_element
  3357.                         )
  3358.  
  3359.                     [#pre_render] =&gt; Array
  3360.                        (
  3361.                             [0] =&gt; jquery_placeholder_pre_render_element_enable
  3362.                         )
  3363.  
  3364.                     [#defaults_loaded] =&gt; 1
  3365.                    [#tree] =&gt;
  3366.                    [#access] =&gt;
  3367.                    [#parents] =&gt; Array
  3368.                        (
  3369.                             [0] =&gt; picture_upload
  3370.                         )
  3371.  
  3372.                     [#array_parents] =&gt; Array
  3373.                        (
  3374.                             [0] =&gt; picture
  3375.                             [1] =&gt; picture_upload
  3376.                         )
  3377.  
  3378.                     [#weight] =&gt; 0.003
  3379.                    [#processed] =&gt;
  3380.                    [#required] =&gt;
  3381.                    [#attributes] =&gt; Array
  3382.                        (
  3383.                         )
  3384.  
  3385.                     [#title_display] =&gt; before
  3386.                    [#id] =&gt; edit-picture-upload
  3387.                    [#name] =&gt; files[picture_upload]
  3388.                    [#value] =&gt;
  3389.                    [#sorted] =&gt; 1
  3390.                )
  3391.  
  3392.             [#collapsible] =&gt;
  3393.            [#collapsed] =&gt;
  3394.            [#value] =&gt;
  3395.            [#process] =&gt; Array
  3396.                (
  3397.                     [0] =&gt; form_process_fieldset
  3398.                     [1] =&gt; ajax_process_form
  3399.                 )
  3400.  
  3401.             [#pre_render] =&gt; Array
  3402.                (
  3403.                     [0] =&gt; form_pre_render_fieldset
  3404.                     [1] =&gt; ctools_dependent_pre_render
  3405.                 )
  3406.  
  3407.             [#theme_wrappers] =&gt; Array
  3408.                (
  3409.                     [0] =&gt; fieldset
  3410.                 )
  3411.  
  3412.             [#defaults_loaded] =&gt; 1
  3413.            [#tree] =&gt;
  3414.            [#parents] =&gt; Array
  3415.                (
  3416.                     [0] =&gt; picture
  3417.                 )
  3418.  
  3419.             [#array_parents] =&gt; Array
  3420.                (
  3421.                     [0] =&gt; picture
  3422.                 )
  3423.  
  3424.             [#processed] =&gt; 1
  3425.            [#required] =&gt;
  3426.            [#attributes] =&gt; Array
  3427.                (
  3428.                     [class] =&gt; Array
  3429.                         (
  3430.                         )
  3431.  
  3432.                 )
  3433.  
  3434.             [#title_display] =&gt; before
  3435.            [#id] =&gt; edit-picture
  3436.            [#groups] =&gt; Array
  3437.                (
  3438.                     [signature_settings] =&gt; Array
  3439.                         (
  3440.                             [#group_exists] =&gt; 1
  3441.                        )
  3442.  
  3443.                     [signature][format] =&gt; Array
  3444.                         (
  3445.                             [#group_exists] =&gt; 1
  3446.                        )
  3447.  
  3448.                     [picture] =&gt; Array
  3449.                         (
  3450.                             [#group_exists] =&gt; 1
  3451.                        )
  3452.  
  3453.                 )
  3454.  
  3455.             [#attached] =&gt; Array
  3456.                (
  3457.                     [library] =&gt; Array
  3458.                         (
  3459.                             [0] =&gt; Array
  3460.                                 (
  3461.                                     [0] =&gt; system
  3462.                                     [1] =&gt; drupal.form
  3463.                                 )
  3464.  
  3465.                         )
  3466.  
  3467.                 )
  3468.  
  3469.             [#ajax_processed] =&gt;
  3470.            [#sorted] =&gt; 1
  3471.        )
  3472.  
  3473.     [signature_settings] =&gt; Array
  3474.         (
  3475.             [#type] =&gt; fieldset
  3476.            [#title] =&gt; Signature settings
  3477.            [#weight] =&gt; 1
  3478.            [#access] =&gt;
  3479.            [signature] =&gt; Array
  3480.                 (
  3481.                     [#type] =&gt; text_format
  3482.                    [#title] =&gt; Signature
  3483.                    [#default_value] =&gt;
  3484.                    [#description] =&gt; Your signature will be publicly displayed at the end of your comments.
  3485.                    [#format] =&gt; filtered_html
  3486.                    [#process] =&gt; Array
  3487.                        (
  3488.                             [0] =&gt; filter_process_format
  3489.                             [1] =&gt; better_formats_filter_process_format
  3490.                         )
  3491.  
  3492.                     [#base_type] =&gt; textarea
  3493.                    [#theme_wrappers] =&gt; Array
  3494.                        (
  3495.                             [0] =&gt; text_format_wrapper
  3496.                         )
  3497.  
  3498.                     [#pre_render] =&gt; Array
  3499.                        (
  3500.                             [0] =&gt; ctools_dependent_pre_render
  3501.                             [1] =&gt; wysiwyg_pre_render_text_format
  3502.                         )
  3503.  
  3504.                     [#defaults_loaded] =&gt; 1
  3505.                    [#tree] =&gt; 1
  3506.                    [#access] =&gt;
  3507.                    [#parents] =&gt; Array
  3508.                        (
  3509.                             [0] =&gt; signature
  3510.                         )
  3511.  
  3512.                     [#array_parents] =&gt; Array
  3513.                        (
  3514.                             [0] =&gt; signature_settings
  3515.                             [1] =&gt; signature
  3516.                         )
  3517.  
  3518.                     [#weight] =&gt; 0
  3519.                    [#processed] =&gt; 1
  3520.                    [#required] =&gt;
  3521.                    [#attributes] =&gt; Array
  3522.                        (
  3523.                         )
  3524.  
  3525.                     [#title_display] =&gt; before
  3526.                    [#id] =&gt; edit-signature
  3527.                    [value] =&gt; Array
  3528.                         (
  3529.                             [#type] =&gt; textarea
  3530.                            [#title] =&gt; Signature
  3531.                            [#default_value] =&gt;
  3532.                            [#format] =&gt;
  3533.                            [#base_type] =&gt; textarea
  3534.                            [#pre_render] =&gt; Array
  3535.                                (
  3536.                                     [0] =&gt; ctools_dependent_pre_render
  3537.                                     [1] =&gt; wysiwyg_pre_render_text_format
  3538.                                 )
  3539.  
  3540.                             [#defaults_loaded] =&gt; 1
  3541.                            [#tree] =&gt; 1
  3542.                            [#access] =&gt;
  3543.                            [#array_parents] =&gt; Array
  3544.                                (
  3545.                                     [0] =&gt; signature_settings
  3546.                                     [1] =&gt; signature
  3547.                                     [2] =&gt; value
  3548.                                 )
  3549.  
  3550.                             [#required] =&gt;
  3551.                            [#attributes] =&gt; Array
  3552.                                (
  3553.                                 )
  3554.  
  3555.                             [#title_display] =&gt; before
  3556.                            [#input] =&gt; 1
  3557.                            [#cols] =&gt; 60
  3558.                            [#rows] =&gt; 5
  3559.                            [#resizable] =&gt; 1
  3560.                            [#process] =&gt; Array
  3561.                                (
  3562.                                     [0] =&gt; ajax_process_form
  3563.                                     [1] =&gt; elements_process_placeholder
  3564.                                     [2] =&gt; elements_process_pattern
  3565.                                 )
  3566.  
  3567.                             [#theme] =&gt; textarea
  3568.                            [#theme_wrappers] =&gt; Array
  3569.                                (
  3570.                                     [0] =&gt; form_element
  3571.                                 )
  3572.  
  3573.                             [#parents] =&gt; Array
  3574.                                (
  3575.                                     [0] =&gt; signature
  3576.                                     [1] =&gt; value
  3577.                                 )
  3578.  
  3579.                             [#weight] =&gt; 0
  3580.                            [#processed] =&gt; 1
  3581.                            [#id] =&gt; edit-signature-value
  3582.                            [#name] =&gt; signature[value]
  3583.                            [#value] =&gt;
  3584.                            [#ajax_processed] =&gt;
  3585.                            [#sorted] =&gt; 1
  3586.                        )
  3587.  
  3588.                     [#attached] =&gt; Array
  3589.                        (
  3590.                             [js] =&gt; Array
  3591.                                 (
  3592.                                     [0] =&gt; modules/filter/filter.js
  3593.                                 )
  3594.  
  3595.                             [css] =&gt; Array
  3596.                                 (
  3597.                                     [0] =&gt; modules/filter/filter.css
  3598.                                 )
  3599.  
  3600.                         )
  3601.  
  3602.                     [format] =&gt; Array
  3603.                         (
  3604.                             [#type] =&gt; fieldset
  3605.                            [#attributes] =&gt; Array
  3606.                                (
  3607.                                     [class] =&gt; Array
  3608.                                         (
  3609.                                             [0] =&gt; filter-wrapper
  3610.                                         )
  3611.  
  3612.                                 )
  3613.  
  3614.                             [guidelines] =&gt; Array
  3615.                                 (
  3616.                                     [#type] =&gt; container
  3617.                                    [#attributes] =&gt; Array
  3618.                                        (
  3619.                                             [class] =&gt; Array
  3620.                                                 (
  3621.                                                     [0] =&gt; filter-guidelines
  3622.                                                 )
  3623.  
  3624.                                         )
  3625.  
  3626.                                     [#weight] =&gt; 20
  3627.                                    [filtered_html] =&gt; Array
  3628.                                         (
  3629.                                             [#theme] =&gt; filter_guidelines
  3630.                                            [#format] =&gt; stdClass Object
  3631.                                                (
  3632.                                                     [format] =&gt; filtered_html
  3633.                                                     [name] =&gt; Filtered HTML
  3634.                                                     [cache] =&gt; 1
  3635.                                                     [status] =&gt; 1
  3636.                                                     [weight] =&gt; 0
  3637.                                                 )
  3638.  
  3639.                                             [#tree] =&gt; 1
  3640.                                            [#access] =&gt;
  3641.                                            [#parents] =&gt; Array
  3642.                                                (
  3643.                                                     [0] =&gt; signature
  3644.                                                     [1] =&gt; format
  3645.                                                     [2] =&gt; guidelines
  3646.                                                     [3] =&gt; filtered_html
  3647.                                                 )
  3648.  
  3649.                                             [#array_parents] =&gt; Array
  3650.                                                (
  3651.                                                     [0] =&gt; signature_settings
  3652.                                                     [1] =&gt; signature
  3653.                                                     [2] =&gt; format
  3654.                                                     [3] =&gt; guidelines
  3655.                                                     [4] =&gt; filtered_html
  3656.                                                 )
  3657.  
  3658.                                             [#weight] =&gt; 0
  3659.                                            [#processed] =&gt;
  3660.                                            [#required] =&gt;
  3661.                                            [#attributes] =&gt; Array
  3662.                                                (
  3663.                                                 )
  3664.  
  3665.                                             [#title_display] =&gt; before
  3666.                                            [#id] =&gt; edit-signature-format-guidelines-filtered-html
  3667.                                            [#sorted] =&gt; 1
  3668.                                        )
  3669.  
  3670.                                     [plain_text] =&gt; Array
  3671.                                         (
  3672.                                             [#theme] =&gt; filter_guidelines
  3673.                                            [#format] =&gt; stdClass Object
  3674.                                                (
  3675.                                                     [format] =&gt; plain_text
  3676.                                                     [name] =&gt; Plain text
  3677.                                                     [cache] =&gt; 1
  3678.                                                     [status] =&gt; 1
  3679.                                                     [weight] =&gt; 10
  3680.                                                 )
  3681.  
  3682.                                             [#tree] =&gt; 1
  3683.                                            [#access] =&gt;
  3684.                                            [#parents] =&gt; Array
  3685.                                                (
  3686.                                                     [0] =&gt; signature
  3687.                                                     [1] =&gt; format
  3688.                                                     [2] =&gt; guidelines
  3689.                                                     [3] =&gt; plain_text
  3690.                                                 )
  3691.  
  3692.                                             [#array_parents] =&gt; Array
  3693.                                                (
  3694.                                                     [0] =&gt; signature_settings
  3695.                                                     [1] =&gt; signature
  3696.                                                     [2] =&gt; format
  3697.                                                     [3] =&gt; guidelines
  3698.                                                     [4] =&gt; plain_text
  3699.                                                 )
  3700.  
  3701.                                             [#weight] =&gt; 0.001
  3702.                                            [#processed] =&gt;
  3703.                                            [#required] =&gt;
  3704.                                            [#attributes] =&gt; Array
  3705.                                                (
  3706.                                                 )
  3707.  
  3708.                                             [#title_display] =&gt; before
  3709.                                            [#id] =&gt; edit-signature-format-guidelines-plain-text
  3710.                                            [#sorted] =&gt; 1
  3711.                                        )
  3712.  
  3713.                                     [#access] =&gt;
  3714.                                    [#theme_wrappers] =&gt; Array
  3715.                                        (
  3716.                                             [0] =&gt; container
  3717.                                         )
  3718.  
  3719.                                     [#process] =&gt; Array
  3720.                                        (
  3721.                                             [0] =&gt; form_process_container
  3722.                                         )
  3723.  
  3724.                                     [#defaults_loaded] =&gt; 1
  3725.                                    [#tree] =&gt; 1
  3726.                                    [#parents] =&gt; Array
  3727.                                        (
  3728.                                             [0] =&gt; signature
  3729.                                             [1] =&gt; format
  3730.                                             [2] =&gt; guidelines
  3731.                                         )
  3732.  
  3733.                                     [#array_parents] =&gt; Array
  3734.                                        (
  3735.                                             [0] =&gt; signature_settings
  3736.                                             [1] =&gt; signature
  3737.                                             [2] =&gt; format
  3738.                                             [3] =&gt; guidelines
  3739.                                         )
  3740.  
  3741.                                     [#processed] =&gt; 1
  3742.                                    [#required] =&gt;
  3743.                                    [#title_display] =&gt; before
  3744.                                    [#id] =&gt; edit-signature-format-guidelines
  3745.                                    [#sorted] =&gt; 1
  3746.                                )
  3747.  
  3748.                             [format] =&gt; Array
  3749.                                 (
  3750.                                     [#type] =&gt; select
  3751.                                    [#title] =&gt; Text format
  3752.                                    [#options] =&gt; Array
  3753.                                        (
  3754.                                             [filtered_html] =&gt; Filtered HTML
  3755.                                             [plain_text] =&gt; Plain text
  3756.                                         )
  3757.  
  3758.                                     [#default_value] =&gt; filtered_html
  3759.                                    [#access] =&gt;
  3760.                                    [#weight] =&gt; 10
  3761.                                    [#attributes] =&gt; Array
  3762.                                        (
  3763.                                             [class] =&gt; Array
  3764.                                                 (
  3765.                                                     [0] =&gt; filter-list
  3766.                                                 )
  3767.  
  3768.                                         )
  3769.  
  3770.                                     [#parents] =&gt; Array
  3771.                                        (
  3772.                                             [0] =&gt; signature
  3773.                                             [1] =&gt; format
  3774.                                         )
  3775.  
  3776.                                     [#input] =&gt; 1
  3777.                                    [#multiple] =&gt;
  3778.                                    [#process] =&gt; Array
  3779.                                        (
  3780.                                             [0] =&gt; form_process_select
  3781.                                             [1] =&gt; ajax_process_form
  3782.                                         )
  3783.  
  3784.                                     [#theme] =&gt; select
  3785.                                    [#theme_wrappers] =&gt; Array
  3786.                                        (
  3787.                                             [0] =&gt; form_element
  3788.                                         )
  3789.  
  3790.                                     [#pre_render] =&gt; Array
  3791.                                        (
  3792.                                             [0] =&gt; ctools_dependent_pre_render
  3793.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  3794.                                         )
  3795.  
  3796.                                     [#defaults_loaded] =&gt; 1
  3797.                                    [#tree] =&gt; 1
  3798.                                    [#array_parents] =&gt; Array
  3799.                                        (
  3800.                                             [0] =&gt; signature_settings
  3801.                                             [1] =&gt; signature
  3802.                                             [2] =&gt; format
  3803.                                             [3] =&gt; format
  3804.                                         )
  3805.  
  3806.                                     [#processed] =&gt; 1
  3807.                                    [#required] =&gt;
  3808.                                    [#title_display] =&gt; before
  3809.                                    [#id] =&gt; edit-signature-format--2
  3810.                                    [#name] =&gt; signature[format]
  3811.                                    [#value] =&gt; filtered_html
  3812.                                    [#ajax_processed] =&gt;
  3813.                                    [#sorted] =&gt; 1
  3814.                                )
  3815.  
  3816.                             [help] =&gt; Array
  3817.                                 (
  3818.                                     [#type] =&gt; container
  3819.                                    [#theme] =&gt; filter_tips_more_info
  3820.                                    [#attributes] =&gt; Array
  3821.                                        (
  3822.                                             [class] =&gt; Array
  3823.                                                 (
  3824.                                                     [0] =&gt; filter-help
  3825.                                                 )
  3826.  
  3827.                                         )
  3828.  
  3829.                                     [#weight] =&gt; 0
  3830.                                    [#access] =&gt;
  3831.                                    [#theme_wrappers] =&gt; Array
  3832.                                        (
  3833.                                             [0] =&gt; container
  3834.                                         )
  3835.  
  3836.                                     [#process] =&gt; Array
  3837.                                        (
  3838.                                             [0] =&gt; form_process_container
  3839.                                         )
  3840.  
  3841.                                     [#defaults_loaded] =&gt; 1
  3842.                                    [#tree] =&gt; 1
  3843.                                    [#parents] =&gt; Array
  3844.                                        (
  3845.                                             [0] =&gt; signature
  3846.                                             [1] =&gt; format
  3847.                                             [2] =&gt; help
  3848.                                         )
  3849.  
  3850.                                     [#array_parents] =&gt; Array
  3851.                                        (
  3852.                                             [0] =&gt; signature_settings
  3853.                                             [1] =&gt; signature
  3854.                                             [2] =&gt; format
  3855.                                             [3] =&gt; help
  3856.                                         )
  3857.  
  3858.                                     [#processed] =&gt; 1
  3859.                                    [#required] =&gt;
  3860.                                    [#title_display] =&gt; before
  3861.                                    [#id] =&gt; edit-signature-format-help
  3862.                                    [#sorted] =&gt; 1
  3863.                                )
  3864.  
  3865.                             [#collapsible] =&gt;
  3866.                            [#collapsed] =&gt;
  3867.                            [#value] =&gt;
  3868.                            [#process] =&gt; Array
  3869.                                (
  3870.                                     [0] =&gt; form_process_fieldset
  3871.                                     [1] =&gt; ajax_process_form
  3872.                                 )
  3873.  
  3874.                             [#pre_render] =&gt; Array
  3875.                                (
  3876.                                     [0] =&gt; form_pre_render_fieldset
  3877.                                     [1] =&gt; ctools_dependent_pre_render
  3878.                                 )
  3879.  
  3880.                             [#theme_wrappers] =&gt; Array
  3881.                                (
  3882.                                     [0] =&gt; fieldset
  3883.                                 )
  3884.  
  3885.                             [#defaults_loaded] =&gt; 1
  3886.                            [#tree] =&gt; 1
  3887.                            [#access] =&gt;
  3888.                            [#parents] =&gt; Array
  3889.                                (
  3890.                                     [0] =&gt; signature
  3891.                                     [1] =&gt; format
  3892.                                 )
  3893.  
  3894.                             [#array_parents] =&gt; Array
  3895.                                (
  3896.                                     [0] =&gt; signature_settings
  3897.                                     [1] =&gt; signature
  3898.                                     [2] =&gt; format
  3899.                                 )
  3900.  
  3901.                             [#weight] =&gt; 0.001
  3902.                            [#processed] =&gt; 1
  3903.                            [#required] =&gt;
  3904.                            [#title_display] =&gt; before
  3905.                            [#id] =&gt; edit-signature-format
  3906.                            [#groups] =&gt; Array
  3907.                                (
  3908.                                     [signature_settings] =&gt; Array
  3909.                                         (
  3910.                                             [#group_exists] =&gt; 1
  3911.                                        )
  3912.  
  3913.                                     [signature][format] =&gt; Array
  3914.                                         (
  3915.                                             [#group_exists] =&gt; 1
  3916.                                        )
  3917.  
  3918.                                     [picture] =&gt; Array
  3919.                                         (
  3920.                                             [#group_exists] =&gt; 1
  3921.                                        )
  3922.  
  3923.                                 )
  3924.  
  3925.                             [#attached] =&gt; Array
  3926.                                (
  3927.                                     [library] =&gt; Array
  3928.                                         (
  3929.                                             [0] =&gt; Array
  3930.                                                 (
  3931.                                                     [0] =&gt; system
  3932.                                                     [1] =&gt; drupal.form
  3933.                                                 )
  3934.  
  3935.                                         )
  3936.  
  3937.                                 )
  3938.  
  3939.                             [#ajax_processed] =&gt;
  3940.                        )
  3941.  
  3942.                     [#sorted] =&gt; 1
  3943.                )
  3944.  
  3945.             [#collapsible] =&gt;
  3946.            [#collapsed] =&gt;
  3947.            [#value] =&gt;
  3948.            [#process] =&gt; Array
  3949.                (
  3950.                     [0] =&gt; form_process_fieldset
  3951.                     [1] =&gt; ajax_process_form
  3952.                 )
  3953.  
  3954.             [#pre_render] =&gt; Array
  3955.                (
  3956.                     [0] =&gt; form_pre_render_fieldset
  3957.                     [1] =&gt; ctools_dependent_pre_render
  3958.                 )
  3959.  
  3960.             [#theme_wrappers] =&gt; Array
  3961.                (
  3962.                     [0] =&gt; fieldset
  3963.                 )
  3964.  
  3965.             [#defaults_loaded] =&gt; 1
  3966.            [#tree] =&gt;
  3967.            [#parents] =&gt; Array
  3968.                (
  3969.                     [0] =&gt; signature_settings
  3970.                 )
  3971.  
  3972.             [#array_parents] =&gt; Array
  3973.                (
  3974.                     [0] =&gt; signature_settings
  3975.                 )
  3976.  
  3977.             [#processed] =&gt; 1
  3978.            [#required] =&gt;
  3979.            [#attributes] =&gt; Array
  3980.                (
  3981.                     [class] =&gt; Array
  3982.                         (
  3983.                         )
  3984.  
  3985.                 )
  3986.  
  3987.             [#title_display] =&gt; before
  3988.            [#id] =&gt; edit-signature-settings
  3989.            [#groups] =&gt; Array
  3990.                (
  3991.                     [signature_settings] =&gt; Array
  3992.                         (
  3993.                             [#group_exists] =&gt; 1
  3994.                        )
  3995.  
  3996.                     [signature][format] =&gt; Array
  3997.                         (
  3998.                             [#group_exists] =&gt; 1
  3999.                        )
  4000.  
  4001.                     [picture] =&gt; Array
  4002.                         (
  4003.                             [#group_exists] =&gt; 1
  4004.                        )
  4005.  
  4006.                 )
  4007.  
  4008.             [#attached] =&gt; Array
  4009.                (
  4010.                     [library] =&gt; Array
  4011.                         (
  4012.                             [0] =&gt; Array
  4013.                                 (
  4014.                                     [0] =&gt; system
  4015.                                     [1] =&gt; drupal.form
  4016.                                 )
  4017.  
  4018.                         )
  4019.  
  4020.                 )
  4021.  
  4022.             [#ajax_processed] =&gt;
  4023.            [#sorted] =&gt; 1
  4024.        )
  4025.  
  4026.     [group_right] =&gt; Array
  4027.         (
  4028.             [#id] =&gt; user_user_form_group_right
  4029.            [#weight] =&gt; 8
  4030.            [#type] =&gt; markup
  4031.            [#prefix] =&gt; <div id="user_user_form_group_right" class="field-group-format group_right field-group-div group-right required-fields  speed-fast effect-none">
  4032.            [#suffix] =&gt; </div>
  4033.            [#markup] =&gt;
  4034.            [#pre_render] =&gt; Array
  4035.                (
  4036.                     [0] =&gt; drupal_pre_render_markup
  4037.                     [1] =&gt; ctools_dependent_pre_render
  4038.                 )
  4039.  
  4040.             [#children] =&gt; <h4>Type the characters you see below:</h4><fieldset class="captcha form-wrapper"><legend><span class="fieldset-legend">CAPTCHA</span></legend><div class="fieldset-wrapper"><div class="fieldset-description">This question is for testing whether you are a human visitor and to prevent automated spam submissions.</div><input type="hidden" name="captcha_sid" value="456">
  4041. <input type="hidden" name="captcha_token" value="137ce4ff7ab56e5530dcab7aeebab301">
  4042. <div class="captcha-img">&lt; image error &gt;</div><div class="form-item form-type-textfield form-item-captcha-response">
  4043.   <label for="edit-captcha-response"> <span class="form-required" title="This field is required.">*</span></label>
  4044.  <input type="text" id="edit-captcha-response" name="captcha_response" value="" size="50" maxlength="50" class="form-text required" autocomplete="off">
  4045. <div class="description">Fill in the blank.</div>
  4046. </div>
  4047. </div></fieldset>
  4048. <div class="field-type-list-boolean field-name-field-terms-and-privacy-policy field-widget-options-onoff form-wrapper" id="edit-field-terms-and-privacy-policy"><div class="form-item form-type-checkbox form-item-field-terms-and-privacy-policy-und">
  4049.  <input type="checkbox" id="edit-field-terms-and-privacy-policy-und" name="field_terms_and_privacy_policy[und]" value="1" class="form-checkbox required">  <label class="option" for="edit-field-terms-and-privacy-policy-und">I agree to the <a href="/terms-and-conditions">Terms &amp; Privacy Policy</a> <span class="form-required" title="This field is required.">*</span></label>
  4050.  
  4051. <div class="description">Sed ut perspiciatis unde omnis iste natus
  4052.  error sit voluptatem accusantium doloremque
  4053. laudantium, totam rem aperiam, eaque ipsa.</div>
  4054. </div>
  4055. </div><div class="form-actions form-wrapper" id="edit-actions--2"><input class="ctools-modal-ctools-ajax-register-style jeanbtn red active big form-submit ajax-processed" type="submit" id="edit-submit--2" name="op" value="Sign me up!"></div>
  4056.             [captcha] =&gt; Array
  4057.                 (
  4058.                     [#type] =&gt; captcha
  4059.                    [#captcha_type] =&gt; cccaptcha/CCCaptcha
  4060.                    [#description] =&gt; This question is for testing whether you are a human visitor and to prevent automated spam submissions.
  4061.                    [#weight] =&gt; 98
  4062.                    [#prefix] =&gt; <h4>Type the characters you see below:</h4>
  4063.                    [#input] =&gt; 1
  4064.                    [#process] =&gt; Array
  4065.                        (
  4066.                             [0] =&gt; captcha_element_process
  4067.                         )
  4068.  
  4069.                     [#default_value] =&gt;
  4070.                    [#captcha_admin_mode] =&gt;
  4071.                    [#captcha_validate] =&gt; cccaptcha_captcha_validate
  4072.                    [#pre_render] =&gt; Array
  4073.                        (
  4074.                             [0] =&gt; captcha_pre_render_process
  4075.                         )
  4076.  
  4077.                     [#defaults_loaded] =&gt; 1
  4078.                    [#tree] =&gt;
  4079.                    [#parents] =&gt; Array
  4080.                        (
  4081.                             [0] =&gt; captcha
  4082.                         )
  4083.  
  4084.                     [#array_parents] =&gt; Array
  4085.                        (
  4086.                             [0] =&gt; captcha
  4087.                         )
  4088.  
  4089.                     [#processed] =&gt; 1
  4090.                    [#required] =&gt;
  4091.                    [#attributes] =&gt; Array
  4092.                        (
  4093.                         )
  4094.  
  4095.                     [#title_display] =&gt; before
  4096.                    [#id] =&gt; edit-captcha
  4097.                    [#name] =&gt; captcha
  4098.                    [#value] =&gt;
  4099.                    [captcha_sid] =&gt; Array
  4100.                         (
  4101.                             [#type] =&gt; hidden
  4102.                            [#value] =&gt; 456
  4103.                            [#input] =&gt; 1
  4104.                            [#process] =&gt; Array
  4105.                                (
  4106.                                     [0] =&gt; ajax_process_form
  4107.                                 )
  4108.  
  4109.                             [#theme] =&gt; hidden
  4110.                            [#pre_render] =&gt; Array
  4111.                                (
  4112.                                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  4113.                                 )
  4114.  
  4115.                             [#defaults_loaded] =&gt; 1
  4116.                            [#tree] =&gt;
  4117.                            [#parents] =&gt; Array
  4118.                                (
  4119.                                     [0] =&gt; captcha_sid
  4120.                                 )
  4121.  
  4122.                             [#array_parents] =&gt; Array
  4123.                                (
  4124.                                     [0] =&gt; captcha
  4125.                                     [1] =&gt; captcha_sid
  4126.                                 )
  4127.  
  4128.                             [#weight] =&gt; 0
  4129.                            [#processed] =&gt; 1
  4130.                            [#required] =&gt;
  4131.                            [#attributes] =&gt; Array
  4132.                                (
  4133.                                 )
  4134.  
  4135.                             [#title_display] =&gt; before
  4136.                            [#id] =&gt; edit-captcha-sid
  4137.                            [#name] =&gt; captcha_sid
  4138.                            [#ajax_processed] =&gt;
  4139.                            [#sorted] =&gt; 1
  4140.                        )
  4141.  
  4142.                     [captcha_token] =&gt; Array
  4143.                         (
  4144.                             [#type] =&gt; hidden
  4145.                            [#value] =&gt; 137ce4ff7ab56e5530dcab7aeebab301
  4146.                            [#input] =&gt; 1
  4147.                            [#process] =&gt; Array
  4148.                                (
  4149.                                     [0] =&gt; ajax_process_form
  4150.                                 )
  4151.  
  4152.                             [#theme] =&gt; hidden
  4153.                            [#pre_render] =&gt; Array
  4154.                                (
  4155.                                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  4156.                                 )
  4157.  
  4158.                             [#defaults_loaded] =&gt; 1
  4159.                            [#tree] =&gt;
  4160.                            [#parents] =&gt; Array
  4161.                                (
  4162.                                     [0] =&gt; captcha_token
  4163.                                 )
  4164.  
  4165.                             [#array_parents] =&gt; Array
  4166.                                (
  4167.                                     [0] =&gt; captcha
  4168.                                     [1] =&gt; captcha_token
  4169.                                 )
  4170.  
  4171.                             [#weight] =&gt; 0.001
  4172.                            [#processed] =&gt; 1
  4173.                            [#required] =&gt;
  4174.                            [#attributes] =&gt; Array
  4175.                                (
  4176.                                 )
  4177.  
  4178.                             [#title_display] =&gt; before
  4179.                            [#id] =&gt; edit-captcha-token
  4180.                            [#name] =&gt; captcha_token
  4181.                            [#ajax_processed] =&gt;
  4182.                            [#sorted] =&gt; 1
  4183.                        )
  4184.  
  4185.                     [#captcha_info] =&gt; Array
  4186.                        (
  4187.                             [form_id] =&gt; user_register_form
  4188.                             [captcha_sid] =&gt; 456
  4189.                             [solution] =&gt; 6
  4190.                         )
  4191.  
  4192.                     [captcha_widgets] =&gt; Array
  4193.                         (
  4194.                             [captcha_response] =&gt; Array
  4195.                                 (
  4196.                                     [#type] =&gt; textfield
  4197.                                    [#title] =&gt;
  4198.                                    [#description] =&gt; Fill in the blank.
  4199.                                    [#size] =&gt; 50
  4200.                                    [#maxlength] =&gt; 50
  4201.                                    [#required] =&gt; 1
  4202.                                    [#weight] =&gt; 0
  4203.                                    [#prefix] =&gt; <div class="captcha-img">&lt; image error &gt;</div>
  4204.                                    [#input] =&gt; 1
  4205.                                    [#autocomplete_path] =&gt;
  4206.                                    [#process] =&gt; Array
  4207.                                        (
  4208.                                             [0] =&gt; ajax_process_form
  4209.                                             [1] =&gt; elements_process_placeholder
  4210.                                             [2] =&gt; elements_process_pattern
  4211.                                         )
  4212.  
  4213.                                     [#theme] =&gt; textfield
  4214.                                    [#theme_wrappers] =&gt; Array
  4215.                                        (
  4216.                                             [0] =&gt; form_element
  4217.                                         )
  4218.  
  4219.                                     [#pre_render] =&gt; Array
  4220.                                        (
  4221.                                             [0] =&gt; ctools_dependent_pre_render
  4222.                                             [1] =&gt; jquery_placeholder_pre_render_element_enable
  4223.                                         )
  4224.  
  4225.                                     [#defaults_loaded] =&gt; 1
  4226.                                    [#tree] =&gt;
  4227.                                    [#parents] =&gt; Array
  4228.                                        (
  4229.                                             [0] =&gt; captcha_response
  4230.                                         )
  4231.  
  4232.                                     [#array_parents] =&gt; Array
  4233.                                        (
  4234.                                             [0] =&gt; captcha
  4235.                                             [1] =&gt; captcha_widgets
  4236.                                             [2] =&gt; captcha_response
  4237.                                         )
  4238.  
  4239.                                     [#processed] =&gt; 1
  4240.                                    [#attributes] =&gt; Array
  4241.                                        (
  4242.                                         )
  4243.  
  4244.                                     [#title_display] =&gt; before
  4245.                                    [#id] =&gt; edit-captcha-response
  4246.                                    [#name] =&gt; captcha_response
  4247.                                    [#value] =&gt;
  4248.                                    [#ajax_processed] =&gt;
  4249.                                    [#sorted] =&gt; 1
  4250.                                )
  4251.  
  4252.                             [#tree] =&gt;
  4253.                            [#parents] =&gt; Array
  4254.                                (
  4255.                                     [0] =&gt; captcha_widgets
  4256.                                 )
  4257.  
  4258.                             [#array_parents] =&gt; Array
  4259.                                (
  4260.                                     [0] =&gt; captcha
  4261.                                     [1] =&gt; captcha_widgets
  4262.                                 )
  4263.  
  4264.                             [#weight] =&gt; 0.002
  4265.                            [#processed] =&gt;
  4266.                            [#required] =&gt;
  4267.                            [#attributes] =&gt; Array
  4268.                                (
  4269.                                 )
  4270.  
  4271.                             [#title_display] =&gt; before
  4272.                            [#id] =&gt; edit-captcha-widgets
  4273.                        )
  4274.  
  4275.                     [#element_validate] =&gt; Array
  4276.                        (
  4277.                             [0] =&gt; captcha_validate
  4278.                         )
  4279.  
  4280.                     [#theme] =&gt; captcha
  4281.                    [#sorted] =&gt; 1
  4282.                    [#children] =&gt; <fieldset class="captcha form-wrapper"><legend><span class="fieldset-legend">CAPTCHA</span></legend><div class="fieldset-wrapper"><div class="fieldset-description">This question is for testing whether you are a human visitor and to prevent automated spam submissions.</div><input type="hidden" name="captcha_sid" value="456">
  4283. <input type="hidden" name="captcha_token" value="137ce4ff7ab56e5530dcab7aeebab301">
  4284. <div class="captcha-img">&lt; image error &gt;</div><div class="form-item form-type-textfield form-item-captcha-response">
  4285.   <label for="edit-captcha-response"> <span class="form-required" title="This field is required.">*</span></label>
  4286.  <input type="text" id="edit-captcha-response" name="captcha_response" value="" size="50" maxlength="50" class="form-text required">
  4287. <div class="description">Fill in the blank.</div>
  4288. </div>
  4289. </div></fieldset>
  4290.  
  4291.                     [#printed] =&gt; 1
  4292.                )
  4293.  
  4294.             [field_terms_and_privacy_policy] =&gt; Array
  4295.                 (
  4296.                     [#type] =&gt; container
  4297.                    [#attributes] =&gt; Array
  4298.                        (
  4299.                             [class] =&gt; Array
  4300.                                 (
  4301.                                     [0] =&gt; field-type-list-boolean
  4302.                                     [1] =&gt; field-name-field-terms-and-privacy-policy
  4303.                                     [2] =&gt; field-widget-options-onoff
  4304.                                 )
  4305.  
  4306.                         )
  4307.  
  4308.                     [#weight] =&gt; 99
  4309.                    [#tree] =&gt; 1
  4310.                    [#language] =&gt; und
  4311.                    [und] =&gt; Array
  4312.                         (
  4313.                             [#entity] =&gt; stdClass Object
  4314.                                (
  4315.                                     [uid] =&gt; 0
  4316.                                     [hostname] =&gt; 184.71.25.166
  4317.                                     [roles] =&gt; Array
  4318.                                         (
  4319.                                             [1] =&gt; anonymous user
  4320.                                         )
  4321.  
  4322.                                     [cache] =&gt; 0
  4323.                                 )
  4324.  
  4325.                             [#entity_type] =&gt; user
  4326.                            [#bundle] =&gt; user
  4327.                            [#field_name] =&gt; field_terms_and_privacy_policy
  4328.                            [#language] =&gt; und
  4329.                            [#field_parents] =&gt; Array
  4330.                                (
  4331.                                 )
  4332.  
  4333.                             [#columns] =&gt; Array
  4334.                                (
  4335.                                     [0] =&gt; value
  4336.                                 )
  4337.  
  4338.                             [#title] =&gt; I agree to the <a href="/terms-and-conditions">Terms &amp; Privacy Policy</a>
  4339.                            [#description] =&gt; Sed ut perspiciatis unde omnis iste natus
  4340. error sit voluptatem accusantium doloremque
  4341. laudantium, totam rem aperiam, eaque ipsa.
  4342.                             [#required] =&gt; 1
  4343.                            [#delta] =&gt; 0
  4344.                            [#type] =&gt; checkbox
  4345.                            [#default_value] =&gt; 0
  4346.                            [#on_value] =&gt; 1
  4347.                            [#off_value] =&gt; 0
  4348.                            [#value_key] =&gt; value
  4349.                            [#element_validate] =&gt; Array
  4350.                                (
  4351.                                     [0] =&gt; options_field_widget_validate
  4352.                                 )
  4353.  
  4354.                             [#properties] =&gt; Array
  4355.                                (
  4356.                                     [filter_xss] =&gt; 1
  4357.                                     [strip_tags] =&gt;
  4358.                                     [empty_option] =&gt;
  4359.                                     [optgroups] =&gt;
  4360.                                 )
  4361.  
  4362.                             [#after_build] =&gt; Array
  4363.                                (
  4364.                                     [0] =&gt; field_form_element_after_build
  4365.                                 )
  4366.  
  4367.                             [#input] =&gt; 1
  4368.                            [#return_value] =&gt; 1
  4369.                            [#theme] =&gt; checkbox
  4370.                            [#process] =&gt; Array
  4371.                                (
  4372.                                     [0] =&gt; form_process_checkbox
  4373.                                     [1] =&gt; ajax_process_form
  4374.                                 )
  4375.  
  4376.                             [#theme_wrappers] =&gt; Array
  4377.                                (
  4378.                                     [0] =&gt; form_element
  4379.                                 )
  4380.  
  4381.                             [#title_display] =&gt; after
  4382.                            [#pre_render] =&gt; Array
  4383.                                (
  4384.                                     [0] =&gt; ctools_dependent_pre_render
  4385.                                     [1] =&gt; jquery_placeholder_pre_render_element_enable
  4386.                                 )
  4387.  
  4388.                             [#defaults_loaded] =&gt; 1
  4389.                            [#tree] =&gt; 1
  4390.                            [#parents] =&gt; Array
  4391.                                (
  4392.                                     [0] =&gt; field_terms_and_privacy_policy
  4393.                                     [1] =&gt; und
  4394.                                 )
  4395.  
  4396.                             [#array_parents] =&gt; Array
  4397.                                (
  4398.                                     [0] =&gt; field_terms_and_privacy_policy
  4399.                                     [1] =&gt; und
  4400.                                 )
  4401.  
  4402.                             [#weight] =&gt; 0
  4403.                            [#processed] =&gt; 1
  4404.                            [#attributes] =&gt; Array
  4405.                                (
  4406.                                 )
  4407.  
  4408.                             [#id] =&gt; edit-field-terms-and-privacy-policy-und
  4409.                            [#name] =&gt; field_terms_and_privacy_policy[und]
  4410.                            [#value] =&gt; 0
  4411.                            [#checked] =&gt;
  4412.                            [#ajax_processed] =&gt;
  4413.                            [#sorted] =&gt; 1
  4414.                            [#after_build_done] =&gt; 1
  4415.                            [#children] =&gt; <div class="form-item form-type-checkbox form-item-field-terms-and-privacy-policy-und">
  4416. <input type="checkbox" id="edit-field-terms-and-privacy-policy-und" name="field_terms_and_privacy_policy[und]" value="1" class="form-checkbox required">  <label class="option" for="edit-field-terms-and-privacy-policy-und">I agree to the <a href="/terms-and-conditions">Terms &amp; Privacy Policy</a> <span class="form-required" title="This field is required.">*</span></label>
  4417.  
  4418. <div class="description">Sed ut perspiciatis unde omnis iste natus
  4419.  error sit voluptatem accusantium doloremque
  4420. laudantium, totam rem aperiam, eaque ipsa.</div>
  4421. </div>
  4422.  
  4423.                             [#printed] =&gt; 1
  4424.                        )
  4425.  
  4426.                     [#access] =&gt; 1
  4427.                    [#theme_wrappers] =&gt; Array
  4428.                        (
  4429.                             [0] =&gt; container
  4430.                         )
  4431.  
  4432.                     [#process] =&gt; Array
  4433.                        (
  4434.                             [0] =&gt; form_process_container
  4435.                         )
  4436.  
  4437.                     [#defaults_loaded] =&gt; 1
  4438.                    [#parents] =&gt; Array
  4439.                        (
  4440.                             [0] =&gt; field_terms_and_privacy_policy
  4441.                         )
  4442.  
  4443.                     [#array_parents] =&gt; Array
  4444.                        (
  4445.                             [0] =&gt; field_terms_and_privacy_policy
  4446.                         )
  4447.  
  4448.                     [#processed] =&gt; 1
  4449.                    [#required] =&gt;
  4450.                    [#title_display] =&gt; before
  4451.                    [#id] =&gt; edit-field-terms-and-privacy-policy
  4452.                    [#sorted] =&gt; 1
  4453.                    [#children] =&gt; <div class="field-type-list-boolean field-name-field-terms-and-privacy-policy field-widget-options-onoff form-wrapper" id="edit-field-terms-and-privacy-policy"><div class="form-item form-type-checkbox form-item-field-terms-and-privacy-policy-und">
  4454. <input type="checkbox" id="edit-field-terms-and-privacy-policy-und" name="field_terms_and_privacy_policy[und]" value="1" class="form-checkbox required">  <label class="option" for="edit-field-terms-and-privacy-policy-und">I agree to the <a href="/terms-and-conditions">Terms &amp; Privacy Policy</a> <span class="form-required" title="This field is required.">*</span></label>
  4455.  
  4456. <div class="description">Sed ut perspiciatis unde omnis iste natus
  4457.  error sit voluptatem accusantium doloremque
  4458. laudantium, totam rem aperiam, eaque ipsa.</div>
  4459. </div>
  4460. </div>
  4461.                     [#printed] =&gt; 1
  4462.                )
  4463.  
  4464.             [actions] =&gt; Array
  4465.                 (
  4466.                     [#type] =&gt; actions
  4467.                    [submit] =&gt; Array
  4468.                         (
  4469.                             [#type] =&gt; submit
  4470.                            [#value] =&gt; Sign me up!
  4471.                            [#ajax] =&gt; Array
  4472.                                (
  4473.                                     [callback] =&gt; ajax_register_user_register_form_ajax_callback
  4474.                                     [wrapper] =&gt; ajax-register-user-register-form-wrapper
  4475.                                     [event] =&gt; click
  4476.                                 )
  4477.  
  4478.                             [#attributes] =&gt; Array
  4479.                                (
  4480.                                     [class] =&gt; Array
  4481.                                         (
  4482.                                             [0] =&gt; ctools-modal-ctools-ajax-register-style
  4483.                                             [1] =&gt; jeanbtn red active big
  4484.                                         )
  4485.  
  4486.                                 )
  4487.  
  4488.                             [#input] =&gt; 1
  4489.                            [#name] =&gt; op
  4490.                            [#button_type] =&gt; submit
  4491.                            [#executes_submit_callback] =&gt; 1
  4492.                            [#limit_validation_errors] =&gt;
  4493.                            [#process] =&gt; Array
  4494.                                (
  4495.                                     [0] =&gt; ajax_process_form
  4496.                                 )
  4497.  
  4498.                             [#theme_wrappers] =&gt; Array
  4499.                                (
  4500.                                     [0] =&gt; button
  4501.                                 )
  4502.  
  4503.                             [#pre_render] =&gt; Array
  4504.                                (
  4505.                                     [0] =&gt; jquery_placeholder_pre_render_element_enable
  4506.                                 )
  4507.  
  4508.                             [#defaults_loaded] =&gt; 1
  4509.                            [#tree] =&gt;
  4510.                            [#parents] =&gt; Array
  4511.                                (
  4512.                                     [0] =&gt; submit
  4513.                                 )
  4514.  
  4515.                             [#array_parents] =&gt; Array
  4516.                                (
  4517.                                     [0] =&gt; actions
  4518.                                     [1] =&gt; submit
  4519.                                 )
  4520.  
  4521.                             [#weight] =&gt; 0
  4522.                            [#processed] =&gt; 1
  4523.                            [#required] =&gt;
  4524.                            [#title_display] =&gt; before
  4525.                            [#id] =&gt; edit-submit--2
  4526.                            [#ajax_processed] =&gt; 1
  4527.                            [#attached] =&gt; Array
  4528.                                (
  4529.                                     [library] =&gt; Array
  4530.                                         (
  4531.                                             [0] =&gt; Array
  4532.                                                 (
  4533.                                                     [0] =&gt; system
  4534.                                                     [1] =&gt; jquery.form
  4535.                                                 )
  4536.  
  4537.                                             [1] =&gt; Array
  4538.                                                 (
  4539.                                                     [0] =&gt; system
  4540.                                                     [1] =&gt; drupal.ajax
  4541.                                                 )
  4542.  
  4543.                                         )
  4544.  
  4545.                                     [js] =&gt; Array
  4546.                                         (
  4547.                                             [0] =&gt; Array
  4548.                                                 (
  4549.                                                     [type] =&gt; setting
  4550.                                                     [data] =&gt; Array
  4551.                                                         (
  4552.                                                             [ajax] =&gt; Array
  4553.                                                                 (
  4554.                                                                     [edit-submit--2] =&gt; Array
  4555.                                                                         (
  4556.                                                                             [callback] =&gt; ajax_register_user_register_form_ajax_callback
  4557.                                                                             [wrapper] =&gt; ajax-register-user-register-form-wrapper
  4558.                                                                             [event] =&gt; click
  4559.                                                                             [url] =&gt; /system/ajax
  4560.                                                                             [submit] =&gt; Array
  4561.                                                                                 (
  4562.                                                                                     [_triggering_element_name] =&gt; op
  4563.                                                                                     [_triggering_element_value] =&gt; Sign me up!
  4564.                                                                                 )
  4565.  
  4566.                                                                         )
  4567.  
  4568.                                                                 )
  4569.  
  4570.                                                         )
  4571.  
  4572.                                                 )
  4573.  
  4574.                                         )
  4575.  
  4576.                                 )
  4577.  
  4578.                             [#sorted] =&gt; 1
  4579.                            [#children] =&gt; <input class="ctools-modal-ctools-ajax-register-style jeanbtn red active big form-submit" type="submit" id="edit-submit--2" name="op" value="Sign me up!">
  4580.                            [#printed] =&gt; 1
  4581.                        )
  4582.  
  4583.                     [#weight] =&gt; 100
  4584.                    [#theme_wrappers] =&gt; Array
  4585.                        (
  4586.                             [0] =&gt; container
  4587.                         )
  4588.  
  4589.                     [#process] =&gt; Array
  4590.                        (
  4591.                             [0] =&gt; form_process_actions
  4592.                             [1] =&gt; form_process_container
  4593.                         )
  4594.  
  4595.                     [#defaults_loaded] =&gt; 1
  4596.                    [#tree] =&gt;
  4597.                    [#parents] =&gt; Array
  4598.                        (
  4599.                             [0] =&gt; actions
  4600.                         )
  4601.  
  4602.                     [#array_parents] =&gt; Array
  4603.                        (
  4604.                             [0] =&gt; actions
  4605.                         )
  4606.  
  4607.                     [#processed] =&gt; 1
  4608.                    [#required] =&gt;
  4609.                    [#attributes] =&gt; Array
  4610.                        (
  4611.                             [class] =&gt; Array
  4612.                                 (
  4613.                                     [0] =&gt; form-actions
  4614.                                 )
  4615.  
  4616.                         )
  4617.  
  4618.                     [#title_display] =&gt; before
  4619.                    [#id] =&gt; edit-actions--2
  4620.                    [#sorted] =&gt; 1
  4621.                    [#children] =&gt; <div class="form-actions form-wrapper" id="edit-actions--2"><input class="ctools-modal-ctools-ajax-register-style jeanbtn red active big form-submit" type="submit" id="edit-submit--2" name="op" value="Sign me up!"></div>
  4622.                    [#printed] =&gt; 1
  4623.                )
  4624.  
  4625.             [#sorted] =&gt; 1
  4626.            [#printed] =&gt; 1
  4627.        )
  4628.  
  4629.     [#sorted] =&gt; 1
  4630.    [#children] =&gt; <form class="user-info-from-cookie user-info-from-cookie-processed" enctype="multipart/form-data" action="/user/register" method="post" id="user-register-form" accept-charset="UTF-8"><div><div id="user_user_form_group_left" class="field-group-format group_left field-group-div group-left required-fields  speed-fast effect-none"><div class="field-type-list-text field-name-field-prof-gender field-widget-options-select form-wrapper" id="edit-field-prof-gender"><div class="form-item form-type-select form-item-field-prof-gender-und clearfix">
  4631.  <label for="edit-field-prof-gender-und">I am a... <span class="form-required" title="This field is required.">*</span></label>
  4632.  <div class="dk_container" id="dk_container_edit-field-prof-gender-und" tabindex=""><a class="dk_toggle" style="width: 130px;"><span class="dk_label">- Select a value -</span></a><div class="dk_options"><ul class="dk_options_inner"><li class="dk_option_current"><a data-dk-dropdown-value="_none">- Select a value -</a></li><li class=""><a data-dk-dropdown-value="Male">Male</a></li><li class=""><a data-dk-dropdown-value="Female">Female</a></li></ul></div></div><select id="edit-field-prof-gender-und" name="field_prof_gender[und]" class="form-select required dk-active" style="display: none;"><option value="_none">- Select a value -</option><option value="Male">Male</option><option value="Female">Female</option></select>
  4633. </div>
  4634. </div><div class="field-type-list-text field-name-field-prof-looking-for field-widget-options-buttons clearfix form-wrapper" id="edit-field-prof-looking-for"><div class="form-item form-type-checkboxes form-item-field-prof-looking-for-und">
  4635.   <label for="edit-field-prof-looking-for-und">Looking For <span class="form-required" title="This field is required.">*</span></label>
  4636.  <div id="edit-field-prof-looking-for-und" class="form-checkboxes"><div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Male">
  4637.  <input type="checkbox" id="edit-field-prof-looking-for-und-male" name="field_prof_looking_for[und][Male]" value="Male" class="form-checkbox" style="position: absolute; z-index: -1; visibility: hidden;"><span class="pm-check"><span class="mark"><img src="/sites/all/themes/chatting_hands/img/empty.png"></span></span>  <label class="option" for="edit-field-prof-looking-for-und-male">Male </label>
  4638.  
  4639. </div>
  4640. <div class="form-item form-type-checkbox form-item-field-prof-looking-for-und-Female">
  4641.  <input type="checkbox" id="edit-field-prof-looking-for-und-female" name="field_prof_looking_for[und][Female]" value="Female" class="form-checkbox" style="position: absolute; z-index: -1; visibility: hidden;"><span class="pm-check"><span class="mark"><img src="/sites/all/themes/chatting_hands/img/empty.png"></span></span>  <label class="option" for="edit-field-prof-looking-for-und-female">Female </label>
  4642.  
  4643. </div>
  4644. </div>
  4645. </div>
  4646. </div><div class="field-type-datetime field-name-field-acct-bday field-widget-date-select form-wrapper" id="edit-field-acct-bday"><div id="field-acct-bday-add-more-wrapper"><fieldset class="form-wrapper date-processed"><legend><span class="fieldset-legend">Date of birth </span></legend><div class="fieldset-wrapper"><div class="date-no-float container-inline-date"><div class="form-item form-type-date-select form-item-field-acct-bday-und-0-value clearfix">
  4647.  <div id="edit-field-acct-bday-und-0-value" class="date-padding clearfix"><div class="form-item form-type-select form-item-field-acct-bday-und-0-value-month clearfix">
  4648.   <label for="edit-field-acct-bday-und-0-value-month">Month <span class="form-required" title="This field is required.">*</span></label>
  4649.  <div class="date-month"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-month" tabindex=""><a class="dk_toggle" style="width: 58px;"><span class="dk_label">Apr</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">Jan</a></li><li class=""><a data-dk-dropdown-value="2">Feb</a></li><li class=""><a data-dk-dropdown-value="3">Mar</a></li><li class="dk_option_current"><a data-dk-dropdown-value="4">Apr</a></li><li class=""><a data-dk-dropdown-value="5">May</a></li><li class=""><a data-dk-dropdown-value="6">Jun</a></li><li class=""><a data-dk-dropdown-value="7">Jul</a></li><li class=""><a data-dk-dropdown-value="8">Aug</a></li><li class=""><a data-dk-dropdown-value="9">Sep</a></li><li class=""><a data-dk-dropdown-value="10">Oct</a></li><li class=""><a data-dk-dropdown-value="11">Nov</a></li><li class=""><a data-dk-dropdown-value="12">Dec</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-month" name="field_acct_bday[und][0][value][month]" style="display: none;"><option value="1">Jan</option><option value="2">Feb</option><option value="3">Mar</option><option value="4" selected="selected">Apr</option><option value="5">May</option><option value="6">Jun</option><option value="7">Jul</option><option value="8">Aug</option><option value="9">Sep</option><option value="10">Oct</option><option value="11">Nov</option><option value="12">Dec</option></select></div>
  4650. </div>
  4651. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-day clearfix">
  4652.   <label for="edit-field-acct-bday-und-0-value-day">Day <span class="form-required" title="This field is required.">*</span></label>
  4653.  <div class="date-day"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-day" tabindex=""><a class="dk_toggle" style="width: 47px;"><span class="dk_label">15</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1">1</a></li><li class=""><a data-dk-dropdown-value="2">2</a></li><li class=""><a data-dk-dropdown-value="3">3</a></li><li class=""><a data-dk-dropdown-value="4">4</a></li><li class=""><a data-dk-dropdown-value="5">5</a></li><li class=""><a data-dk-dropdown-value="6">6</a></li><li class=""><a data-dk-dropdown-value="7">7</a></li><li class=""><a data-dk-dropdown-value="8">8</a></li><li class=""><a data-dk-dropdown-value="9">9</a></li><li class=""><a data-dk-dropdown-value="10">10</a></li><li class=""><a data-dk-dropdown-value="11">11</a></li><li class=""><a data-dk-dropdown-value="12">12</a></li><li class=""><a data-dk-dropdown-value="13">13</a></li><li class=""><a data-dk-dropdown-value="14">14</a></li><li class="dk_option_current"><a data-dk-dropdown-value="15">15</a></li><li class=""><a data-dk-dropdown-value="16">16</a></li><li class=""><a data-dk-dropdown-value="17">17</a></li><li class=""><a data-dk-dropdown-value="18">18</a></li><li class=""><a data-dk-dropdown-value="19">19</a></li><li class=""><a data-dk-dropdown-value="20">20</a></li><li class=""><a data-dk-dropdown-value="21">21</a></li><li class=""><a data-dk-dropdown-value="22">22</a></li><li class=""><a data-dk-dropdown-value="23">23</a></li><li class=""><a data-dk-dropdown-value="24">24</a></li><li class=""><a data-dk-dropdown-value="25">25</a></li><li class=""><a data-dk-dropdown-value="26">26</a></li><li class=""><a data-dk-dropdown-value="27">27</a></li><li class=""><a data-dk-dropdown-value="28">28</a></li><li class=""><a data-dk-dropdown-value="29">29</a></li><li class=""><a data-dk-dropdown-value="30">30</a></li><li class=""><a data-dk-dropdown-value="31">31</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-day" name="field_acct_bday[und][0][value][day]" style="display: none;"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15" selected="selected">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value="27">27</option><option value="28">28</option><option value="29">29</option><option value="30">30</option><option value="31">31</option></select></div>
  4654. </div>
  4655. <div class="form-item form-type-select form-item-field-acct-bday-und-0-value-year clearfix">
  4656.   <label for="edit-field-acct-bday-und-0-value-year">Year <span class="form-required" title="This field is required.">*</span></label>
  4657.  <div class="date-year"><div class="dk_container" id="dk_container_edit-field-acct-bday-und-0-value-year" tabindex=""><a class="dk_toggle" style="width: 61px;"><span class="dk_label">1995</span></a><div class="dk_options"><ul class="dk_options_inner"><li class=""><a data-dk-dropdown-value="1913">1913</a></li><li class=""><a data-dk-dropdown-value="1914">1914</a></li><li class=""><a data-dk-dropdown-value="1915">1915</a></li><li class=""><a data-dk-dropdown-value="1916">1916</a></li><li class=""><a data-dk-dropdown-value="1917">1917</a></li><li class=""><a data-dk-dropdown-value="1918">1918</a></li><li class=""><a data-dk-dropdown-value="1919">1919</a></li><li class=""><a data-dk-dropdown-value="1920">1920</a></li><li class=""><a data-dk-dropdown-value="1921">1921</a></li><li class=""><a data-dk-dropdown-value="1922">1922</a></li><li class=""><a data-dk-dropdown-value="1923">1923</a></li><li class=""><a data-dk-dropdown-value="1924">1924</a></li><li class=""><a data-dk-dropdown-value="1925">1925</a></li><li class=""><a data-dk-dropdown-value="1926">1926</a></li><li class=""><a data-dk-dropdown-value="1927">1927</a></li><li class=""><a data-dk-dropdown-value="1928">1928</a></li><li class=""><a data-dk-dropdown-value="1929">1929</a></li><li class=""><a data-dk-dropdown-value="1930">1930</a></li><li class=""><a data-dk-dropdown-value="1931">1931</a></li><li class=""><a data-dk-dropdown-value="1932">1932</a></li><li class=""><a data-dk-dropdown-value="1933">1933</a></li><li class=""><a data-dk-dropdown-value="1934">1934</a></li><li class=""><a data-dk-dropdown-value="1935">1935</a></li><li class=""><a data-dk-dropdown-value="1936">1936</a></li><li class=""><a data-dk-dropdown-value="1937">1937</a></li><li class=""><a data-dk-dropdown-value="1938">1938</a></li><li class=""><a data-dk-dropdown-value="1939">1939</a></li><li class=""><a data-dk-dropdown-value="1940">1940</a></li><li class=""><a data-dk-dropdown-value="1941">1941</a></li><li class=""><a data-dk-dropdown-value="1942">1942</a></li><li class=""><a data-dk-dropdown-value="1943">1943</a></li><li class=""><a data-dk-dropdown-value="1944">1944</a></li><li class=""><a data-dk-dropdown-value="1945">1945</a></li><li class=""><a data-dk-dropdown-value="1946">1946</a></li><li class=""><a data-dk-dropdown-value="1947">1947</a></li><li class=""><a data-dk-dropdown-value="1948">1948</a></li><li class=""><a data-dk-dropdown-value="1949">1949</a></li><li class=""><a data-dk-dropdown-value="1950">1950</a></li><li class=""><a data-dk-dropdown-value="1951">1951</a></li><li class=""><a data-dk-dropdown-value="1952">1952</a></li><li class=""><a data-dk-dropdown-value="1953">1953</a></li><li class=""><a data-dk-dropdown-value="1954">1954</a></li><li class=""><a data-dk-dropdown-value="1955">1955</a></li><li class=""><a data-dk-dropdown-value="1956">1956</a></li><li class=""><a data-dk-dropdown-value="1957">1957</a></li><li class=""><a data-dk-dropdown-value="1958">1958</a></li><li class=""><a data-dk-dropdown-value="1959">1959</a></li><li class=""><a data-dk-dropdown-value="1960">1960</a></li><li class=""><a data-dk-dropdown-value="1961">1961</a></li><li class=""><a data-dk-dropdown-value="1962">1962</a></li><li class=""><a data-dk-dropdown-value="1963">1963</a></li><li class=""><a data-dk-dropdown-value="1964">1964</a></li><li class=""><a data-dk-dropdown-value="1965">1965</a></li><li class=""><a data-dk-dropdown-value="1966">1966</a></li><li class=""><a data-dk-dropdown-value="1967">1967</a></li><li class=""><a data-dk-dropdown-value="1968">1968</a></li><li class=""><a data-dk-dropdown-value="1969">1969</a></li><li class=""><a data-dk-dropdown-value="1970">1970</a></li><li class=""><a data-dk-dropdown-value="1971">1971</a></li><li class=""><a data-dk-dropdown-value="1972">1972</a></li><li class=""><a data-dk-dropdown-value="1973">1973</a></li><li class=""><a data-dk-dropdown-value="1974">1974</a></li><li class=""><a data-dk-dropdown-value="1975">1975</a></li><li class=""><a data-dk-dropdown-value="1976">1976</a></li><li class=""><a data-dk-dropdown-value="1977">1977</a></li><li class=""><a data-dk-dropdown-value="1978">1978</a></li><li class=""><a data-dk-dropdown-value="1979">1979</a></li><li class=""><a data-dk-dropdown-value="1980">1980</a></li><li class=""><a data-dk-dropdown-value="1981">1981</a></li><li class=""><a data-dk-dropdown-value="1982">1982</a></li><li class=""><a data-dk-dropdown-value="1983">1983</a></li><li class=""><a data-dk-dropdown-value="1984">1984</a></li><li class=""><a data-dk-dropdown-value="1985">1985</a></li><li class=""><a data-dk-dropdown-value="1986">1986</a></li><li class=""><a data-dk-dropdown-value="1987">1987</a></li><li class=""><a data-dk-dropdown-value="1988">1988</a></li><li class=""><a data-dk-dropdown-value="1989">1989</a></li><li class=""><a data-dk-dropdown-value="1990">1990</a></li><li class=""><a data-dk-dropdown-value="1991">1991</a></li><li class=""><a data-dk-dropdown-value="1992">1992</a></li><li class=""><a data-dk-dropdown-value="1993">1993</a></li><li class=""><a data-dk-dropdown-value="1994">1994</a></li><li class="dk_option_current"><a data-dk-dropdown-value="1995">1995</a></li></ul></div></div><select class="date-clear form-select required dk-active" id="edit-field-acct-bday-und-0-value-year" name="field_acct_bday[und][0][value][year]" style="display: none;"><option value="1913">1913</option><option value="1914">1914</option><option value="1915">1915</option><option value="1916">1916</option><option value="1917">1917</option><option value="1918">1918</option><option value="1919">1919</option><option value="1920">1920</option><option value="1921">1921</option><option value="1922">1922</option><option value="1923">1923</option><option value="1924">1924</option><option value="1925">1925</option><option value="1926">1926</option><option value="1927">1927</option><option value="1928">1928</option><option value="1929">1929</option><option value="1930">1930</option><option value="1931">1931</option><option value="1932">1932</option><option value="1933">1933</option><option value="1934">1934</option><option value="1935">1935</option><option value="1936">1936</option><option value="1937">1937</option><option value="1938">1938</option><option value="1939">1939</option><option value="1940">1940</option><option value="1941">1941</option><option value="1942">1942</option><option value="1943">1943</option><option value="1944">1944</option><option value="1945">1945</option><option value="1946">1946</option><option value="1947">1947</option><option value="1948">1948</option><option value="1949">1949</option><option value="1950">1950</option><option value="1951">1951</option><option value="1952">1952</option><option value="1953">1953</option><option value="1954">1954</option><option value="1955">1955</option><option value="1956">1956</option><option value="1957">1957</option><option value="1958">1958</option><option value="1959">1959</option><option value="1960">1960</option><option value="1961">1961</option><option value="1962">1962</option><option value="1963">1963</option><option value="1964">1964</option><option value="1965">1965</option><option value="1966">1966</option><option value="1967">1967</option><option value="1968">1968</option><option value="1969">1969</option><option value="1970">1970</option><option value="1971">1971</option><option value="1972">1972</option><option value="1973">1973</option><option value="1974">1974</option><option value="1975">1975</option><option value="1976">1976</option><option value="1977">1977</option><option value="1978">1978</option><option value="1979">1979</option><option value="1980">1980</option><option value="1981">1981</option><option value="1982">1982</option><option value="1983">1983</option><option value="1984">1984</option><option value="1985">1985</option><option value="1986">1986</option><option value="1987">1987</option><option value="1988">1988</option><option value="1989">1989</option><option value="1990">1990</option><option value="1991">1991</option><option value="1992">1992</option><option value="1993">1993</option><option value="1994">1994</option><option value="1995" selected="selected">1995</option></select></div>
  4658. </div>
  4659. </div>
  4660. <div class="description">Users must be over the age of 18 to use this site.</div>
  4661. </div>
  4662. </div></div></fieldset>
  4663. </div></div><div class="field-type-taxonomy-term-reference field-name-field-acct-location field-widget-taxonomy-autocomplete form-wrapper" id="edit-field-acct-location"><div class="form-item form-type-textfield form-item-field-acct-location-und">
  4664.   <label for="edit-field-acct-location-und">Location <span class="form-required" title="This field is required.">*</span></label>
  4665.  <input type="text" id="edit-field-acct-location-und" name="field_acct_location[und]" value="" size="30" maxlength="1024" class="form-text required form-autocomplete"><input type="hidden" id="edit-field-acct-location-und-autocomplete" value="http://chattinghands2.qa.caorda.com/taxonomy/autocomplete/field_acct_location" disabled="disabled" class="autocomplete autocomplete-processed">
  4666. </div>
  4667. </div><div id="edit-account" class="form-wrapper"><div class="form-item form-type-textfield form-item-name">
  4668.   <label for="edit-name--2">Username <span class="form-required" title="This field is required.">*</span></label>
  4669.  <input class="username form-text required" type="text" id="edit-name--2" name="name" value="" size="30" maxlength="60">
  4670. <div class="description">Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.</div>
  4671. </div>
  4672. <div class="form-item form-type-textfield form-item-mail">
  4673.   <label for="edit-mail">E-mail address <span class="form-required" title="This field is required.">*</span></label>
  4674.  <input type="text" id="edit-mail" name="mail" value="" size="30" maxlength="254" class="form-text required">
  4675. <div class="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.</div>
  4676. </div>
  4677. <div class="form-item form-type-password-confirm form-item-pass">
  4678.  <div class="form-item form-type-password form-item-pass-pass1 password-parent"><div class="password-strength"><div class="password-strength-text" aria-live="assertive"></div><div class="password-strength-title">Password strength:</div><div class="password-indicator"><div class="indicator"></div></div></div>
  4679.   <label for="edit-pass-pass1">Password <span class="form-required" title="This field is required.">*</span></label>
  4680.  <input class="password-field form-text required password-processed" type="password" id="edit-pass-pass1" name="pass[pass1]" size="30" maxlength="128">
  4681. </div>
  4682. <div class="form-item form-type-password form-item-pass-pass2 confirm-parent"><div class="password-confirm">Passwords match: <span></span></div><div class="password-confirm">Passwords match: <span></span></div>
  4683.   <label for="edit-pass-pass2">Confirm password <span class="form-required" title="This field is required.">*</span></label>
  4684.  <input class="password-confirm form-text required" type="password" id="edit-pass-pass2" name="pass[pass2]" size="30" maxlength="128">
  4685. </div><div class="password-suggestions description" style="display: none;"></div><div class="password-suggestions description" style="display: none;"></div>
  4686.  
  4687. <div class="description">Provide a password for the new account in both fields. Password must be at least <em class="placeholder">5</em> characters.</div>
  4688. </div>
  4689. <input type="hidden" name="timezone" value="America/Vancouver">
  4690. </div></div><input type="hidden" name="form_build_id" value="form-WwrvLP_CNNZazfDLLhlIS0gzfOxz9XvL6HGgidNkW9g">
  4691. <input type="hidden" name="form_id" value="user_register_form">
  4692. <div id="user_user_form_group_right" class="field-group-format group_right field-group-div group-right required-fields  speed-fast effect-none"><h4>Type the characters you see below:</h4><fieldset class="captcha form-wrapper"><legend><span class="fieldset-legend">CAPTCHA</span></legend><div class="fieldset-wrapper"><div class="fieldset-description">This question is for testing whether you are a human visitor and to prevent automated spam submissions.</div><input type="hidden" name="captcha_sid" value="456">
  4693. <input type="hidden" name="captcha_token" value="137ce4ff7ab56e5530dcab7aeebab301">
  4694. <div class="captcha-img">&lt; image error &gt;</div><div class="form-item form-type-textfield form-item-captcha-response">
  4695.   <label for="edit-captcha-response"> <span class="form-required" title="This field is required.">*</span></label>
  4696.  <input type="text" id="edit-captcha-response" name="captcha_response" value="" size="50" maxlength="50" class="form-text required">
  4697. <div class="description">Fill in the blank.</div>
  4698. </div>
  4699. </div></fieldset>
  4700. <div class="field-type-list-boolean field-name-field-terms-and-privacy-policy field-widget-options-onoff form-wrapper" id="edit-field-terms-and-privacy-policy"><div class="form-item form-type-checkbox form-item-field-terms-and-privacy-policy-und">
  4701.  <input type="checkbox" id="edit-field-terms-and-privacy-policy-und" name="field_terms_and_privacy_policy[und]" value="1" class="form-checkbox required" style="position: absolute; z-index: -1; visibility: hidden;"><span class="pm-check"><span class="mark"><img src="/sites/all/themes/chatting_hands/img/empty.png"></span></span>  <label class="option" for="edit-field-terms-and-privacy-policy-und">I agree to the <a href="/terms-and-conditions">Terms &amp; Privacy Policy</a> <span class="form-required" title="This field is required.">*</span></label>
  4702.  
  4703. <div class="description">Sed ut perspiciatis unde omnis iste natus
  4704.  error sit voluptatem accusantium doloremque
  4705. laudantium, totam rem aperiam, eaque ipsa.</div>
  4706. </div>
  4707. </div><div class="form-actions form-wrapper" id="edit-actions--2"><input class="ctools-modal-ctools-ajax-register-style jeanbtn red active big form-submit" type="submit" id="edit-submit--2" name="op" value="Sign me up!"></div></div></div></form>
  4708. )
  4709. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement