Error:

No recipient email address has been specified by the form page. This specifies who will receive the information contained in the form.

To solve this problem, take a look at your form and make sure it contains the following hidden field:

<input type='hidden' name='recipient' value='enter_email@address.here' />

[And be sure to include the correct recipient email address!]