Hi everyone,
I need to modify the Email Address field by adding a new radio button named “Neutral” next to the existing radio button “Primary” to be able to switch between on or the other.
I saw that this field is a “Widget” so is there a way to modify this field on the code itself ?
Thanks for your replies.
Regards,
Joao

This isn’t going to be easy, but it is possible. I don’t know of any full tutorials, but try following the trail from this file
https://github.com/salesagility/SuiteCRM/tree/master/include/SugarEmailAddress/templates
Try to make the changes in the custom folder, so that they are upgrade safe. But it’s not 100% certain that they will get picked up in the custom folder, you’ll have to check if these particular files are ready to use th “custom” mechanism or not.
Hi Ribeiro. Did you manage to make the changes in a custom folder?