Nothing that I know of exists yet.I
I don't think you'd need to use an iframe though. You could make your form right in the editor and point it to the php script on your server that will either email the information or save it to a database.
<form method="post" action="---point to your php file---">
<input type="text" .... />
...
</form>