in reply to Submitting a form

I took a quick look at the page, not sure what your foreach loop is for, but I think you want something like:
$agent->form("coolsus"); $agent->field("message", $message); $agent->field("subject", $subject); $agent->click("submit");