Hello,
I’m creating a custom form in shopify and want to add file upload option in it. so I want to know if I can get this uploaded file into email? Also I want this form to redirect to checkout page after filling in. Is it possible to do this? Please HELP!!
Hi,
Hope following will help
- Custom Form with File Upload you can use a third-party app or custom code for file uploads.
- Use cloud storage or a custom server to handle file uploads and send them via email.
- Redirecting to Checkout by using JavaScript
JavaScript Redirect Example: