I'm having trouble finding this fix.
In the postal code form field I need it to automatically add the space between the postal code entered.
So when typed into the form field it will automatically add the space (A1A 1A1)
<input type="text" placeholder="XXX XXX" pattern="/([a-zA-Z]\d[a-zA-Z])\ {0,1}(\d[a-zA-Z]\d)$/" title="Required format XXX XXX" class="form-control" name="<?php echo $profile_address; ?>[postalcode]" style="text-transform:uppercase" value="<?php echo getFieldArrayValue($formElements[$profile_address], 'postalcode') ?>" />