π Simple surveys and questionnaires, self-hosted
- π Simple design: No mass of options, only the essentials. Works well on mobile of course.
- π View & export results: Results are visualized and can also be exported as CSV in the same format used by Google Forms.
- π Data under your control! Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- π Get involved! We have lots of stuff planned like more question types, collaboration on forms, and much more!
Forms supports four email options for submissions:
- Respondent confirmation email: Use a short question with validation type
Email addressand enableUse this question as confirmation email recipient. - Respondent email verification: On the same question, additionally enable
Require respondents to verify this email address. - Owner and team notifications: In form settings, enable
Send email notifications for new responses to the form ownerand optionally defineAdditional notification recipientswith one email address per line. - Submission PDF attachments: Enable
Attach each submission as PDF to notification emailsto include a rendered PDF copy in owner and external notification emails.
If email verification is enabled, submissions stay unverified until the recipient clicks the verification link from the email.
- β Clone this app into the
appsfolder of your Nextcloud:git clone https://github.com/nextcloud/forms.git - π©βπ» In the folder of the app, run the command
composer i && composer i && npm ci && npm run buildto install dependencies and build the Javascript. - β Enable the app through the app management of your Nextcloud
- π Partytime! Help fix some issues and review pull requests π
To build the Javascript whenever you make changes, you can use npm run build. Or npm run watch to automatically rebuild on every file save.
You run several tests by:
npm run lintfor JavaScript lintingnpm run stylelintfor CSS lintingcomposer cs:checkfor the Nextcloud php coding standardcomposer lintfor php lintingcomposer test:unitandcomposer test:integrationto run the php functionality testscomposer psalmfor static code analysis
This guide will help you get started:
The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and forums. If you contribute, participate or interact with this community, please respect our shared values. π


