Hello
I’m workin on a redesing for my Website and more or less everything works fine.
But I have a big problem with the comment form and I just can’t solve if!
If I will submit a new comment i get a white screen with the following url
<a href="http://www.rouge.ch/blog/index.php/mac/comments/neues_handy/?ACT=1&RET=http://www.rouge.ch˻log/index.php/mac˼omments/neues_handy/&URI=/mac˼omments/neues_handy/&PRV=weblog/preview&XID=6244fc6d9dc9ea4d527a6f2fe6019ae7532950b4&entry_id=647&site_id=1&comment=Testeintrag&submit=Submit+Comment">http://www.rouge.ch/blog/index.php/mac/comments/neues_handy/?ACT=1&RET=http://www.rouge.ch/blog/index.php/mac/comments/neues_handy/&URI;=/mac/comments/neues_handy/&PRV=weblog/preview&XID=6244fc6d9dc9ea4d527a6f2fe6019ae7532950b4&entry_id=647&site_id=1&comment=Testeintrag&submit=Submit+Comment</a>or I also saw the Message: “Invalid GET Data”
The code in the template is the following:
<form id="commentform">
{exp:comment:form preview="weblog/preview"}
{if logged_out}
<input type="text" name="author" id="author" value="{name}" size="22" tabindex="1" />
<label for="author"><strong>Name</strong></label>
<input type="text" name="email" id="email" value="{email}" size="22" tabindex="2" />
<label for="email"><strong>Mail</strong> (wird nicht publiziert)</label>
<input type="text" name="url" id="url" value="{url}" size="22" tabindex="3" />
<label for="url"><strong>Webseite</strong></label>
{/if}
{if captcha} <input type="text" name="mcspvalue" id="mcspvalue" value="{captcha_word}" size="22" tabindex="4" />
<label for="mcspvalue"><small>Bitte das eingeblendete Wort eingeben</small></label>
{captcha}
{/if}
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4">{comment}</textarea>
<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="checkbox" name="subscribe" id="subscribe" value="subscribe" {notify_me} style="width: auto;" />
<label for="subscribe">Bei neuen Kommentaren benachrichtigen?</label>
{if logged_out}
<input type="checkbox" name="subscribe" id="subscribe" value="subscribe" {save_info} style="width: auto;" />
<label for="subscribe">Persönliche Informationen zwischenspeichern?</label>
{/if}
{/exp:comment:form}
</form>Can someone please give me a hint or an idea what i have to do? It’s the last issue before a can go live with the new design!
thank you in advance an greetings form Switzerland