I created a frontend submission form here hidden link
and made a submission, it is successful and a post is created, however, some fields such as the file are missing. I understand I have to style the view and the form but, could you please point me to a resource that shows me how to display all fields submitted from the front end submission form?
If you have a custom post type with added custom fields and taxonomies, the way to display such fields and taxonomies is the same regardless of whether you add posts in the back end or front end.
Theme PHP template files for single posts don't output custom fields or custom taxonomies, and so you would create a template for the post type using Toolset where you specify which fields to output, where.