Is it possible to retrieve array of submissions for certain form programmatically?
Here's my task:
- Retrieve array of existing submissions.
- Prepopulate certain field in form with custom value (say "only 7 left!")
- Render form on page.
Any pointers would be appreciated.
Gleb