Creating a voucher/certificate from a user’s Wix form data

We have customers entering their information online. When they submit the Wix form on our site the data is automatically stored by Wix in a submissions table and we receive it (as line-by-line text) both in the Wix app and our email.

What we want to do is create a voucher or certificate based on the information entered in the form and a few images. The voucher could be created when the user clicks to submit the form, or after using the user’s saved data in the submissions table. And it should be stored as an image either in the form’s submission table, its own collection, or in a shared Google folder, and in a way that it can be sent on demand as an email attachment, or via social media.

I’m actually at a loss as to what would be the best way to do this using only the Editor and/or code. Any ideas?

This would be a lot to give an example in Velo although most of your ideas should be doable by using the backend event: onSubmissionCreated - Velo API Reference - Wix.com

As for doing some of this without code I’m not an expert on this but Wix Automations may offer some of what you need: Wix Automations: Creating a New Automation | Help Center | Wix.com