registration page

<form method=”post” id=”custom_otp_form”>
<label>Username:</label><br>
<input type=”text” name=”user_login” required><br>

<label>Email:</label><br>
<input type=”email” name=”user_email” mo_registration_email=”true” required><br>

<label>Password:</label><br>
<input type=”password” name=”user_pass” required><br>

<label>Confirm Password:</label><br>
<input type=”password” name=”user_pass_confirm” required><br>

<input type=”submit” name=”custom_register_btn” value=”Register”>
</form>

Scroll to Top