Multi-Page Tab Colours

Hello all.

Quick question. Is it possible to change the Multi-page tab colour based on a specific criteria?

As an example I want the tabs to be red until a radio box is ticked to mark the section off as completed.

You may use Client Side Events to add “click” handler to your radio field and set the color of the tab by CSS. Also read Inspect HTML element and add your own CSS styles .

and in a modal? Would it be the same?

There is no difference, you only need to make sure your CSS selectors for the HTML elements you want to change are correct. That’s why you should test your CSS selectors in your browser first, see above topic for details.