Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.2
-
Component/s: CiviCRM Profile
-
Labels:None
Description
I had a situation where there was a lengthy list of emails to receive notification upon profile submission. We found after configuring it that the list of emails was being truncated.
Suggestion – change civicrm_uf_group.notify from varchar(255) to text. And/or add a form check to let the user know there's a limit to the length of that field.