Is your feature request related to a problem? Please describe.
When attendees buy tickets using manual purchase options, like bank transfer, cashapp transfers, and so on, there is usually some kind of screenshot/attachment from the banking app that works as proof of purchase. Users should be able to upload this proof of purchase, which is a file, in the registration form, and organizers should be able to easily view them when marking tickets as paid.
Describe the solution you'd like
There are two solutions that I like
- When offline payments are enabled, there should be a toggle to enable an attachment upload field for proof of purchase, for that order
- Custom questions should have a new "Attachment" option
Additional context
I would actually like to try my hand on this, I haven't done a deep dive into the code but my question is, how easy/difficult would this be? Is there already an infrastructure for direct uploads to S3 buckets, reusable file upload fields, file type and size restrictions?
Is there a reason why this wasn't done before?
Is your feature request related to a problem? Please describe.
When attendees buy tickets using manual purchase options, like bank transfer, cashapp transfers, and so on, there is usually some kind of screenshot/attachment from the banking app that works as proof of purchase. Users should be able to upload this proof of purchase, which is a file, in the registration form, and organizers should be able to easily view them when marking tickets as paid.
Describe the solution you'd like
There are two solutions that I like
Additional context
I would actually like to try my hand on this, I haven't done a deep dive into the code but my question is, how easy/difficult would this be? Is there already an infrastructure for direct uploads to S3 buckets, reusable file upload fields, file type and size restrictions?
Is there a reason why this wasn't done before?