Web forms provide Rating element gives you an ability to measure or show how good, bad, or suitable something is. Below are the settings you see after adding Rating element to the web form.
General
- Field label : Label of the Rating form element you wish to capture through web form.
- Field Description : A description of the Rating form element, typically providing details on the kind of data it captures.
- Data Sources : Create Data Sources to extract data from Salesforce. These Data Source will appear here. Let’s say if you want to display Case(with all the information like Description, Customer Rating on Case Resolution and so on). You need to fetch that data by creating SOQL Data Source on Case object and supply the data to the form using this Data Source.
- Field API Name : Select the Data Source field to map your Rating form element here.
- Key : Each form element you add to your web form has a unique, automatically generated value. That is visible here.
- Transient : If enabled, field will not be saved in Salesforce after submitting the Web Form.
- Rating number : Here you can choose a numeric value you wanted to use to show how good, bad, or suitable something is.
- Disabled : If enabled, then you cannot edit the field, and data will not be submitted. Takes precedence over read only.
- Read Only : If enabled, then you cannot be edit the field, and data will still be submitted.
Condition
- Hide if: If you need to hide your Rating form element under certain conditions, then you can mention such conditions in Hide if editor of Rating form element.
Layout
- Columns: By default, this is Auto, meaning that you divide the form based on the number of form elements you add in a single row. You can change it according to your business needs, so that you divide the form into the number of columns mentioned here.
Validation
- Required : If your Rating input is mandatory for your form to save, then enable this.