Fix value of the specific field

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="form__FieldLayout-sc"]:nth-child(1) {
pointer-events: none !important;
}

Here you should set the order number of the field, where the value should be fixed:

image

1 Like