This question was asked earlier in 2016 but the guy that asked didn't get the answer. So does anyone know how to get this ID which is already AI but I need it shown automatically in a html form. So I am inserting a new user which still doesn't have ID assigned .
<h3>Kreirati korisnika</h3>
<form action="kreiraj_korisnika.jsp">
<div class="form-group" >
<label for="id_clan" >ID:</label>
<input type="text" class="form-control" id="id_clan" name="id_clan">
</div>