Controling "required" fields from landing page?
I'm curious if there's a way to control the required status of form fields from a landing page? I added javascript to the page, hoping to control it by simply removing the 'mktoRequired' classes ( and hiding the fields with css ), and was successful. But it didn't seem to work. The form would not submit, staying on the page, regardless of the post-submit redirect instructions. Maybe the .js approach is too unpredictable.
But, this leaves me asking if it's possible to control form field required statuses from the landing page it's on? If so, how? My reasoning is, if this were possible, I could use one form for several pages (where it's appropriate to do so) and simply modify via the landing page editor with css and js to show/hide and require/un-require fields.
Thoughts?