Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created February 27, 2024 22:52
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/fd9d221fb81a262438b91f0ea623db3d to your computer and use it in GitHub Desktop.
Save gicolek/fd9d221fb81a262438b91f0ea623db3d to your computer and use it in GitHub Desktop.
Gravity Forms entries
<?php
foreach ( $entry as $entry_data ) {
echo '<p>Testing Field: ' . $entry_data[1] . '</p>';
echo '<p>Second Choice: ' . $entry_data[2] . '</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment