Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
omaromp2 committed Jun 13, 2022
1 parent 2705969 commit cfb8943
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ ProntoForms::sendForm($questions);
## Retrieve Form
``` php
$formId = '<your_form_submission_id>';
ProntoForms::getForm($form_id);
ProntoForms::fetchForm($form_id);
```

## Retrieve PDF
``` php
$formId = '<your_form_submission_id>';
ProntoForms::fetchPDF($form_id);
```

0 comments on commit cfb8943

Please sign in to comment.