This form allows users to enter data. Data are saved by clicking on "Insert" button.
For purposes of this example we have defined new table to store data (using IndooGrid table wizard). We defined mail as required field (mail syntax is also checked - standard and custom client and server side validators are implemented in grid) and dependent dropdown list for car manufacturers and models. There are also some default values defined.
Click on Car Make and look at the values in Car Model - they're updated dynamically using background loop (remote scripting).
Submitted form is stored into database. In background are entered automated values: users ID (if it is logged) and date (time) of entry. This values are displayed in simple report bellow (clik on detail view icon near specific record for all data entered by the user).