def __init__(self, email, *args, **kwargs):
     RegistrationForm.__init__(self, *args, **kwargs)
     self.preset_email = email