GF Entries loop

For loop type gravity_form_entry, here are the available query arguments and fields.

Query arguments

  • end_date - End date - the latest date to which we retrieve entries(if omitted until now). Accepts formats like "-10 days", "-3 hours", "yesterday", "April 22, 2021, 3:00 pm", "2021-04-22 15:01:46" etc.

    Type: string

  • entry_id - Specific Entry ID(s)

    Type: string, array

  • form_id - Form ID(s)

    Type: string, array

  • is_read - Is entry read "0/1"

    Type: string

  • is_starred - Is entry starred "0/1"

    Type: string

  • offset - Offset, argument for use with page size

    Type: string

  • order - Order: "asc" (ascending) or "desc" (descending)

    Default: asc
    Type: string

  • orderby - Order by one of: "id", "form_id", "date_created", "is_starred", "currency", "payment_status","payment_date", "payment_amount", "payment_method", "transaction_id", "is_fulfilled", "created_by", "transaction_type", "status"

    Default: id
    Type: string

  • page_size - Entries page size

    Default: 20
    Type: string

  • start_date - Start date - the earliest date from which we retrieve entries(if omitted from beginning). Accepts formats like "-10 days", "-3 hours", "yesterday", "April 22, 2021, 3:00 pm", "2021-04-22 15:01:46" etc.

    Type: string

  • user - Entry created by: User ID or "current".

    Type: string

Fields

  • entry_created_by - Entry created by User id
  • entry_currency - Entry currency
  • entry_date_created - Entry date created
  • entry_date_updated - Entry date updated
  • entry_is_fulfilled - Entry is fulfilled or not
  • entry_is_read - Entry is read or not
  • entry_is_starred - Entry is starred or not
  • entry_payment_amount - Entry payment amount
  • entry_payment_date - Entry payment date
  • entry_payment_method - Entry payment method
  • entry_payment_status - Entry payment status
  • entry_quiz_grade - Quiz AddOn - quiz grade
  • entry_quiz_is_pass - Quiz AddOn - if quiz is pass
  • entry_quiz_percent - Quiz AddOn - quiz percent
  • entry_quiz_score - Quiz AddOn - quiz score
  • entry_survey_score - Survey AddOn - survey score
  • entry_transaction_id - Entry transaction id
  • entry_transaction_type - Entry transaction type
  • fields - Entry Fields
  • form_id - Entry\s Form ID
  • form_name - Entry's Form name
  • grid - Entry detail view(like in admin)
  • id - Entry ID