<form action="/initial.html" method="post" id="signin">
<input type="text" id="name" name="name" placeholder="Enter your fullname" />
<input type="text" id="handle" name="handle" placeholder="Enter your Handle" />
<input type="hidden" id="rank" name="rank" placeholder="CommanderI" />
<input...