Answered
I have a dynamic form that when a user clicks a checkbox the caption color turns red, otherwise the captions is black.
When the submitted form is opened the caption color of the checked box is black instead of red. How can i get the caption to remain red?
Thank you,
Marc
the problem you have is that the font color is controlled by the change:Event of the checkbox.
This will work during runtime, but when the form is reopened this event doesn't fire and the font color is restored to it's default value.
You have to move your script to an event which will cover both purposes such as layout:Ready.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs