First of all, I am not a PHP expert so the things I have read about custom post types and taxonomies have not been completely clear, so I am still having issues. I have created a form to allow users to create their own post. Rather than allow them to create their own post title, I want it to make each title the post ID. Ideally I would like the titles to read something like "Entry # 43" where 43 is the post ID of that submission. I assume it will have to be a hidden filed of some sort.
As much details as possible would be fantastic. Thanks in advance!