Technote Details :: Custom Form Wizard requires a database connection
Issue
The Custom Form Wizard will not proceed without a database connection, even though I do not plan to use it in conjunction with a database.
Reason
This happens because the Custom Form Wizard, similar to all other database related transactions, uses the transaction recordset to handle errors and default values. No data is saved to the database through the selected connection.
Solution
To be able to use the Custom Form Wizard, define a Dreamweaver database connection, and select it in the user interface drop-down menu. Do this even if you do not use a SQL query to process the data.
