Quote:
Originally Posted by leylandfor
i have this working over at http://www.leylandforum.co.uk/forum/...orum%20Reviews ive noticed that the name of the form appears as the thread title, is there anyway we can make the user choose the thread title.
Im using this for a review service, where poeple can review a cafe, product, service etc.
any suggestions will be appreciated.
|
As you know, there is a line in there that sets the thread title to the form title.
In the plugin, look for this:
Quote:
//////////////////////////////////////////////////////////////////////////////////////////////
//TITLE OF THREAD/POST/PM/EMAIL (do not use quotation marks in the title or you will get a parse error)
//You may use variables from the form for this.
////////////////////////////////////////////////////////////////////////////////////////////////////
$posttitle = "$formtitle";
|
Change that last "$formtitle" to the variable you gave the "Product Name".