PDA

View Full Version : <form> tag problems in template


BigJohnny
10-08-2006, 05:05 AM
I have a form in one of my templates, and it uses a form tag, but when i close that tag at the end of the form, it causes my submit post button to malfunction and not do anything when its clicked.

Anyone know why this would happen?

amykhar
10-09-2006, 05:39 PM
You can't have nested forms. If your template puts a form within a form, it won't work.