< All Topics

CSS for Required Form Fields

.form_question[data-required="1"] .form_label::after {
color: red;
content: " *";
}
Tags: