<h3>{{viewTitle}}</h3><form action="/form" method="POST" autocomplete="off"><div class="form-group">
    <label>enter the full name</label>
    <input type="text" class="form-control" name="fullName" placeholder="fullName" required>
    </div><div class="form-group">
    <label>enter the dirth date</label>
    <input type="date" class="form-control" name="birthday" placeholder="birthday" required>
    </div><div class="form-group">
    <label>enter the email</label>
    <input type="text" class="form-control" name="email" placeholder="email" >
    </div><div class="form-group">
    <button type="submit" class="btn btn-info"> Submit</button>
    </div></form>