After installation the module page shows:
Multiple Email 7.x-1.x-dev Allows an account to be associated with multiple email addresses
Required by: Drupal (Field type(s) in use - see Field list)

When i click on the 'Field list' link, on the URL admin/config/people/accounts/fields, i see a new field:
- Label: E-mail address
- name: field_multiple_email
- field: Email address
- widget:Hidden email
- edit
- delete

The 'edit' link opens up the 'edit' tab on the URL: admin/config/people/accounts/fields/field_multiple_email
This page displays an ERROR message:

Notice: Undefined index: instance in user_form_field_ui_field_edit_form_alter() (line 3642 of /home/myoffice/public_html/modules/user/user.module).

The field E-mail address is locked and cannot be edited.
<code>[checkbox without submit button] <code>Display on user registration form.
This is compulsory for 'required' fields.

navigating to the user 1 account page:
Email address is filled in and visible on the edit page but not on the view page.
Selecting multiple email addresses is possible.

Anyone got this working?

Comments

Yuri’s picture

Typo, sorry. Should be: "Selecting multiple email addresses is NOT possible"

ronsnow’s picture

any progress on this? I am hoping to have this working so that users, may use anyone of the multiple email addresses when they need to have Drupal re-send a password reset for forgotten passwords.
If this function existed, it would allow a user to just remember one of the emails they registered with, especially important when many people have multiple emails and forgot which they used for a particular site.

cmedina’s picture

Hi,
I have the same problem. Please can any solution or patch?

thanks.

shawn dearmond’s picture

Status: Active » Closed (duplicate)

I believe this is a core issue:
#1392852: User registration form field displays when user field is locked accompanied by error message.

I'm going to mark this as duplicate.

But you're right, the D7 version of this module is woefully incomplete. As you find other specific problems, please file separate issues.

Thanks!