Viewing 1 replies (of 1 total)
  • Thread Starter BiDbMAK

    (@bidbmak)

    I solved it, the issues was that my form didn’t have the novalidate=”novalidate” parameter.

    So if you build custom registration form you should add parameter like this:

    <form action=”‘ . $_SERVER[‘REQUEST_URI’] . ‘” method=”post” novalidate=”novalidate”>

    and the plugin WP Approve User will be work like a charm)

    Thanks, for developers for this great plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘WP Approve User function not work on custom registration form’ is closed to new replies.