Instead of having a dropdown option, I want to allow customers to be able to type in their choice of words. For instance, they can type in a city name. I also want to have 3 separate fields that will allow them to type in, so it’ll go something like:
City ______________
State _____________
Year _____________
The underlined area is the field where the customer will type in their desired wording.
How can I achieve this in Shopify?
Hi @Champagne03 ,
This is Theodore from PageFly - Shopify Page Builder App.
There are two ways to allow customers to type in their choices on your Shopify product page:
Manual Coding: Edit your theme code (product.liquid) to include HTML with and elements. Define unique names for each field to store the data under specific properties during checkout (e.g., “Custom City”).
Shopify Apps: Use apps like “Product Personalizer” or “Form Builder by POWR” for a drag-and-drop interface to add and configure text fields. These might offer additional features and incur fees.
Best regards,
Theodore | PageFly
Someone left the following advice:
Add HTML input fields: In the product description or wherever you want the fields to appear, add HTML input fields for City, State, and Year. Here’s an example of how you can do this:
City
State
Year
The issue I’m running into is that these fields do not show on the cart/checkout screen. How can I fix this?
Hi @Champagne03 ,
With the free Easify Product Options app, you can effortlessly incorporate 3 text fields for customers to input their desired wording for City, State, and Year, utilizing the Text Box option type. Here’s an example
:
Setting it up is quick and straightforward. I encourage you to give the app a try! Let me know if you need any assistance along the way.