• Hello

    I have need to intercept the normal registration system after the form is submitted and before data is committed to the database.

    I have tried the register_post action, but it doesn’t quite match my needs as I need to prevent registration completely, rather than add this action and keep going. As I need additional user interaction, it would be very easy for a new user to bypass the system. Can anyone suggest alternatives that would let me stop registration, and restart it once my process is finished?

  • The topic ‘Intercept Registration’ is closed to new replies.