Skip to content

Commit

Permalink
Merge pull request #42 from ramadanomar/patch-1
Browse files Browse the repository at this point in the history
typo: Added comas to JSON Object
  • Loading branch information
cpaczek authored Jun 13, 2024
2 parents 5f9e3de + 773e9b3 commit ef81739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/submitting-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Submit data as a JSON object with this format:
```
{
token: 'your-recaptcha-token',
formName: 'Test Form' // Optional, need to set enableFormName to true in your config to attatch this to database record.
formName: 'Test Form', // Optional, need to set enableFormName to true in your config to attatch this to database record.
formData:{
name: 'John Doe',
email: '[email protected]'
email: '[email protected]',
message: 'Hello World'
}
}
Expand Down

0 comments on commit ef81739

Please sign in to comment.