-
TeamInfo88InfoAnswered on June 08, 2021 09:00 PM
...and will not show up on the form unless it is highlighted.
Please help!!
JeriLynn
Page URL: https://form.jotform.com/202545935129155 -
Tommaso_FAnswered on June 09, 2021 05:20 AM
Hello there,
Please add the following CSS code:
input {
color : #000 !important;
}
.form-textarea {
color : #000 !important;
}
RESULT:
Best regards.