fat_free_crm
fat_free_crm copied to clipboard
allow more than 1 alternative email addresses
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
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
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 .
how about continue to use alt_email and have it be a comma separated field ,then update the code to parse it?