I created a registration class that fires an event called "RegistrationSuccess" to handle a state change further on up the class structure. The problem is, now that the "RegistrationSuccess" is set the registration link goes directly to the end of the registration process. Is there a way to reset an event after it fires?
Thanks Scott

