I have a login bar and after login i want to transform login in username. login bar
index.php login form is looking like that:
<form action="login.php" method="post">
<input class="input_form_login_top" type="text" id="login_username" placeholder="username" name="login_username"required>
<input class="input_form_login_top" type="password" id="login_password" placeholder="password" name="login_password" required>
<button type="submit" name="submit" class = "button_login_top"> Login </button>
<button onclick="document.getElementById('id01').style.display='block'" style="width:auto;" class="button_signup_top"> Sign Up</button>
</form>