Update Version 1.3 - Ability for form to REPLY to a CURRENT THREAD
As requested by a few users. Your customizable form can now be posted as a REPLY to an EXISTING THREAD instead of a new thread.
Easily configurable in the PHP file itself:
PHP Code:
//ENABLE FORM TO REPLY TO EXISTING THREAD
$formreply = "0";
//EXISTING THREAD ID FOR FORM TO REPLY IN
$formreplythreadid = "62930";
Just change the 0 to 1 and put in the threadid, and it will work.
To upgrade, just download the new form1.php - ensure it says "Version 1.3" at the top.
Enjoy!