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 ContentMuliple Choice field set with Form URL?Formula needed to pull out most recent status of a logged multiple choice fieldDropdown Choice Update force reselectionExport Text - Multiple Choice fields and their optionsCombining Multiple Text Lists into One Text list Field