Downloadable assets after submit
Last updated
Last updated
Allow customers to download files (e.g., product manuals, warranty documents) after they submit the form.
The app will associate serial numbers with downloadable assets. When customers input specific serial numbers in the form and successfully submit it, they will be able to download the assets associated with those serial numbers.
Upload the serial number CSV to associate serial numbers with specific downloads.
Customers register their serial numbers.
Upon successful registration, customers will see the downloadable assets associated with their serial numbers.
Prepare a serial number CSV that includes links to the downloadable assets. This CSV is similar to the normal CSV, but with an additional column data_download_asset_name. The prefix data_download_ is fixed, and the asset name is what will be displayed to the customer.
Here is an example of the CSV format:
123
k123
https://example.com/k123.zip
https://example.com/k123.pdf
321
k123
https://example.com/k123.zip
https://example.com/k123.pdf
456
k456
https://example.com/k456.zip
https://example.com/k456.pdf
In this example, each serial number is associated with multiple downloadable assets, such as manuals and warranty documents.
Upload the CSV in the App admin. Once uploaded, customers will be able to see and download the assets associated with their registered serial numbers.
Customers will see the downloadable assets after successfully submitting the form. Additionally, they can view the downloadable assets in their registered entries (e.g., customers can see their registered products when they log in and register products using their login email).
To show the downloadable assets in the registered entries, enable the setting in App admin > App settings > General > Show registered serial numbers data for registered products, and then click Save (on the top right).
Once this setting is enabled, customers will be able to view and download the associated assets directly from their registered entries.