High I have a form working properly except the redirect. I’ve tried both complete URL and the standard Template_group/Template syntax.
Any ideas? thanks!
{exp:comment:form weblog="comments" return="DickWoodward/sent/dwcomment"}
{if logged_out}
<label for="name">NAME: <span class="required">*</span></label> <input type="text" id="fieldclear" name="name" value="{name}" size="50" /> <br>
<label for="email">EMAIL: <span class="required">*</span></label> <input type="text" id="fieldclear" name="email" value="{email}" size="50" /><br>
{/if}
<label for="comment">MESSAGE:<span class="required">*</span></label><br>
<textarea id="message" name="comment" rows="10">{comment}</textarea><br>
<input type="submit" name="submit" value="Submit" id="button"/><br>
<input type="submit" name="preview" value="Preview" id="button" /><br>
{/exp:comment:form}