• Resolved hton

    (@hton)


    Hi! When a user doesn’t check the box at registration, no validity message is displayed, simply the registration doesn’t happen. Any idea what causes this issue? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author shawfactor

    (@shawfactor)

    do you have a link for me to look at?

    Thread Starter hton

    (@hton)

    Plugin Author shawfactor

    (@shawfactor)

    okay well that is not the default registration form (or at least not used in a traditional way)

    The form is inserted into the DOM via AJAX by javascrit and has a listener on the submit button that is overriding the required attribute on the agree to terms checkbox.

    Two points

    1. my plugin is not built to support every login/registration form, just the tarditional forms used in a raditional way

    2. Inserting elements into the DOM via ajax like this looks pretty, is quicker, but creates problems like this as it is a less robust method. I steer clear ofg it in my own projects (simpler is better IMO)

    • This reply was modified 4 years, 5 months ago by shawfactor.
    Thread Starter hton

    (@hton)

    @shawfactor Thank you for the clarification!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘reg validity message not showing’ is closed to new replies.