Hi all...
I have a problem with this hack, only the preview work : when I click to submit, it's just make a preview, and the reset button don't work...
Form hack :
Code:
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no
$formforum = "1";
//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
$formforumid = "7";
Form template :
Code:
<input type="submit" value="Envoyer" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="submit" value="Pr?visualiser" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" />
<input type="reset" value="Annuler" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" />
PS : sorry for my poor english, but I'm speak only french...