Member Junction
Preparing search index...
@memberjunction/actions-bizapps-formbuilders
FormResponse
Interface FormResponse
Common response structure for form submissions
interface
FormResponse
{
answerDetails
:
FormAnswer
[]
;
answers
?:
Record
<
string
,
any
>
;
calculatedFields
?:
Record
<
string
,
any
>
;
completed
:
boolean
;
formId
:
string
;
hiddenFields
?:
Record
<
string
,
any
>
;
metadata
?:
{
browser
?:
string
;
platform
?:
string
;
referer
?:
string
;
userAgent
?:
string
;
}
;
responseId
:
string
;
submittedAt
:
Date
;
}
Index
Properties
answer
Details
answers?
calculated
Fields?
completed
form
Id
hidden
Fields?
metadata?
response
Id
submitted
At
Properties
answer
Details
answerDetails
:
FormAnswer
[]
Optional
answers
answers
?:
Record
<
string
,
any
>
Optional
calculated
Fields
calculatedFields
?:
Record
<
string
,
any
>
completed
completed
:
boolean
form
Id
formId
:
string
Optional
hidden
Fields
hiddenFields
?:
Record
<
string
,
any
>
Optional
metadata
metadata
?:
{
browser
?:
string
;
platform
?:
string
;
referer
?:
string
;
userAgent
?:
string
;
}
response
Id
responseId
:
string
submitted
At
submittedAt
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answer
Details
answers
calculated
Fields
completed
form
Id
hidden
Fields
metadata
response
Id
submitted
At
Member Junction
Loading...
Common response structure for form submissions