Making line item fields required in Dawn 3

Hello there,

I am trying to add line item fields to my product page to let my customers enter text and select an option from a dropdown menu. The problem is that I am not able to make these fields required neither when they are inside the form tags, nor when outside. Any help would be appreciated! I am using the latest version of Dawn theme.

@Almoptaker
Kindly Check out this link,
I hope it will work.
https://community.shopify.com/topic/616503

Thank you.

I managed to fix that issue. I just removed the

novalidate: 'novalidate'

from the

{% form 'product', product, class:form_classes, novalidate: 'novalidate' %}

and it solved the problem