- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Use cases for Empty Form Fields
- Empty fields can be used to display text in a label without an associated field
- Empty fields can be used to format form space by forcing other fields into a different column
Empty field Helper Code
- To make the label and the default background invisible when viewing the form, enter this CSS in the Ui Label Style: opacity: 0;
- To hide the label for an empty field and leave the default background, enter this CSS in the Ui Label:
Setup
Field Type is selected under Setup -Forms -Form -Form Fields - New (when creating a new field)
Here is an example of Ui Label Style CSS that will cause the Empty Form Field Label to be invisible along with the Form Field Label Background:
opacity: 0;
Here is an example of Ui Label text that will result in the Empty Form Field Label not showing up while leaving the default Form Field Background color intact:
Watch the video below for additional guidance.
Was this article helpful?