Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron

Customer Quiz

Solved
cj18
Excursionist
26 0 5

Im looking to integrate a personality quiz for my audience. Answer 3 questions, enter email to get results.  Has anyone done this without a paid app? Very custom ask but curious????

Accepted Solution (1)

Accepted Solutions
Falchloe
New Member
6 2 0

This is an accepted solution.

Hi @cj18 

 

Yes, it is possible to create a custom personality quiz on your Shopify store without using a paid app. However, it will require some coding knowledge and a few steps to set up.

 

Here's a general outline of the steps you can follow:

 

1. Create a quiz form using HTML and CSS. You can use standard form elements like radio buttons or dropdown menus to create the quiz questions. You can also use CSS to style the form to match your store's branding.

 

2. Add JavaScript code to handle the quiz logic. You'll need to write code that captures the user's responses to the quiz questions and computes a result based on their answers. You can also use JavaScript to validate the form and ensure that the user has entered a valid email address.

 

3. Set up an email integration using a third-party service like Mailchimp or Klaviyo. You'll need to create an email list for your quiz results and configure your integration to add the user's email address to the list when they submit the quiz form.

 

4. Add the quiz form to your Shopify store. You can embed the form on a page using Shopify's built-in "Custom content" section, or you can create a custom page template to display the form.

 

Keep in mind that creating a custom quiz form will require some coding knowledge and may take some time to set up. If you're not comfortable with coding, or if you want to save time, using a paid app might be a better option. There are many quiz and survey apps available in the Shopify App Store that can help you create and customize a personality quiz for your store.

 

Let me know if this works well for you 😊

View solution in original post

Replies 2 (2)
Falchloe
New Member
6 2 0

This is an accepted solution.

Hi @cj18 

 

Yes, it is possible to create a custom personality quiz on your Shopify store without using a paid app. However, it will require some coding knowledge and a few steps to set up.

 

Here's a general outline of the steps you can follow:

 

1. Create a quiz form using HTML and CSS. You can use standard form elements like radio buttons or dropdown menus to create the quiz questions. You can also use CSS to style the form to match your store's branding.

 

2. Add JavaScript code to handle the quiz logic. You'll need to write code that captures the user's responses to the quiz questions and computes a result based on their answers. You can also use JavaScript to validate the form and ensure that the user has entered a valid email address.

 

3. Set up an email integration using a third-party service like Mailchimp or Klaviyo. You'll need to create an email list for your quiz results and configure your integration to add the user's email address to the list when they submit the quiz form.

 

4. Add the quiz form to your Shopify store. You can embed the form on a page using Shopify's built-in "Custom content" section, or you can create a custom page template to display the form.

 

Keep in mind that creating a custom quiz form will require some coding knowledge and may take some time to set up. If you're not comfortable with coding, or if you want to save time, using a paid app might be a better option. There are many quiz and survey apps available in the Shopify App Store that can help you create and customize a personality quiz for your store.

 

Let me know if this works well for you 😊

cj18
Excursionist
26 0 5

Thanks! Im not well versed coding in CSS but I appreciate the insight