$form = stdClass Object (
[contact_information] => array (
[#value] => [You can leave a message using the contact form below.]
)
[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] => [value]
[#value] => [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-17ae6aaceba202341e5a66d9b7065776]
[#type] => [form]
[#programmed] => []
[form_build_id] => array (
[#type] => [hidden]
[#value] => [form-17ae6aaceba202341e5a66d9b7065776]
[#id] => [form-17ae6aaceba202341e5a66d9b7065776]
[#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]
)
);