I am working on a site which uses master pages (no big deal), and has a form in the master page.
Currently, the form name in the rendered content is always "aspnetform".
I need to change some of the pages that use this master page, and I need to set the form name to something specific for that page (for SEO reasons).
Is there a simple way to do this, in the pages that use the master page?
NOTE: I'm not changing all of the pages that use the master, so the master page really should not change; no rearchitecture.