Role of outline form field appearence in form

How to achieve this in form -

27 Likes

To achieve this follow the below-steps

  1. Navigate to the Component tab and click on the Add Component button to open the component list. Select the Fieldset component from the list.
  2. Enter basic details, select Form Field Appearance as Outline in the UI properties section and submit the component.

For placeholder-

  1. Navigate to the Element tab and click on Add Elements button to open the Elements list.
  2. Select any input type element from the list such as Text, Number, Select, Date, etc.
  3. Enter basic details, properties, UI properties, Additional Properties, Events and submit.
  4. To show value in the placeholder of the element, enter Placeholder value in the properties section of the Element.

27 Likes