powered by
Return number of responses to your form
form_entriesCount( wufoo_name = auth_name(NULL), formIdentifier = NULL, showRequestURL = FALSE, debugConnection = 0L, domain = "wufoo.com" )
- User's Name. Default: auth_name
auth_name
- this will give you information about just one form. A request without the formIdentifier will return all forms.
formIdentifier
- use only for DEBUG purposes
- samilar as above. Either "0L" (false; default) or "1L"
- for whatever reason domain's ccTLD may change. With this parameter you can change default wufoo.com to another one such as wufoo.eu
wufoo.com
wufoo.eu
https://wufoo.github.io/docs/#form-entries-count
http://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/The-Entries-GET-API#entrycount
# NOT RUN { form_entriesCount(formIdentifier = "z5kqx7h1gtvg4g", showRequestURL = TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab