Node tips added

This commit is contained in:
rawee
2022-12-08 21:22:24 +05:30
parent 4db7b2aff3
commit e0bb5ea69d
3 changed files with 10 additions and 6 deletions

View File

@@ -30,8 +30,10 @@
<label for="node-input-number"><i class="fa fa-tag"></i> Number</label>
<input type="text" id="node-input-number" placeholder="Mobile Number..">
</div>
<p>Don't forget to mention international dialing code befor your number.
Number must be in format like `+11 99999 99999` without any space</p>
<div class="form-tips">
<p>Don't forget to mention international dialing code befor your number.
Number must be in format like <b>+11 99999 99999</b> without any space</p>
</div>
</script>