Forum Discussion
EverettPatterso
6 years agoQrew Captain
Try something like this in a formula rich text
------------------------------
Everett Patterson
------------------------------
var text checkboxone = If([Checkbox1]=true, "• Option One", ""); var text checkboxtwo = If([Checkbox2]=true, "• Option Two", ""); var text checkboxthree = If([Checkbox3]=true, "• Option Three", ""); List("<br>", $checkboxone, $checkboxtwo, $checkboxthree)
------------------------------
Everett Patterson
------------------------------