I have a dropdown field underneath every rich text editor (RTE) for the user to mark as ‘Complete’ when they have finished inputting in their answer. This then disables the RTE from any accident input or further change. This is achieved via conditional instruction to disable the RTE when a drop down is ‘Completed’.
When I save my form, and refresh, the drop-down option is maintained, albeit it for some reason it repeats that option higher up the list (see below), but most of all, the conditionals are no longer enforced. The user can proceed to edit the RTE concerned despite the dropdown showing ‘Completed’
Have I set up something wrongly here?