I’m running ee 1.6.7 on a legacy site and having a strange issue where the tell-a-friend (Named tell-a-colleague on left side nav) form appears twice on some entries and once on others.
E.g. http://www.quickstep.ie/courses/detail/ifrs_vs_us_gaap/ Shows once and
http://www.quickstep.ie/courses/detail/ucits_for_hedge_funds/ appears twice.
Both are using the same template which is the standard tell-a-friend code.
{exp:email:tell_a_friend charset="utf-8" allow_html='no'}
<label for="from">Your Email: </label>
<input type="text" id="from" name="from" size="34" maxlength="35" value="{member_email}" /></p>
<label for="name">Your Name: </label>
<input type="text" id="name" name="name" size="34" maxlength="35" value="{member_name}" /></p>
<label for="to">To: (email)</label>
<input type="text" id="to" name="to" size="34" maxlength="35" /></p>
<label for="subject">Subject: </label>
<input type="text" class="text" id="subject" name="subject" size="34" value="{title}" /></p>
<label for="message">Message: </label>
<textarea id="message" name="message" readonly="readonly" rows="6" cols="27">
Here is a link to a course I thought you might find useful. I found it at quickstep.ie: {comment_url_title_auto_path}
</textarea></p>
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="" maxlength="20" /></p>
{/if}
<input name="submit" type='submit' value='Submit Form' /></p>
{/exp:email:tell_a_friend}Has anyone run into the same issue?