After each Entry, the User has the possibility to send an E-mail (Contact Form) to our Editor.
So I’m looking for a way to add the Entries title or permalink to a hidden field, like:
{exp:email:contact_form user_recipients=“false” recipients=“editor@xxx.de” charset=“iso-8859-1”}
<p><label for=“from”> ...
<p><label for=“message”>Message:</label>
<textarea id=“message” name=“message[]” cols=“59” rows=“18”>
</textarea></p>
<input type=“hidden” name=“message[]” value=”{permalink}” />
<p><input name=“submit” type=‘submit’ value=‘send’ /></p>
{/exp:email:contact_form}
The Link to the Contact Form would be:
{exp:weblog:entries weblog=”{master_weblog_name}” orderby=“date” sort=“desc” limit=“5”}
<h1>{title}</h1>
{summary}
{if body != “”}
<p><a href=”{title_permalink=templategroup/more}”>more</a><br /></p>
{/if}
<p>
<a href=”{permalink=startseite/kontakt}”>E-Mail an Redaktion</a>
</p>
{/exp:weblog:entries}
... well, but that’s not working. I’m wondering why I can’t find a similar Question, maybe it’s very easy (or very stupid).
Thank you
zebra21
