'Preview Form Submission', 'heading' => 'New Form Submission', 'success_redirect' => '', 'resources' => array( 'checkbox_checked' => 'Checked', 'checkbox_unchecked' => 'Unchecked', 'submitted_from' => 'Form submitted from website: %s', 'submitted_by' => 'Visitor IP address: %s', 'too_many_submissions' => 'Too many recent submissions from this IP', 'failed_to_send_email' => 'Failed to send email', 'invalid_reCAPTCHA_private_key' => 'Invalid reCAPTCHA private key.', 'invalid_field_type' => 'Unknown field type \'%s\'.', 'unknown_method' => 'Unknown server request method' ), 'email' => array( 'from' => 'sdghfjhrfgrttrh@yahoo.com.hk', 'to' => 'sdghfjhrfgrttrh@yahoo.com.hk' ), 'fields' => array( 'custom_U674' => array( 'type' => 'string', 'label' => 'Nickname', 'required' => true, 'errors' => array( 'required' => 'Field \'Nickname\' is required.' ) ), 'Email' => array( 'type' => 'email', 'label' => 'Summary of Your Review', 'required' => true, 'errors' => array( 'required' => 'Field \'Summary of Your Review\' is required.', 'format' => 'Field \'Summary of Your Review\' has an invalid email.' ) ), 'custom_U668' => array( 'type' => 'string', 'label' => 'Review', 'required' => false, 'errors' => array( ) ) ) ); process_form($form); ?>