Previous Topic: Create a Web FormNext Topic: Edit a Web Form


Web Form Fields
Web Form Name

The name that identifies the web form. This is a required field.

Record Status

Indicates whether this form is active or inactive.

Code

The code that identifies the web form to the system. Once the code is defined, it cannot be changed. This is a required field.

Note: This field specifies the web_form_name on the Properties tab for a multiframe form in Web Screen Painter.

Type

The type of web form you are creating. Select one of the following:

Description

A description of the web form. Use this field to further identify the web form, where it appears, and its purpose.

Resource

The code that calls the web form. This can be command line code or a URL.

Example: Open a simple htmpl form "menu_tab_dflt.htmpl":

$cgi?SID=$SESSION.SID+FID=123+OP=DISPLAY_FORM+HTMPL=menu_tab_dflt.htmpl+KEEP.POPUP_NAME=$args.KEEP.POPUP_NAME

Note: For more information on advanced customization of web forms, see the Implementation Guide.