I am trying to add a login form to a template, but I keep getting a syntax error. I copied the login in form directly from the ExpressionEngine user guide. Site is here: http://www.fellowshipretreat.org/
Error
The following tag has a syntax error:
{exp:member:login_form}
Please correct the syntax in your template.
{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>
Forgot your password?
{/exp:member:login_form}