Hey Mike, I found that for a drop down field, I had to create a specific
calculation for each selection and then do display logic so that
depending on what gets chosen, it'll only show the one item with the
score after the custom form is saved from the selection by the
requestor. First calculated field - IF({Channels} = "SMS", 25, 0)Second
calculated field - IF ({Channels} = "SOCIAL", 25, 0)Third calculated
field - IF({Channels}="BLOG",25,0) I'm sure that others are better than
me at doing equat...