I've got some calendar events, which are categorised into folders according to type and venue.
I want users to be able to edit the type and venue as well as the name, times etc.
So I nested two link manager pages into the simple edit layout.
It all looks OK in simple edit
but doesn't process OK
because each link manager is printing its own form-open and form-close tags, within the simple-edit form:
... ...
Looking at the "selection source" in firefox, shows me it's got very confused by all these nested forms.
Is there some trick I haven't found?