Quote:
Originally Posted by a33
Have you set which forum to put the form post in?
PHP Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//CHOOSE WHETHER YOU WANT FORM TO BE POSTED IN A NEW THREAD, NEW POLL, REPLY TO EXISITING THREAD, PMed OR EMAILED
///////////////////////////////////////////////////////////////////////////////////////////////////
//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 = "71";
I found This is a one step at a time hack . get one thing working properly and you should understand how to get the others going...... and always take new copies of code as you edit it.
It is a very frustrating hack to start with though!!
|
Its very frustrating as i'm no coder, i'm e-mailing it so no forum needed, all those parts are well explained, but what i want to do is remove some radio buttons and checkboxes i comented them out by putting // in front of them and then get the error i posted, i can change the forms wording no problem its just adding or getting rid of stuff i cant do!