I have created a contact form using the code from the user guide. It works fine if I hard code the email address in the recipients field. What I would love to do is make this pick up a custom field from a weblog. I tried
{exp:weblog:entries weblog="companyinfo" limit="1"}
{embed="includes/contactform" the_email="{contactemail}"}
{/exp:weblog:entries}
I then used the following in the contact form
recipients="{embed:the_email}"
but no dice… anyone worked through this?
