Please replace the ??? with your data!
[desc]:
_
On all of my posts I have a link that says "Podcast this (suggest the topics in this entry for an upcoming podcast). Currently I am using mailto: so that people can suggest an article to be used in a podcast. I'm wondering if I can pass along variables from wordpress (certain template tags, mainly the title of the article) to cforms. I would like it to be something like this
podcast suggestions for <?php the_title(); ?>
Name:
Email:
Message:
{note, here I would like to have the message field pre-filled with something along the lines of
Mr. Perez, I liked what you had to say in your blog entry, <?php the_title(); ?>, and I would like to hear some of these topics covered in that entry in an upcoming podcast}
SUBMIT BUTTON
Then once they submit the form I would like to have a button to redirect them to the original article…or just auto direct them back.
Is this possible and if so, how?
Thanks