Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I would like to remove the asterix from the controls which are required as all inputs are required.I also would like to change "Required field" to be "Required answer" when a user tries to submit the form.CheersSimon
Assuming that you use PHPRunner 9 and you can try to add something like this to 'Custom CSS' section of 'Style Editor':
.icon-required {display: none;}