I have a CRED Submission form which is designed to allow the public to submit a post. I am trying to set it so that the notification emails go to either the Author of the Parent Post type or the custom email field value which held in the parent post (whichever is easier).
Example of how I have tried. "tapra-profiles" is the parent post type:
My plan was then to have a generic hidden field called "email notification" which I would then put the 'contact-email' types field into the default value. I can then select that cred field as the email notification address, but it's not working!
Thanks for your quick reply - always appreciated when you're tearing your hair out on something! I read on another topic that someone was trying to achieve the same thing with putting a View into the default value. I had a look at your example but i don't seem to be able to output the view successfully.
I've tried using square brackets around the view shortcode instead of in quotes and also used the single quote when defining the View name with no luck.