I don't claim to be a PHP wizard but why does it not work for me to change this code:
Code:
$posttitle = "$formtitle";
To this code:
Code:
$posttitle = "$normalquestion1";
I'm trying to get the new thread to have the title of the text filled in to normalquestion1. Seems like this is a simple thing but when I try the second code a new thread is never created. It processes the form fine, at least it seems like it does but no thread shows up in the forum. When I change the code back to "$forumtitle" it works fine again. Weird.