I'm trying to figure out a way I can add a block of text to the start of all email notifications from specific forms. I'd like to do this via code so I have one spot to update this text for all notifications.
One option I could do is use the Gform_pre_submission hook to dynamically change a fields value with the text, but that would require me to add a hidden field on the 30+ forms I need to do this on. I'm trying to avoid that if possible.
Any thoughts?