Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created February 27, 2024 22:53
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 gicolek/b0cbc2ec3a5f0f3e279e5d2a793d1e8a to your computer and use it in GitHub Desktop.
Save gicolek/b0cbc2ec3a5f0f3e279e5d2a793d1e8a to your computer and use it in GitHub Desktop.
Customize GFAPI Entries
<?php
foreach ($entry as $entry_data) {
if ($entry_data[3.1] === 'First Choice') {
echo '<p>This entry has the first choice selected:</p>';
// Additional code for displaying other fields or custom formatting
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment