Hi
I want to greet user when they type their name in the textbox.
e.g
WHEN THEY TYPED IN THEIR NAME A LITTLE POP UP, OR A LINE APPEARED IN AREA THAT SAID “Hi XXXXX, nice to meet you!”
Here is the sample code.
<div class="form-group">
<label class="col-xs-3 control-label">What is your full legal name?</label>
<div class="col-xs-5">
<input type="text" class="form-control" name="name" />
</div>
</div>