UNPKG
octava-jquery-form
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
Octava jquery-form wrapper
github.com/octava/jquery-form
octava/jquery-form
octava-jquery-form
/
examples
/
qtip2
/
jquery-form-qtip2-response.json
16 lines
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"success"
:
true
,
"message"
:
"Text of global error or success message, if 'success' == true"
,
"errors"
:
[
{
"field"
:
"exampleInputEmail1"
,
"error"
:
"Something wrong with e-mail"
}
,
{
"field"
:
"exampleInputCheckbox"
,
"error"
:
"Check me"
}
]
,
"data"
:
{
}
,
"redirect"
:
""
}