Created
June 14, 2023 15:24
-
-
Save coulterpeterson/33b90c7d17baf128c862ff8ba46ce708 to your computer and use it in GitHub Desktop.
Gravity Forms | Make Field Look Required Without Being Required
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Instructions: add a "look-required" class to the field you want to look required */ | |
.look-required label:after { | |
content: ' (Required)'; | |
color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment