Seems the email on name field has been fixed but found another issue.
If you leave the email field blank and hit submit you get a plain JSON response that says '{
"errors": [
"Missing Details"
]
}' instead of an HTML page or better yet, denying the form submission till its filled.
Comments
Seems the email on name field has been fixed but found another issue.
If you leave the email field blank and hit submit you get a plain JSON response that says '{ "errors": [ "Missing Details" ] }' instead of an HTML page or better yet, denying the form submission till its filled.