Add sample phone number to the user's settings
...so that he knows the format we need for the database.
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
<input type="text" name="phone" id="phone" class="short text" value="<?=set_value('phone', $phone);?>" />
|
||||
<?=form_error('phone');?>
|
||||
</div>
|
||||
<label class="note"><?=_('Example');?>: +49 123 456789</label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user