Quote:
Originally Posted by bitg
That is pretty self explanitory
Open up the form.php (or whatever you named it) file
Look for:
Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//TITLE OF FORM (do not use quotation marks or you will get a parse error)
////////////////////////////////////////////////////////////////////////////////////////////////////
$formtitle = "Generic Form";
Replace:
Code:
$formtitle = "Generic Form";
With:
Code:
$formtitle = "thread title goes here";
|
Thank for your help. What i meant was, after the person submits the form, and it creates the thread. It says Unregistered has submitted a form! or whatever you want it with right? Well, how can i make it so the info they put for the first answer can be the title. For example, Whats your name? Joe. It'll say Joe has submitted a form! :ermm: ?