Hi, I’ve been going over this for a while now without much success. For some reason, this tag keeps telling me my syntax is incorrect. I’ve been using the tag example from the docs, but when I load the template it’s in, I’m told the syntax is wrong. I’m not really sure what to try, as I’m kind of new to ee. Any push in the right direction would be hugely appreciated.
My code from documentation:
{exp:member:login_form return="site/index"}
<label>Username</label>
<input type="text" name="username" value="" maxlength="32" class="input" size="25" /></p>
<label>Password</label>
<input type="password" name="password" value="" maxlength="32" class="input" size="25" /></p>
{if auto_login}
<input class='checkbox' type='checkbox' name='auto_login' value='1' /> Auto-login on future visits
{/if}
<input class='checkbox' type='checkbox' name='anon' value='1' checked='checked' /> Show my name in the online users list
<input type="submit" name="submit" value="Submit" /></p>
<a href="http://{path=member/forgot_password}">Forgot your password?</a>
{/exp:member:login_form}The error:
Error
The following tag has a syntax error:
{exp:member:login_form}
Please correct the syntax in your template.edit: version 1.6.8 with a commercial license.