The FES (front-end submission) documentation says that only the standard WP post fields are supported. But it also says we need to create a metabox first - which can have any number of fields.
So, the question is, will the FES module allow you to create FES forms that have custom fields in it or is it restricted to just the standard post fields (title, content, except, date, thumbnail)?
The plugin supports both post fields and custom fields. If you don't create a meta box for custom fields, then it will show a form with standard post fields only. If you create a meta box, it will show both post fields and custom fields.