getEmail(data) {
        try {
            const value = fromTemplate(this.emailField, data);

            if (!value) {