I have a Custom Post Type, which has a custom field called email. It's an email address. I want my form which is loaded into the same Custom Post, to send this email address variable that is in the current custom post, instead of the admin.
Each custom post would have a different email, so I need it to read the custom field 'email' and send to that.
Any ideas... I'm using WP-Types and the Custom Post plugin
Thanks in advance....