$form = stdClass Object (
[contact_information] => array (
[#value] => [<p id="contact-header">If you need help, please visit our <span class="pink">Help Center</span>, where we've answered the most common issues our users have. If you can't find your answer there, let us know using the form below.</p>
<div id="contact-margin"></div>
<p id="contact-title">If you would like to talk to us, please fill out the form below and we'll try to get back to you as soon as possible.</p>]
)
[name] => array (
[#type] => [textfield]
[#title] => [Your name]
[#maxlength] => [255]
[#default_value] => []
[#required] => [1]
)
[mail] => array (
[#type] => [textfield]
[#title] => [Your e-mail address]
[#maxlength] => [255]
[#default_value] => []
[#required] => [1]
)
[subject] => array (
[#type] => [textfield]
[#title] => [Subject]
[#maxlength] => [255]
[#required] => [1]
)
[cid] => array (
[#type] => [select]
[#title] => [Category]
[#default_value] => [1]
[#options] => array (
[3] => [advertising]
[1] => [feedback]
[2] => [help]
)
[#required] => [1]
)
[message] => array (
[#type] => [textarea]
[#title] => [Message]
[#required] => [1]
)
[copy] => array (
[#type] => [value]
[#value] => []
)
[submit] => array (
[#type] => [submit]
[#value] => [Send e-mail]
)
[#parameters] => array (
[0] => [contact_mail_page]
[1] => array (
[storage] => []
[submitted] => []
[post] => array (
)
)
)
[#build_id] => [form-2cdd55f1458bebd0dddc65fff40a5b37]
[#type] => [form]
[#programmed] => []
[form_build_id] => array (
[#type] => [hidden]
[#value] => [form-2cdd55f1458bebd0dddc65fff40a5b37]
[#id] => [form-2cdd55f1458bebd0dddc65fff40a5b37]
[#name] => [form_build_id]
)
[form_id] => array (
[#type] => [hidden]
[#value] => [contact_mail_page]
[#id] => [edit-contact-mail-page]
)
[#id] => [contact-mail-page]
[#description] => []
[#attributes] => array (
)
[#required] => []
[#tree] => []
[#parents] => array (
)
[#method] => [post]
[#action] => [/contact]
[#validate] => array (
[0] => [contact_mail_page_validate]
)
[#submit] => array (
[0] => [contact_mail_page_submit]
)
);