Untitled

 avatar
unknown
plain_text
a year ago
737 B
4
Indexable
<div class="product-form__input">
<label class="form__label">Deposit your design Here</label>
<input type="file" form="{{ 'product-form-' | append: section.id }}" name="properties[Deposit your design Here]">
</div>

‌

code for the description section

<style>.custom.form__label{margin-bottom: 0.6rem}.field.custom{margin-top:0}.custom .field__input{padding-top:0.8rem}</style>
<label class="form__label custom" for="describe-how-you-want-your-design-to-be">Describe how you want your design to be</label>
<div class="field custom">
<input class="field__input" form="{{ 'product-form-' | append: section.id }}" type="text" id="describe-how-you-want-your-design-to-be" name="properties[Describe how you want your design to be]">
</div>
Editor is loading...
Leave a Comment