Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width0px

Initially, a form is created with no controls except for a Submit and Cancel button. You must add controls to the form in order to make it useful. Controls can be dropped from the palette or generated from a schema.

 

Column
width240px

On this page:

Table of Contents

From the Palette

When you create a new form from scratch, it has no controls other than the Submit and Cancel button. To make your form useful you must start by dragging in controls from the Palette and dropping them in your form.   

...

Note that repeat items automatically generated from a schema may not be dragged outside the repeat control since this would violate the constraints imposed by the schema.

See Multi-Column Form Layout below for information about designing forms with a multi-column layout.

From Schema

You can generate controls automatically from schema elements, but you must first upload your schema into your  application. Once you've uploaded the schema and added schema elements to your form's Data Sources area, you can generate controls from these elements automatically. See Generating Controls from Schema Elements.

Multi-Column Form Layout

Multi-column forms are quite common. It is very easy to create multi-column layouts. Here is how it works:

...