This topic is locked

Remove "asterix" on required fields and change label text

7/6/2016 12:04:05 PM
ASPRunner.NET General questions
_
_Simon84 author

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.
Cheers

Simon

Sergey Kornilov admin 7/29/2016

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;

}