How to suppress "Cannot place Text Input control outside of a Form"?

Hi,

Suppose we have 2 views: major.view and template.view.
On the template.view we have one input text control. Note that on this view we don’t have any form, and so Designer will identify this as an error.
On major.view we have a form and inside it a import template view control for template.view.
The rendered page will be correct and work properly.

Now, how can I suppress Designer’s warning that the input text control is outside a form?

Thanks
Bruno

You can use another form control (or Disjoint Form control) in your template.view.

In the major.view, if your import template control is inside of a form control, then any form controls in the template.view will be changed (on the fly) to ‘Disjoint Form’ controls so they can be safely nested.