View difference between Paste ID: Ku3Lzpqu and ZB1PbwnC
SHOW: | | - or go back to the newest paste.
1
<div class="fc-form-group">
2
	<div class="col-sm-8 col-sm-offset-3">
3
		<div class="fc-input-group-container fc-input-group-container--checkbox fc-input-group-container--active">
4
			<label class="fc-input-group-container__title fc-input-group-container__title--forced fc-form-label">
5-
				Message or Special Instructions:
5+
				Product Customization:
6
			</label>
7
			<div class="fc-form-group">
8-
				<textarea name="message_instructions" id="message_instructions" aria-required="false" autocomplete="off" class="fc-form-control" placeholder="Feel free to add comments or special delivering instructions here" style="background:#fff; height:5em;" maxlength=200>{{ message_instructions }}</textarea>
8+
				<textarea name="product_customization" id="product_customization" aria-required="false" autocomplete="off" class="fc-form-control" placeholder="Add product customization here" style="background:#fff; height:5em;" maxlength=200>{{ product_customization }}</textarea>
9
			</div>
10
		</div>
11
	</div>
12
</div>