I’m having an odd issue with the tell a friend form. The fields for the tell a friend are appearing twice on some pages and are working fine on others even though they’re using the same template.
An example page where it is duplicating can be found at
http://quickstep.pmhclients.com/courses/detail/equities/
And it works fine at
http://quickstep.pmhclients.com/courses/detail/fixed_income_securities_i/
This is the code I’m using for tell a friend
{exp:email:tell_a_friend charset="utf-8" allow_html=’n’}
<p><label for="from">Your Email: </label><br />
<input type="text" id="from" name="from" size="34" maxlength="35" value="{member_email}" /></p>
<p><label for="name">Your Name: </label><br />
<input type="text" id="name" name="name" size="34" maxlength="35" value="{member_name}" /></p>
<p><label for="to">To: (email)</label><br />
<input type="text" id="to" name="to" size="34" maxlength="35" /></p>
<p><label for="subject">Subject: </label><br />
<input type="text" class="text" id="subject" name="subject" size="34" value="{title}" /></p>
<p><label for="message">Message: </label><br />
<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}
<p>Please enter the word you see in the image below:</p>
<p>{captcha}<br />
<input type="text" name="captcha" value="” maxlength="20" /></p>
{/if}
<p><input name="submit" type=’submit’ value=’Submit Form’ /></p>
{/exp:email:tell_a_friend}
Any pointers would be a great help.
