Skip to main content

What if I cannot activate the fields app block with Magical Fields?

Magical Fields

Kyle Godon avatar
Written by Kyle Godon
Updated over a week ago

If your theme does not support app blocks, you will need to add the order form fields code directly to your theme files.
​

Usually, this involves adding the code to the /snippets/product-form.liquid file in your theme:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme that you want to edit, and then click Actions > Edit code.

  3. Under the Templates header, click into the product-template.liquid file.

  4. Locate where you would like the Custom fields to appear.

  5. Paste the following code block:

    <custom-fields></custom-fields>
  6. Click Save.

If you are not comfortable editing your theme code, feel free to reach out to our customer support team. We are happy to help you get set up.

Did this answer your question?