Is your feature request related to a problem?
Please describe.
I have a name badge product that I want to require customer to provide their name before adding to cart. There is not an option to make a Text Input or HTML input "required" option in admin like you can for Drop-down, Radio button, check box.
Describe the solution you'd like
In admin when creating a text or html input provide a option to select required.
Describe alternatives you've considered
Thought about trying to set this in a view but it could be different depending on product. Tried to think of trying to use another product option as a way to trigger the input box to be required but haven't figured out a way to make that work.
Is your feature request related to a problem?
Please describe.
I have a name badge product that I want to require customer to provide their name before adding to cart. There is not an option to make a Text Input or HTML input "required" option in admin like you can for Drop-down, Radio button, check box.
Describe the solution you'd like
In admin when creating a text or html input provide a option to select required.
Describe alternatives you've considered
Thought about trying to set this in a view but it could be different depending on product. Tried to think of trying to use another product option as a way to trigger the input box to be required but haven't figured out a way to make that work.