We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Support Find a Developer Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Support Find a Developer Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

EE6: Member Management inline error handling not working

Development and Programming

Alex's avatar
Alex
1 posts
2 weeks ago
Alex's avatar Alex

Hello,

For our new website we are using the new Member Management Login Tags. This form should accept the parameter for inline error handling, but this parameter seems to be ignored since we are being redirected to the error handling template.

We have tried to add this parameter to the registration form, but it seems to ignore the parameter on this form aswell.

Is this a known issue or did we forget something?

This is our code for the form:

{exp:member:login_form return="member/index" error_handling="inline"}
                <div class="mb-3">
                    <label for="username" class="form-label">Gebruikersnaam</label>
                    <input type="text" name="username" class="form-control" id="username">
                </div>
                <div class="mb-3">
                    <label for="password" class="form-label">Wachtwoord</label>
                    <input type="password" name="password" class="form-control" id="password">
                </div>
                {if auto_login}
                <div class="mb-3 form-check">
                    <input type="checkbox" class="form-check-input" id="autoLogin" name="auto_login" value="1">
                    <label class="form-check-label" for="autoLogin">Houdt mij ingelogd voor toekomstige bezoeken</label>
                </div>
                {/if}
                <button type="submit" class="btn btn-primary d-inline">Inloggen</button>
                <a href="http://{path=%27account/forgot-password%27}" class="btn btn-link d-inline">Wachtwoord vergeten</a>
                <a href="http://{path=%27member/forgot-username%27}" class="btn btn-link d-inline">Gebruikersnaam vergeten</a>
                {/exp:member:login_form}

Thanks in advance,

Alexander

       
jaygreentree's avatar
jaygreentree
2 posts
about 2 weeks ago
jaygreentree's avatar jaygreentree

Not sure if its the reason for the issues but one problem I do see is your forgot password links are invalid: %27 should be single quotes.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Contact
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.