CreateMyBB Support Forums
Form Submit to New Reply - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: Plugins & Coding Support (https://support.createmybb.com/forumdisplay.php?fid=15)
+--- Thread: Form Submit to New Reply (/showthread.php?tid=854)



Form Submit to New Reply - marcushblade87 - 06-04-2007

Hey there!

I am wanting to create a form, so that when you click submit, all the input in the form will create a new post in the thread. What do I put in the html to do this? Here is what Iv got, it is only a short one just to test it out etc

[quote]<form action="newreply.php" method="post" enctype="multipart/form-data" name="input" onsubmit="return checkForm();">;<p>