Shopify Product Cares/Registration
BlogSchedule a callContact us
V2 Latest
V2 Latest
  • 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
        • Limit product search to specific products
        • Auto registration on new order
      • Claim Warranty Form
    • Serial Numbers
      • Serial number with file download
    • Warranty / Care Plans
      • Create a warrant plan product
      • Cross-selling warranty / care plan
    • App Settings
      • General Settings
      • Custom From Email
      • Languages
    • Email Templates
    • Warranty
    • Navigation
    • Customer Admin Link
    • Registrations In Account Area
    • Form inside Shopify Page
    • Add registrations for customer
  • POS (Point Of Sales)
  • Shopify admin links
  • Integrations
    • Klaviyo
    • Mailchimp
    • Stripe payment
    • Gorgias
  • 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. App Admin

Form inside Shopify Page

PreviousRegistrations In Account AreaNextAdd registrations for customer

Last updated 2 months ago

Embedding Forms in Shopify Pages

Overview

You can embed forms on any . By using a page, you can customize the URL, so it doesn't have to be /apps/product-registration. For more details on customizing the URL and other settings, refer to the .

To embed the form inside a page, simply add the form block to the page using the theme's customizer.

Note: If the page template is shared between different pages, the form will be added to all pages using that template. To add the form to a new page, you will need to create a new template using the instructions below.

  1. Go to Shopify admin > Online Store > Themes > Customize

  1. On the customize page, add a section or block to the page where you want the form to appear.

How to create a new page template for the form

The above method will add the form block to the page template, but this might not be ideal if the template is shared between multiple pages, as the form will appear on all those pages.

To ensure the form appears only on a specific page, you should create a new page template specifically for the form. This way, the form will be isolated to that single page.

To create a new page template, follow these steps:

  1. Go to Shopify admin > Online Store > Themes > Customize.

  2. In the theme editor, click on the Actions dropdown and select Edit code.

  3. Under the Templates section, click Add a new template.

  4. Choose page as the template type and give it a unique name, such as page.form.

  5. Select Done to create the template.

Now that you have created a new page template specifically for the form, you can add the form block to this template without affecting other pages.

How to add the new template to a page

Once you have created the new page template, you can add the form block to it. To do this, follow these steps:

  1. Go to Shopify admin > Online Store > Pages > Add page.

  2. Create a new page and select the new page template you just created from the Template suffix dropdown.

This way, only the new page will use the template, and the form will appear exclusively on that page instead of other pages.

Shopify page
Shopify page documentation