<form action="" class="" method="post">
<div class="placeholding-input">
<input type="text" id="" class="" autocomplete="off" name="" maxlength="20">
<label for="" class="placeholder">Full name</label>
</div> <div class="placeholding-input">
<input type="text" id="" class="" autocomplete="off" name="">
<label for="signup-user-email" class="placeholder">Email</label>
</div> <div class="placeholding-input">
<input type="password" id="" class="" name="">
<label for="signup-user-password" class="placeholder">Password</label>
</div>
<button type="joinSubmit" class="">
Sign Up
</button>
</form>
Can anyone tell me how to correctly complete this form to work as a join form