I have a custom wordpress cms setup, and have various business information including emails and labels (Sales, Tech Support, etc) already being captured and saved into wp-options.
Is there a way to pull these into the notifications field in Gravity Forms so that my clients don't have to enter this information in multiple place? I use get_option() to display these values in the theme - is there a way to use something similar to feed these values into the notifications for the form - specifically to populate the email addresses for notifications?