How to Show a Quiz on a Customer Profile¶
Showing a customer their own quiz results inside their account page keeps the recommendation available long after they took the quiz.
Not available on this platform
The Built for Shopify version has no app embed for the customer profile yet, so the quiz cannot be shown there.
To register your interest in the feature, contact support.
This section explains how to render a customer's quiz results inside their Shopify account page.
This one is for a developer
The steps below need Shopify Liquid. If you do not write Liquid, ask a professional to do it. You can find or hire one through Shopify Experts.
-
Connect the quiz to Shopify's Customer List. The results can only reach a profile once the lead is attached to it.
Check the connection first
How to send quiz leads to Shopify Customers covers the setup and how to confirm it worked.
-
Go to your
Shopify Theme>Actions>Edit codeand opencustomers/account.liquid. -
Find the metafield the app writes to the profile. Every completed quiz sends the customer a
metafieldholding the response and its recommendations.
-
Add the
embed.jsscript to the template. It is on line 67 of the screenshot. -
Generate an embed code from the Share section of the quiz.
-
Insert the iframe, pointing it at the metafield. It is on line 68 of the screenshot.
The customer's profile then carries their results page:

Not available on this platform
The app cannot show the quiz on a customer profile in this version.
A developer can try it anyway
Your developer can place the embed code into the customer profile theme or template. This is not a feature of the app, so the support team cannot help with it.
Not available on this platform
The app cannot show the quiz on a customer profile in this version.
A developer can try it anyway
Your developer can place the embed code into the customer profile theme or template. This is not a feature of the app, so the support team cannot help with it.
Not available on this platform
The app cannot show the quiz on a customer profile in this version.
A developer can try it anyway
Your developer can place the embed code into the customer profile theme or template. This is not a feature of the app, so the support team cannot help with it.
Not available on this platform
The app cannot show the quiz on a customer profile in this version.
A developer can try it anyway
Your developer can place the embed code into the customer profile theme or template. This is not a feature of the app, so the support team cannot help with it.
This guide explains how to show a quiz on a customer profile in Shopify.