Go to the first, previous, next, last section, table of contents.


Record insert form (sinsert_form)



`Description'
The HTML form to insert a new record into the designated table may either be generated by a cgi-bin or be a static HTML page. The advantage of generating the insert form is that you don't have to explicitly list all the fields, they can be generated automatically by the cgi-bin. The table field names parameters of the cgi-bin may carry values that will be used as default values of the generated HTML form. If no value is provided in the parameter list, the default value, as defined by the database description will be used instead. If there is no default value in the database description for a given field, the value is set to the empty string.
`Template file'
See section sqledit_sinsert_form.html.
`Constraints'
See section SQL editor configuration file.
`Parameters'
`context (mandatory, sinsert_form)'
`table (mandatory)'
`table parameters'
See section Database table parameters.


Go to the first, previous, next, last section, table of contents.