Quote:
Originally Posted by attroll
There must be a way to replace the following statement and include an input for thread title in it in its place.
$formtitle = "Lodging Form Submission";
Any ideas?
|
Looking for an anwser as well.....
But I'm thinking it may lay with this bit of code.
Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//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";