• Resolved codeoga

    (@codeoga)


    Please how can I find “How to find “The name of the user_login field in registration form”
    in my theme. Should I use Inspect Element and what should lookout for

    <input id=”username_309″ class=”required-item” type=”text” name=”log” value=””>

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Benaceur

    (@benaceur)

    in this example, which you gave:
    <input id=”username_309″ class=”required-item” type=”text” name=”log” value=””>
    the name is: ‘log’
    ———–
    if you can’t find the user login and user email in the form, give me the link of the page that contains the form

    • This reply was modified 4 years, 2 months ago by Benaceur.
Viewing 1 replies (of 1 total)
  • The topic ‘How to find “The name of the user_login field in registration form”’ is closed to new replies.