Custom liquid input fields required dawn theme

How do you make custom liquid fields in dawn theme required? The required value inside input fields does not work automatically

Hey there!

Sometimes forms built into themes have a novalidate Liquid tag. Check out this screenshot for an example pulled from Dawn’s standard registration form:

Removing novalidate: ‘novalidate’ from the form tag and adding the required attribute to the HTML input element should work.

Hopefully that helps you out!