Product Cares
Schedule a callContact us
  • Overview
  • Frontend Page
    • Prefill form fields
    • Registered entries
    • Fill product with serial number
  • Claim Warranty
  • App Admin
    • Forms
      • Listing
        • Registration detail
      • Form Design
      • Form Settings
      • Claim Warranty Form
    • App Settings
      • General Settings
      • Custom From Email
      • Serial Numbers
        • Serial number with file download
    • Email Templates
  • Integrations
    • Klaviyo
    • Mailchimp
    • Stripe payment
    • Gorgias
  • Video tutorials
  • Advance
    • API
    • Import/Migrate Registrations
    • Webhook
    • Downloadable assets after submit
    • Serial number checker/validator
  • Frequently Asked Questions (FAQ)
  • Change Logs
  • Contact us
Powered by GitBook
On this page
  • Step 1 - Upload serial number CSV with downloadable assets
  • Step 2 - Turn on show downloadable assets in registered entries
  1. Advance

Downloadable assets after submit

PreviousWebhookNextSerial number checker/validator

Last updated 9 months ago

Allow customers to download files (e.g product manual, warranty docs) after they submit the form.

The app will associate serial number with downloadable assets, then when customer input the specific serial numbers in the from and successfully submitted, it will get assets for that serial numbers and allow customer to download it

  1. Upload the serial number CSV, so the serial number is associate with specific download

  2. Customer register the serial number

  3. On success the customer will see the downloadable assets associate with the serial number for download

Step 1 - Upload serial number CSV with downloadable assets

Prepare a serial number CSV that have link to the downloadable asset - its like the normal , but with the extra column data_download_asset_name (data_download_ is fixed and the asset name is what will be displayed for the customer)

Here is a sample CSV

serialNumber
sku
data_download_manual

123

k123

https://example.com/k123.zip

321

k123

https://example.com/k123.zip

456

k456

https://example.com/k456.zip

As you can see from the above same sku can assicate with same downloadable manual

Upload the CSV in the App admin

Once its upload the customer will able to see the assets for download when they registered with the specific serial number

Step 2 - Turn on show downloadable assets in registered entries

Customer will see the downloadable assets after successfully submitted the form, but its also possible to see the downloadable assets in the registered entries (e.g customer can see their registered products when they logged in and registered products using the login email)

To show the downloadable assets in the registered entries, it will need to enable the setting in App admin > App settings > General > Show registered serial numbers data for registered products > Save (on the top right)

Once that's turned on, the customer will see the downloadable assets in the registered entries

CSV
119B
sample_serial_number_with_download.csv
Sample serial number with downloadable manual