FormModel

A string value that represents the location where the Forms service processes an HTML form. FormModel variables are used to configure the Form Model property of the renderHTMLForm operation operation of the Forms service. In addition, FormModel variables are members of HTMLRenderSpec data types.

For information about data that can be accessed using Xpath Expressions, see Data items.

Data items

FormModel data values store one of these string values:

auto:
The Forms service checks the form design to determine whether to render on the client or server.

client:
The form is rendered on the client. Scripts in a form that are run on both the server and the client generate a warning on LiveCycle Server.

server:
The form is rendered on the server.

both:
The form is rendered on both the server and the client.

// Ethnio survey code removed