Let’s say my product is an iPhone case.
I want to offer my customers an easy way to choose the color of their case, based on the color of their iPhone.
For starters, let’s say I’m doing this on a custom, stand-alone page called Color Recommendations.
Elements I see
-
an form/input field in which the user selects or inputs the color of their iphone
-
some liquid logic (if form_input is X, then show Y)
Questions
- Do I need javascript and an event to capture the form input? How can I do that?
- Are there additional considerations if I wanted to implement this on my product page (in/near my variant selector block) instead of on its own page?
Thank you!