Having the same issues. Feeds are not working either.
Hi Dan,
I was having the same issue with the subject line. I just added a hidden field in my form:
<input type="hidden" name="your-subject" value="Your Subject Goes Here">
Cheers,
Kerri
adding ‘has_archive’ => true when I register my post type as mentioned here solved my problems.