CreateMyBB Support Forums

Full Version: Form Submit to New Reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>