Implementing UX design: displaying a HTML panel on the page triggered by checkbox

0
Hi there, We have developed a sign up process and its screens in Mendix but we struggled to implement some of the design requirements. For example, we would like to display the draft welcome email (in an editable HTML panel) on the page when the user clicks on a checkbox. Another example would be changing the outline colour of a textbox when the data is valid (data validation would run and based on the result, the outline colour would change). Could somebody suggest a solution to achieve these? Thanks & Regards,  Janos
asked
2 answers
0

You can connect the checkbox to a attribute 'showMessage' and make the message conditionally visible (right mouse click on html editor, edit condition for visible...)

You can change css of a widget with the css selector widget

answered
0

Thanks Chris! Will try this solution.

answered