Can you give an example of the messages? It sound like a PHP configuration issue…
I am seeing same kind of thing:
why after submit button is clicked I see this at top of page:
Array
(
[text-5319d36c6ecce] => bruide1
[text-5319d36eabae8] => grrom2
[textarea-5319d42c88a41] => ddd
[text-5319d377f13b7] => 6147743595
[text-5319d376c6a09] => jtesta@josephetstafilms.com
[text-5319d378dc1cd] => 01/01/14
[textarea-5319d388dc571] => dd
[user] =>
[user_ip] => 155.188.183.23
[unique_id] => fm-531a1003c7112
[parent_post_id] => 775
[timestamp] => 2014-03-07 13:29:50
[recaptcha-5319d4b105170] =>
)
Submission data: Item label:Bride NameUNIQUE_NAME: bruide1Amount: 12
Item label:Groom NameUNIQUE_NAME: grrom2Amount: 12
Item label:AddressUNIQUE_NAME: dddAmount: 12
Item label:PhoneUNIQUE_NAME: 6147743595Amount: 12
Item label:Email AddressUNIQUE_NAME: jtesta@josephetstafilms.comAmount: 12
Item label:Wedding Date (format MM/DD/YYUNIQUE_NAME: 01/01/14Amount: 12
Item label:What makes you the perfect couple to win this prize?UNIQUE_NAME: ddAmount: 12
Item label:Making sure you’re not a robotUNIQUE_NAME: Amount: 12
What you are seeing is a php ‘print_r’ on the posted data – it looks like something is turning on ‘debug’ mode. There is a setting in wp-config.php for this, thought it might be something else.