Usage
form_entries(wufoo_name = auth_name(NULL), formIdentifier = NULL, systemFields = "true", sortID = NULL, sortDirection = NULL, columnNames = FALSE, showRequestURL = FALSE, debugConnection = 0L, domain = "wufoo.com", pageStart = 0, pageSize = 25)
Arguments
formIdentifier
- must be replaced with your form's URL or hash.
systemFields
- return system fields. Default: true
sortID
- sort on a single ID, as retrieved from the fields_info. sortDirection
- choose to sort your entries ASC (lowest to highest) or DESC (highest to lowest).
columnNames
- a MUST: How should be column names be called. Either "Field1", "Field2"
etc. or "First Name", "Last Name" (tries to make best guess). Default to the second option.
showRequestURL
- use only for DEBUG purposes
debugConnection
- samilar as above. Either "0L" (false; default) or "1L"
domain
- for thatever reason domain's ccTLD may change. With this param you can change
default wufoo.com to another one such as wufoo.eu
pageStart
- the page number you'd like to start from. Defaults to 0.
pageSize
- the number of entries returned in your page. Defaults to 25; Max = 100.