Technote Details :: Page with two custom transactions fails
Issue
On one of the site's page I have applied two Custom Form Wizards, in order to generate two forms. When viewed in the browser, only one form looks right, and the other contains error messages in the form elements.

Reason
This happens because the transaction recordset used by the forms to handle errors and display original values has the same name for the two transactions. Therefore, when the second custom transaction (or Custom Form Wizard) tries to create its recordset, it actually overwrites the existing one.
Solution
You cannot have two forms generated using the Custom Form Wizard, or two Custom Transaction server behaviors on page.
To avoid this issue and still be able to add all the fields and actions you like, use only one custom transaction, as it can handle any code added in the SQL area.