Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created November 22, 2021 07:45
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 expiscornovus/6badeecf24ee6d1424219c791b8f67b7 to your computer and use it in GitHub Desktop.
Save expiscornovus/6badeecf24ee6d1424219c791b8f67b7 to your computer and use it in GitHub Desktop.
Hide Register Button When Needed
if(indexOf([$PeopleWhoRegistered.email], @me) == -1 && length([$PeopleWhoRegistered]) != [$NumberofPlaces] && @now <= [$RegistrationEndDate], 'inherit','none')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment