DiogenesAnalytics / parley

Browser-based interview/application form.
https://diogenesanalytics.com/parley/
MIT License
0 stars 3 forks source link

Feature: File Input Type #16

Closed DiogenesAnalytics closed 7 months ago

DiogenesAnalytics commented 7 months ago

References

DiogenesAnalytics commented 7 months ago

Test Data

{
  "subject": "Your Form Subject",
  "title": "Your Custom Title",
  "form_backend_url": null,
  "email": "your_email@example.com",
  "questions": [
    {
      "label": "Upload funny memes",
      "name": "meme_imgs",
      "type": "file",
      "required": true,
      "custome": {
        "multiple": true
      }
    }
  ]
}
DiogenesAnalytics commented 7 months ago

Implemented with: 668ab31e43936a3624757faff1ca604cfa5170e8