Skip to content

Instantly share code, notes, and snippets.

@coulterpeterson
Created June 14, 2023 15:24
Show Gist options
  • Save coulterpeterson/33b90c7d17baf128c862ff8ba46ce708 to your computer and use it in GitHub Desktop.
Save coulterpeterson/33b90c7d17baf128c862ff8ba46ce708 to your computer and use it in GitHub Desktop.
Gravity Forms | Make Field Look Required Without Being Required
/* 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