Kentico CMS 7.0 Context Help

General tab

General tab

Previous topic Next topic Mail us feedback on this topic!  

General tab

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The following table lists properties of the currently edited form which can be configured on this page:

 

Form display name

Name of the form used in the administration interface.

Form code name

Name that serves as an identifier for the form.

Table name

Name of the database table where this form's records are stored.

After the form is submitted

Sets the action that will be performed when a new record is submitted by a user:

 

Display text - the specified text message text will be displayed.

Redirect to URL - the client browser will be redirected to the given URL.

Clear form - a new form without any data will be displayed.

Continue editing - the form is sent, but it will still be displayed without any changes and further editing will be possible.

Submit button text

Sets the caption of the button used to submit the form.

Submit button image

URL of an image that can be used instead of the submit button. If blank, a button with the text defined in the property above is displayed.

 

Please note that macro expressions in the {%FieldName%} format can be used in the Display text and Redirect to URL text boxes. For more information about macro expressions, please refer to Developer's Guide -> Modules -> Forms -> Using macros with forms or Developer's Guide -> Development - Macro expressions.

 

Detailed information about the Forms module can be found in Developer's Guide -> Modules -> Forms.