Is it possible to display the latest/newest entry of a specific gravity form (say form ID is 1) on a WordPress Post or Page? If so, can you also narrow it down to:
1) Show just the first name and last name initial of that entry?
2) Show just the latest/newest even entry (using the entry id)?
3) If the latest/newest entry id is odd, then the result would be nothing?
Here's what the results would look like, so you can get a sense of what we are trying to accomplish within HTML code:
IF LATEST ENTRY ID IS EVEN (and the person that submitted the entry is John Doe)
- John D
- Open Slot
IF LATEST ENTRY ID IS ODD
- Open Slot
- Open Slot
There would be a form below this unordered list that asks people to sign up for pairs for an event. Once the first person signs up their name is entered on the page. When the second person signs up the unordered list goes back to show there is two open spots again.