Survey - wrong entry

Permalink
Hello Community,

I've a very annoying problem with my forms.
If I did a mistake, such as a wrong captcha entry, my template explodes.

I think it's because after submiting the forms, C5 routes to something like this:
index.php?cID=90&bID=275&arHandle=CONTENT&ccm_token=1340196831:02da3ab35fdc180d0e8553ec00637087&btask=passthru&method=submit_form#1330334299


At the end of this line, "#1330334299" makes that the browser scrolls to the forms... but it shouldn't do that.

If I delete it in
<form enctype="multipart/form-data" id="miniSurveyView<?php echo intval($bID)?>" class="miniSurveyView" method="post" action="<?php  echo $this->action('submit_form').'#'.$survey->questionSetId?>">

it won't work.

Could someone help me?

best regards

andre

 
andrenagusch replied on at Permalink Reply
push! need help!
12345j replied on at Permalink Reply
12345j
not sure what you mean by explodes?
Are you deleting the '#'.$survey->questionSetId part or the whole thing?
andrenagusch replied on at Permalink Reply
http://h2004234.stratoserver.net/fv_2012/index.php/kontakt/

Just press the submit button! I know what I've to do... But I don't know how!