ExpressionEngine 1.7.1
Build: 20110520
First, my code:
{exp:comment:form dynamic="off" cache="yes" refresh="999"}
<div><input type="hidden" name="posted" value="1"></div>
{if logged_out}
<div class="fm">
<label for="fm_comment_name">Name</label>
<input type="text" id="fm_comment_name" name="name" maxlength="50" value="{name}">
</div>
<div class="fm">
<label for="fm_comment_email">Email</label>
<input class="email" type="email" id="fm_comment_email" name="email" maxlength="50" value="{email}">
</div>
<div class="fm">
<label for="fm_comment_location">Location</label>
<input type="text" id="fm_comment_location" name="location" maxlength="50" value="{location}">
</div>
{/if}
<div class="fm ta">
<label for="fm_comment_comment">Comment</label>
<textarea id="fm_comment_comment" name="comment" cols="30" rows="15">{comment}</textarea>
</div>
<ul class="form_opts">
{if logged_out}
<li><input type="checkbox" id="fm_comment_notify_me" name="notify_me" value="yes" {save_info}> <span>Remember my personal information?</span></li>
{/if}
<li><input type="checkbox" id="fm_comment_save_info" name="save_info" value="yes" {notify_me}> <span>Notify me of follow-up comments?</span></li>
</ul>
{if captcha}
<div class="captcha">{captcha}</div>
<div class="fm">
<label for="fm_comment_captcha">Captcha</label>
<input type="text" id="fm_comment_captcha" name="captcha" value="" maxlength="20">
</div>
{/if}
<input class="submit" type="submit" name="submit" value="Submit">
{/exp:comment:form}Just wondering what could stop the “Remember my personal information?” from working?
When we submit comments, logged out of the admin, the name/email field’s values are not pre-populated with that users name and email.
Any tips on how to fix this?
I could swear this worked at one point… It’s just been a while since I last paid attention to the option (us developers don’t make many comments to our blogger’s blogs!)
We just upgraded to 1.7.1, so I am wondering if that had anything to do with this?
Any tips ya’ll could provide would be spectacular!
Thanks!
Micky