Hi,
I have made a compilation CD named "spit and spread".
http://www.mmo.net.my/SNS/
i encourage ppl to duplicate CDs and distribute arround, on top of that i need ppl feedback regarding the CDs, but i need to make a form to put their comment and when pressed submit, the data will automatically entered a post in the forum
This is the page for ppl to enter feedback
This is the place where the comment should end
I have done this
|
Code:
|
<form action="http://www.mmo.net.my/net/modules.php?name=Forums&file=posting&mode=reply&t=135" method="post" name="post" onsubmit="return checkForm(this)">
<table><tr><tb>
HI, I am</tb><tb>
<input type="text" name="T1" size="20"></p></tb>
<tr><tb>
I get a copy of Spit and Spread CD from</tb><tb>
<input type="text" name="T2" size="43"></p></tb>
<tr><tb>
The Serial Number of the CD is </tb><tb>
<input type="text" name="T3" size="20"></p></tb>
<tr><tb>
I think this is an interesting idea because</tb><tb>
<input type="text" name="T4" size="56"></p></tb>
<tr><tb>
I would like to suggest that </tb><tb>
<input type="text" name="T5" size="52"></p></tb>
<tr><tb>
My favorite track is/are </tb><tb>
<input type="text" name="T6" size="43"></p></tb>
<tr><tb>
I am going to make</tb><tb>
<input type="text" name="T7" size="6">
copies to "spit" arround</p></tb>
<input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form> |
but can't figure a way to bypass the forum url and get the reply mode and topic right.
you help is really appreciated.