My Product Cares
BlogSchedule a callContact us
  • Overview
  • Frontend Page
    • Prefill form fields
    • Registered entries
  • Claim Warranty
  • App Admin
    • Forms
      • Listing
        • Registration detail
      • Form Design
      • Form Settings
        • Limit product search to specific products
      • Claim Warranty Form
    • App Settings
      • General Settings
      • Custom From Email
      • Serial Numbers
        • Serial number with file download
    • Email Templates
    • Warranty
    • Navigation
    • Customer Admin Link
    • Registrations In Account Area
    • Form inside Shopify Page
    • Add registrations for customer
  • POS (Point Of Sales)
  • Integrations
    • Klaviyo
    • Stripe payment
  • Video tutorials
  • Advance
    • API
    • Import/Migrate Registrations
    • Webhook
    • Downloadable assets after submit
    • Serial number checker/validator
    • Shopify Flow
  • Frequently Asked Questions (FAQ)
    • Why is View on the frontend link not working?
  • Migrate to v2
  • Change Logs
  • Contact us
  • Terms & Conditions
  • Privacy Policy and Data Protection
Powered by GitBook
On this page
  1. Frequently Asked Questions (FAQ)

Why is View on the frontend link not working?

PreviousFrequently Asked Questions (FAQ)NextMigrate to v2

In the Form admin, if you want to see how the form looks in the frontend, you will use the View on Frontend function which will output the form's URL in the following format

https://[store_name].myshopify.com/apps/product-registration?form=[form_slug]

If you changed the link e.g /apps/product-registration bit to something else, then the View on Frontend link won't work, you will need to replace it with the app proxy you changed to

The app proxy is shown in the Shopify admin > Apps > My Product Registration > ... (top right) > App Proxy

If the app proxy is changed from the default, you will need to use the new format for the URL

https://[store_name].myshopify.com/[app-proxy]?form=[form_slug]

If your store uses a custom domain, the URL format will be

https://[your-store-domain]/[app-proxy]?form=[form_slug]

or

https://[[your-store-domain]/apps/product-registration?form=[form_slug]

It's not recommended to change the default app proxy, because some of the links will not work out of the box, so weigh the pros and cons before changing the app proxy