Contour contrib shares several DataSourceTypes, FieldTypes, PrevalueTypes and WorkflowTypes for Umbraco Contour.
Updates
v0.0.1 - WorkflowType: Send form through e-mail and specify the reply-to address (that way you can immediately reply to the sender for example).
v0.0.2 - Added ReCaptcha fieldtype. Don't make it mandatory, it won't work. But if it's on the form it still is always mandatory. If you want to provide custom translations, just look at the API (http://code.google.com/apis/recaptcha/docs/customization.html) and turn the contents of "custom_translations" into one long comma-seperated string. Don't forget the private and public key!
v0.0.3 - Updated workflows send e-mail and send XSLT transformed e-mail to support a reply-to address, send attachments and use dictionary items better.
v0.0.4 - Ability to send e-mail through SSL protected SMTP servers (like Gmail)
v0.0.5 - Ability to do custom theming of the Recaptcha fieldtype
v0.0.6 - New "Are you a human" captcha field type added
For documentation please refer to: http://contourcontrib.codeplex.com/documentation
Please feel free to request collaboration and add your own awesome custom Contour work.
The source of the RestContour package (http://our.umbraco.org/projects/website-utilities/cultiv-restcontour) is rolled into this project as well, as it extends Contour in an important way. It will still be a seperate package as I think most people won't need both together.