Codes on Shopify Forms

Topic summary

A user asks whether it’s possible to extract the code from a form created with the Shopify Forms App to embed it on a third-party page builder.

Response provided:

  • The form code can be viewed and copied by inspecting the page source or using browser developer tools (like Chrome’s inspect element)
  • However, the form likely won’t function on non-Shopify sites because it depends on Liquid templating and Shopify store data

Status: The question is answered, but the desired outcome (embedding on third-party platforms) appears technically unfeasible due to Shopify-specific dependencies.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

Hi team, I want to know if it is possible to know the code of a form created through Shopify Forms App in order to embed it on a Third Party page builder app.

Here is the sample code but this is a code of a form from Globo:

<div class="globo-formbuilder" data-id+"MjAyMzM="></div>

Hi George,

You can view and copy the code of a form generated with the Shopify Forms App by viewing the page source of the page where the form is, or by using Googles inspect tool. However I don’t think the form will work on a non-Shopify store as it’s likely depending on Liquid for accessing store data.