Is there a WordPress form plugin that can easily be configured for Google Analytics goals?

This seems to be a valid answer:

Use Contact Form 7. In the “Additional Settings” box enter the following:
on_sent_ok:"_gaq.push(['_trackPageview', '/G1/whatever']);"

Where /G1/whatever is the Goal URL you set on your Google Analytics options page.