this is the exact error:
Can't find db table wp_tdomf_table_edits! Table not created: SQL Error: BLOB/TEXT column 'data' can't have a default value
according to the log, the plugin makes several failed attempts then says that 'No Form ID set!'
as far as i can tell everything is displaying and posting correctly, the one thing it isn't doing is emailing the admin
Can't find db table wp_tdomf_table_edits! Table not created: SQL Error: BLOB/TEXT column 'data' can't have a default value
Oh. I missed that. Corrected for next release.
as far as i can tell everything is displaying and posting correctly, the one thing it isn't doing is emailing the admin
The wp_tdomf_table_edits is only required for forms that edit posts, so if you are not using an edit form, then it should not affect you at all (just add lots of useless error messages to the log).
As for the admin email, how have you configure the form's moderation options?