Open the menu
    ```html

    Form Builder: Edit Field

    Through this interface, it is possible to edit fields of a form.

    Features

    • It is an administrative interface

    Views

    Edit Field
    • Field label (string, required answer, maximum size: 255) : Label for the field
    • Value type (string, required answer, maximum size: 20, default value: shorttext) :
      Type for the answer to the question, which can be:
      • Multiple choice - given a list of options, the user has the option to select as many options as they deem plausible.
      • Single choice - given a list of options, the user has the option to select one and only one option.
      • Selection combo - given a selection list, the user has the option to select one and only one option.
      • Long text - multi-line text field.
      • Short text - single-line text field.
      • True or False - option for true or false as an option.
      • Number - text field limited to accept only numbers.
      • Date - text field limited to accept only date with an interface to select the date.
      • Field group - groups the fields created after this in a fieldset area.
      • Additional Text - text field for additional information.
      • Title - text field with configurable highlight level to be displayed to the user.
    • Number of options : Allows determining the number of options that will be registered, this field will be shown only for questions of type; Multiple choice, Single choice, Selection combo. It is a list containing the number of options that will be made available (1 to 10 options).
    • Field options : (mandatory when visible) allows registering the option, with the amount of this field related to the option selected in the Number of options field.
    • Text to be displayed on the form (long text) : Text of the title that will be displayed alongside the fields for the user.
    • Title level (integer, default value: 1) : Represents the level of importance that the title will be displayed. Level 1 represents the most relevant title, while higher value levels indicate less prominent titles. Typically, the corresponding HTML uses elements <h1> to <h6> according to the selected level.
    • Text to be shown on the form (long text) : (mandatory when visible) allows registering the additional text to be shown on the form when the field is of type Additional Text.
    • Field order (integer, required answer, default value: 1) : (mandatory) numerical value of the position of this field in your form. The administration allows two questions to be registered with the same value of this field. In this case, the order between these questions will not be determined
    • Character limit (integer) : Defines a maximum number of allowed characters for fields of type Long text and Short text. However, in short text, the maximum acceptable value is 100 characters.
    • Required answer (boolean, required answer) : option to make the field filling mandatory or not.
    • Use default field id : allows specifying the identifier of the field generated in the html.
    • Field id (string, required answer, maximum size: 255) : Unique identifier of the field to be submitted in the form.
    • Help text (long text) : Help text for the field

    Permissions

    • Edit service instance content: Allows managing all the data of this service instance with publisher profile.

    Actions

    • commit
    ```