929 B
929 B
OhMyForm
OhMyForm is an open-source form builder for creating surveys, questionnaires, and data collection forms.
Dependencies
- PostgreSQL - Database for storing forms and submissions
- Redis - Used for caching
Configuration
Key settings in config.yaml:
- domain - Where OhMyForm will be accessible
- adminEmail - Admin account email (defaults to your operator email)
First-Time Setup
-
Add and deploy the app:
wild app add ohmyform wild app deploy ohmyform -
Log in with:
- Email: value of
adminEmailin your config - Password: value of
adminPasswordin yoursecrets.yaml
- Email: value of
-
Create your first form from the dashboard and share it via link or embed it in a page.
Notes
- The
secretKeyis auto-generated insecrets.yaml - Form submissions can be exported as CSV from the admin panel
- Public forms can be filled out without an account