Save Breakdance form submissions to a custom post type. This works along-side any other form actions. If you add Smithy to CPT and the Breakdance Store Submission, you will save the form in two places.

Enable the option in Elements menu. Then select the post-type you want to save to. Be aware that the dropdown exposes ALL post-type, even those you really shouldn’t save to, so choose wisely.
We have to expose all post types because in many situations you don’t want forms saved to a public post type. Therefore we have to return even those that are marked ‘not public’.

Once added you can use the new Smithy SaveToPost action. This opens the option to Save to media library. This will save items added with the file-upload field to the media library. Pushing to a custom post-type means we don’t fire Breakdance’s option to save here, so we have our own.
While you can use the Smithy SaveToPost option and the SmithyPDF option at the same time, PDFs will not save to the media library or your custom post type. They work with Breakdance’s submission flow.
I will be trying to add useful features like this over time. Feel free to ship me wealth beyond measure so that I’ll have time to make these glorious things.