Technote Details :: Adding another form on a NeXTensio List or Form page
Issue
Adding another form on a NeXTensio List or Form page causes it to stop functioning - you cannot edit or delete records anymore. Clicking on the links simply refreshes the page without any other action.
Reason
This happens because the new form was added inside the <div> tag defining the list / form. The <div> tag contains a particular class (class="KT_tng") and an id (id="listname" - the form has no id) allowing the list and form to be easily recognized on page by other components (eg. to prevent adding two NeXTensio lists).
If you add a form tag inside the <div> tag, it will cause editing and deleting records to stop functioning. Adding records and filtering them will still work.
Solution
To solve this issue, you must move the entire form outside the <div> tag. Simply select all elements you have added (including the <div> tag), then cut and paste them outside the div area.
