Thanks Abe1 for this hack, it is great! Just installed few days ago and it is working perfect.
I have only a question. Sorry if this has been answered before, I searched through the thread and didnt find an answer... I'm running a non-English forum, and I tried to translate the buttons to Send, Reset and Preview form. But when I try things like this:
HTML Code:
<input type="submit" value="Enviar" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="submit" value="Previsualizar" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="reset" value="Reiniciar" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" />
then the Reset button does not seem to work, and clicking on Enviar(Submit) does a preview (and the thread is not posted). What am I doing wrong?
Thanks in advance