Source | gravityforms.com |
---|---|
Enquirer Profile | gravityforms.com |
Problem Outline | I am migrating form from Caldera to Gravity and we are stuck with the Routing notification for 2 selected values. Basically we have a form select field for Practice Area and a select field for County. Unfortunately, this is not possible with the current routing rules as the only available conditions were (is, is not, greater than, less than, contains, starts with, ends with) |
Topic | Notifications |
Solution | add_filter( 'gform_notification', 'change_notification_email', 10, 3 ); function change_notification_email( $notification, $form, $entry ) { |
Solution Type | Snippet |
Expert Profile | https://community.gravityforms.com/u/faisalahammad/summary |
Confirmed | Yes |