• pstockley

    (@pstockley)


    Hi Jeff,

    My register page is currently set up so that the Username field is hidden:

    <p style="display: none;">
    			<label type="hidden" for="user_login">Email Address</label>
    			<input type="hidden" name="user_login" id="user_login" class="input" value="" size="20">
    		</p>

    http://readingaustralia.com.au/register/

    I’ve tried to add the form to another page, but somehow the Username field is reappearing. Then when I hide it, I receive an error message saying the field requires some input.

    I understand that TML pulls forms depending on what page the code is on i.e. Register page automatically calls registerform etc. and by default it will call the login form.

    I’ve used [theme-my-login default_action=”register” register_template=”register-form.php”] to insert the form on a modal window and it’s all working fine except that the ‘Username’ field is there.

    Are you able to explain why this is happening?

    Many thanks
    P

    https://wordpress.org/plugins/theme-my-login/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    If you’ve hardcoded as indicated above, there’s no reason that it should be showing.

Viewing 1 replies (of 1 total)
  • The topic ‘Using a Username as Email’ is closed to new replies.