edcooperQrew Assistant Captain8 years agoMultiple choice fieldIn Essentials, is there a way to create a multiple choice field with a formula that checks to see if a specific selection is made and if not informs the user?
QuickBaseCoachDQrew Captain8 years agoHere is an example of a formula text field with HTML enabled. ie check the checkbox.IF([Order Urgency]="High" and [Ship Via]="Ground","<font color=red><b>Warning: The Ship Via is incorrect for this Order Urgency")That will make the message red and bold. The <b> means bold.
Related ContentExport Text - Multiple Choice fields and their optionsFormula needed to pull out most recent status of a logged multiple choice fieldMuliple Choice field set with Form URL?Presenting multiple choice field optionsDropdown Choice Update force reselection