form_info: Return details about the forms you have permission to access.

Description Usage Arguments Value See Also Examples

View source: R/Form.R

Description

Creates a list of all forms belonging to a user and dynamically generate a form embed snippet to use in your application.

Usage

1
2
3
4
5
6
7
8
form_info(
  wufoo_name = auth_name(NULL),
  formIdentifier = NULL,
  includeTodayCount = "false",
  showRequestURL = FALSE,
  debugConnection = 0L,
  domain = "wufoo.com"
)

Arguments

wufoo_name

- User's Name. Default: auth_name

formIdentifier

- this will give you information about just one form. A request without the formIdentifier will return all forms.

includeTodayCount

- if set to true, includes the number of entries received today. If you add the includeTodayCount parameter, the value will be returned in the form's EntryCountToday property

showRequestURL

- use only for DEBUG purposes

debugConnection

- samilar as above. Either "0L" (false; default) or "1L"

domain

- for whatever reason domain's ccTLD may change. With this parameter you can change default wufoo.com to another one such as wufoo.eu

Value

https://wufoo.github.io/docs/#all-forms

See Also

http://help.wufoo.com/articles/en_US/SurveyMonkeyArticleType/The-Forms-API

Examples

1
2
3
4
## Not run: 
form_info()

## End(Not run)

dmpe/wufoor documentation built on April 17, 2020, 2:12 a.m.