Currently there is no formatting for a customer phone number when filling out the form on the OCST page.
The best approach for user experience is to let the user type in the phone number using the format they are most comfortable with. Don't break it into separate fields, don't force a mask, let it be typed freeform. Then, after the user has finished entering the field (by leaving the field for submitting the data), format the number into a standard format for your purposes.
Would I format his through the 'global variable?' Do I need to edit a module.....Component Module Code: cmp-mmui-invc-custfields?
If so, do I edit the module using the complier, or purchase a module?
Thanks,
Doak
HTML Code:
<div class="&mvte:global:ShipPhone_Row;"> <label class="required" for="ShipPhone">Phone Number *</label> <input type="text" name="ShipPhone" id="ShipPhone" value="&mvte:global:ShipPhone;" class="textfield" /> </div> <div class="&mvte:global:BillPhone_Row;"> <label class="required" for="BillPhone">Phone Number *</label> <input type="text" name="BillPhone" id="BillPhone" value="&mvte:global:BillPhone;" class="textfield" /> </div>
Would I format his through the 'global variable?' Do I need to edit a module.....Component Module Code: cmp-mmui-invc-custfields?
If so, do I edit the module using the complier, or purchase a module?
Thanks,
Doak
Comment