In a .NET 4 web application I've set the property "renderAllHiddenFieldsAtTopOfForm" to "false" in the web.config. Unfortunately the hidden fields are still at the top.
Why is this? Does some other setting override it?
"pages" property in web.config:
Screenshot of top of the form:
ide it?
From the docs:
I'm not sure what you are attempting to accomplish here, but it doesn't look like you can do what you are wanting to. And, for that matter, I'm not sure it's a good idea even if you could.