login page redirecting
Using Jamroom
I guess I'm wondering if adding these lines to jamroom's .htaccess file is going to cause any incidental jamroom issues. Or if jamroom updates will overwrite these additions. Or anything like that.
<div class="fc-form-group ">
<div class="col-sm-8 col-sm-offset-3">
<div class="fc-input-group-container fc-input-group-container--checkbox fc-input-group-container--active">
<label class="fc-input-group-container__title fc-input-group-container__title--forced fc-form-label">
Order Notes (optional)
</label>
<div class="fc-form-group">
<textarea name="Order_Notes" id="Order_Notes" aria-required="false" autocomplete="off" class="fc-form-control" placeholder="Enter size or other requested info here." style="background:#fff; height:5em;">{{ Order_Notes }}</textarea>
</div>
</div>
</div>
</div>