Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I have (in add page) a edit text field that it has a default value. How to make it invisible in this form?
Hi,just remove this field from the add page on the Choose fields tab, then assign default value in the Before record added event on the Events tab.Here is a sample:
$values["FieldName"] = "your value";