0

Multiple Choice - trigger

I have a multiple choice field that I would like to use as a checklist of things to do. For example: the checklist has radiobuttons with the steps to complete. When complete its fields each corresponding radiobutton should be selected. It's possible?

2replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • This should be possible with scripting, in the change trigger of a field, you check if the field satisfies the condition to be considered completed. If so, you would get the values of the checklist into an array, remove the value related to the field that the trigger is executing for and then reassign the resulting array back to the checklist.

    Like
Like Follow
  • 4 yrs agoLast active
  • 2Replies
  • 1951Views