Forcing a form name on the web

When a form is displayed on the web in read mode, the form tag has no name attribute. Is there any way to override this and force a form name attribute?

Subject: Forcing a form name on the web

If you need to display the same document using various forms, you can design a form with a general header/footer and computed subform(s) inbetween. That way, you may send the needed subform name to the document on web e.g. in query string, or have it based on fields in document, username or other variables.The form will always display in the format you need.