<div class="input-group">
<label for="email">Email</label>
<input type="email" value="" placeholder="example@gmail.com" name="email">
</div>
<div class="input-group">
<label for="email">{{label}}</label>
<input type="email" value="" placeholder="{{email}}" name="email">
</div>
{
"email": "example@gmail.com",
"label": "Email"
}
There are no notes for this item.