Colin thanks for your help (I couldn't respond sooner) but I am still puzzling. Because it's always one form that's working, i can't get them to work both at the same time :-(
I have added this (see below) after the first submit button but no change...
<input type="hidden" name="vbform" value="true">
The form structure of the page was like this (before your suggestion):
<!--- quote reply form --->
<form $enctype id="quotereply" action="newreply.php" name="quotereply" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="threadid" value="$threadid">
<!--- quote reply form --->
Submit Quote Reply button
<!---- fast reply form ---->
<form $enctype action="newreply.php" name="vbform" id="vbform" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<!---- fast reply form ---->
Submit Fast Reply button
Submit Quote Reply button
Maybe you can help me abit further what I could try aswell?
Thanks again!
/Aaron
|