Shopify themes, liquid, logos, and UX
Hello,
I have this "Free monogram" option for my products.
https://www.golden-pigs.com/products/handmade-ceramic-blackboard-piggy-bank
Now it's mandatory...
The code used is this:
<input required="" id="monogram" style="width:120px; max-width:100%;" type="text" name="properties[Monogram]" data-gtm-form-interact-field-id="0">
BUT it was moved from <!-- /templates/product.liquid --> to Sections <!-- /templates/product.liquid --> and there ... it's missing.
Help pls! I want to remove the "required" because it's stopping the add to cart if it's not filled.
AND if it's not too much a way to have this only for some products? Not mandatory. 🙂
Looking forward for your answers!
Kind regards,
Cristi
Remove Required="" from the code. This is making the input field be required for the form it's in. Is your code editor not letting you remove required?
hello,
I know... but I can't find the code line...
It was moved from <!-- /templates/product.liquid --> to Sections <!-- /templates/product.liquid --> and there ... it's missing.
Hi @Golden_Pigs ,
You need to remove attribute require, it would be like that
<input id="monogram" style="width:120px; max-width:100%;" type="text" name="properties[Monogram]" data-gtm-form-interact-field-id="0">
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
hello,
I know... but I can't find the code line...
It was moved from <!-- /templates/product.liquid --> to Sections <!-- /templates/product.liquid --> and there ... it's missing.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025