We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea56a commit 25a93c1Copy full SHA for 25a93c1
README.md
@@ -17,7 +17,7 @@ PRONTO_USER_ID=<your_user_id>
17
18
* Run `php artisan vendor:publish` to publish the package's config file.
19
20
-## Usage
+## Usage (Send Form)
21
* Add the use case to your controller:
22
``` php
23
use omaromp2\laraprontoforms\ProntoForms;
@@ -36,3 +36,9 @@ ProntoForms::sendForm($questions);
36
```
37
38
* Check your response.
39
+
40
+## Retrieve Form
41
+``` php
42
+$formId = '<your_form_submission_id>';
43
+ProntoForms::getForm($form_id);
44
+```
0 commit comments