hi thanks , i tried putting (: enabled$submitted #t) on a question . but it did not work. its still not editable after submit.
(bp:radio
pepIsPep
; (: caption “Is customer a PEP?”)
(:
caption
(if (@ question isEntityIndividual)
“Is customer a PEP?”
“Has a PEP(s) been identified?”
)
)
(: options (collection “Yes” “No”))
(: required #t)
(: sync #f) (: enabled (@ question canCurrentUserEdit))
(: enabled$submitted #t)
)