Problem:
The user would like to send the form notification to a parent post instead of the current post of the form.
Solution:
This can be done, either by:
- Adding a generic email field and passing the value from the parent post using the item attribute.
- Adding a generic field and passing the parent post id using the item attribute.
- Using custom code for altering the recipients of the notification.