Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure the form fields for the Form Renderer element

Configure the form fields in the Form Renderer element while you are building an attended automation form in RPA Desktop Design Studio.

Before you begin

Create an attended automation form in RPA Desktop Design Studio. For more information, see Create an attended automation form in RPA Desktop Design Studio.

Ensure that your attended automation form contains a Form Renderer element. For more information, see Form designer for building attended automation forms.

Role required: none

About this task

The Form Renderer element helps you to build forms quickly with the available controls.

Procedure

  1. In the RPA Desktop Design Studio, from the Project Explorer pane, navigate to Forms and expand it.

  2. Right-click the Form Renderer element and select Configure to configure the form fields.

  3. In the CONFIGURE FORM FIELDS dialog box, click the add icon (

Image omitted: add-icon-configure-form-fields.png
Add icon.\) to add a new **Field** tab.
  1. In the Fields section, expand a Field option and fill in the following details:
FieldDescription
NameName of the field that appears as a label name on the form.
TypeType of the field:- TextBox - ComboBox - CheckBox - RadioButton - ToggleButton - Date - Time - PasswordBox
RequiredOption for enabling this field as a required field on the form.
Read OnlyOption for enabling this field as a read-only field on the form.
Field HelpHelp information for the field:- None - Text - Link
Help TextHelp text information for the field.This field appears only when Text is selected from the Field Help field.
Help LinkHelp link URL for the field.This field appears only when Link is selected from the Field Help field.
  1. Click OK.

  2. Repeat steps 3 to 5 to add a new field.

  3. To delete a field, do the following actions:

    1. Expand the field option that you want to delete and click the delete icon (
Image omitted: delete-icon-configure-form-fields.png
Delete icon.\).
2.  In the Confirmation dialog box, click **Yes**.
  1. In the Form Settings section, fill in the fields.
FieldDescription
NameTitle of the form.
Field HelpHelp information for the form:- None - Text - Link
Help TextHelp text information for the form.This field appears only when Text is selected from the Field Help field.
Help LinkHelp link URL for the form.This field appears only when Link is selected from the Field Help field.
Show Popups InsideOption for enabling pop-up windows inside the form.
  1. Click OK.

Parent Topic:Create an attended automation form in RPA Desktop Design Studio

Related topics

Form designer for building attended automation forms

Methods and events of the Form Renderer element