Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I am working with Dawn 8.0. I want users to be required to fill out the input
<p class="line-item-property__field">
<label for="your-name">Your name</label>
<input required class="required" id="your-name" type="text" name="properties[Your name]">
</p>
I read trough other post and it said to delete "novalidate", but that dose not seem to show up in any my code.
Okay So I Figured it out!
Navigate to buy-buttons.liquid -> Delete Line 35-> Under Line 45 Insert your required Input
Hello @cmartinez006 ,
You use wrong code.
True code it
<p class="line-item-property__field">
<label for="your-name">Your name</label>
<input required="required" class="required" id="your-name" type="text" name="properties[Your name]">
</p>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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