I´m having issue when I put this code after I submit the form the "asterisks" still stay there. www.gunter.ee/gg800
I used this code:
.form-wrapper .react-form-contents .field-list .title .required, .form-wrapper .react-form-contents .field-list .fields .description.required {
visibility: hidden;
}
.form-wrapper .react-form-contents .field-list .title .required:before, .form-wrapper .react-form-contents .field-list .fields .description.required:before {
visibility: visible;
content: "*";
font-size: 1.5em;
line-height: 1em;}