Skip to content

Commit 25a93c1

Browse files
committed
docs
1 parent baea56a commit 25a93c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PRONTO_USER_ID=<your_user_id>
1717

1818
* Run `php artisan vendor:publish` to publish the package's config file.
1919

20-
## Usage
20+
## Usage (Send Form)
2121
* Add the use case to your controller:
2222
``` php
2323
use omaromp2\laraprontoforms\ProntoForms;
@@ -36,3 +36,9 @@ ProntoForms::sendForm($questions);
3636
```
3737

3838
* Check your response.
39+
40+
## Retrieve Form
41+
``` php
42+
$formId = '<your_form_submission_id>';
43+
ProntoForms::getForm($form_id);
44+
```

0 commit comments

Comments
 (0)