Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackkatz/f1b4c1ea562a7ce64a2143a3f5b9013f to your computer and use it in GitHub Desktop.
Save zackkatz/f1b4c1ea562a7ce64a2143a3f5b9013f to your computer and use it in GitHub Desktop.
Custom Content to show star ratings. If you have different labels in the Gravity Forms field, make sure to use those labels instead!
[gvlogic if="{Star Rating:1}" is="Terrible"]
⭐️
[else if="{Star Rating:1}" is="Not so great"]
⭐️⭐️
[else if="{Star Rating:1}" is="Neutral"]
⭐️⭐️⭐️
[else if="{Star Rating:1}" is="Pretty good"]
⭐️⭐️⭐️⭐️
[else if="{Star Rating:1}" is="Excellent"]
⭐️⭐️⭐️⭐️⭐️
[/gvlogic]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment