|
||
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 administration interface.
•Form code name - name that serves as an identifier for the form. With the default (automatic) option, the system will generate an appropriate code name for the form based on its display name.
•Table name - name of the database table where submitted records are stored. Each form has its own associated database table named in format Form_<website code name>_<table name>, e.g. Form_CorporateSite_EventRegistration
Click Save to create the new form.
Detailed information about the Forms module can be found in Developer's Guide -> Modules -> Forms.