|
||
When creating a new form, you are asked to fill in the following details:
•Form display name - name of the form used in Kentico CMS user interface
•Form code name - name of the form used in website code
•Table name - name of the database table where submitted records are stored; each form has its own associated database table with name in the Form_<website code name>_<table name> format, e.g. Form_CorporateSite_EventRegistration
Click OK to create the new form.
Detailed information about the Forms module can be found in Developer's Guide -> Modules -> Forms.