fat_free_crm icon indicating copy to clipboard operation
fat_free_crm copied to clipboard

allow more than 1 alternative email addresses

Open jtoy opened this issue 7 years ago • 3 comments

I use the crm with more than 2 email addresses, but we can only put a total of 2 in, I want to be able to link multiple emails to my account

jtoy avatar Feb 13 '18 03:02 jtoy

Would you mind if I took this on? I have done 1 PR so far.

I am thinking: New DB Migration needs to happen to add the field Check model and validations for contacts Look to see any views using this new email field and modify accordingly Name new field: alt_email2 to separate it from alt_email

robotscissors avatar Jun 07 '18 03:06 robotscissors

Thanks for your offer, Christopher. Pull requeata are always welcome.

In this case, I wonder if it would be better to use the existing custom fields feature that is already there. The user can add as many custom fields as required and this could include multiple email fields.

Regards, Steve

On Thu, Jun 7, 2018, 11:03 Christopher Bazin [email protected] wrote:

Would you mind if I took this on? I have done 1 PR so far.

I am thinking: New DB Migration needs to happen to add the field Check model and validations for contacts Look to see any views using this new email field and modify accordingly Name new field: alt_email2 to separate it from alt_email

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fatfreecrm/fat_free_crm/issues/760#issuecomment-395277880, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJGzv8ShB4nPiyBlPLzvC3LU3PWoLS-ks5t6JgYgaJpZM4SDJzY .

steveyken avatar Jun 07 '18 04:06 steveyken

how about continue to use alt_email and have it be a comma separated field ,then update the code to parse it?

[email protected],[email protected]

jtoy avatar Jun 10 '18 14:06 jtoy