--- title: OPNsense Form (OpnForm) created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, surveys-and-forms, app-marathon-batch-b] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=Surveys+and+Forms&app=opnform, https://opnform.com/] --- # 📋 OpnForm > **Constructeur de formulaires open-source moderne** : drag & drop, branchement conditionnel, webhooks, intĂ©grations — alternative crĂ©dible Ă  Typeform/Jotform. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [opnform.com](https://opnform.com/) | | **GitHub** | [open-formulieren/opnform](https://github.com/open-formulieren/opnform) | | **License** | AGPL-3.0 | | **Langage** | PHP (Laravel) + Vue | | **Étoiles GitHub** | 1.2k ⭐ | | **CatĂ©gorie** | [[cat-surveys-and-forms|Surveys and Forms]] | ## 📝 Description **OpnForm** (anciennement OpenForm) est un **constructeur de formulaires no-code** orientĂ© UX moderne. Drag & drop fluide, 25+ types de champs, branchement conditionnel, notifications email/Slack, webhooks sortants, intĂ©grations natives (Notion, Sheets, Airtable, Discord). DiffĂ©rence vs Formbricks : OpnForm se concentre sur les **formulaires publics** (contact, lead gen, RSVP, intake) sans tracking in-app. Formbricks vise les micro-enquĂȘtes ciblĂ©es dans le produit. Pour qui : Ă©quipes marketing/ops qui veulent un Typeform-like self-hosted, avec webhooks vers leur stack. ## 🚀 Installation ### Docker Compose ```yaml version: '3.8' services: opnform: image: opnform/opnform:latest container_name: opnform restart: unless-stopped environment: - APP_URL=https://forms.example.com - DB_CONNECTION=sqlite - MAIL_MAILER=smtp - MAIL_HOST=mail - MAIL_PORT=587 volumes: - opnform_data:/app/storage labels: - "traefik.enable=true" - "traefik.http.routers.opnform.rule=Host(`forms.example.com`)" - "traefik.http.routers.opnform.entrypoints=websecure" - "traefik.http.routers.opnform.tls.certresolver=letsencrypt" volumes: opnform_data: ``` ## 🔄 Alternatives ### Open Source - [[app-formbricks]] — Surveys XM complets - [[app-surveyjs]] — Library JS intĂ©grable - [[app-formio]] — Form builder enterprise ### PropriĂ©taires - **Typeform** — UX premium, conversational - **Jotform** — 6000+ templates - **Fillout** — Forms Notion-like ## 🔐 SĂ©curitĂ© - **Auth** : Email + OAuth (Google, GitHub) - **CSP/SRI** : headers stricts par dĂ©faut - **Webhooks signĂ©s** : HMAC optionnel sur les callbacks - **RGPD** : auto-hĂ©bergĂ©, IP non loggĂ©e par dĂ©faut - **Rate limiting** : protection anti-spam native (honeypot, recaptcha) ## 📚 Ressources - [Documentation officielle](https://docs.opnform.com/) - [GitHub](https://github.com/open-formulieren/opnform) - [DĂ©mo](https://demo.opnform.com) ## Pages LiĂ©es - [[cat-surveys-and-forms]] — CatĂ©gorie Surveys and Forms - [[app-formbricks]] — Concurrent - [[recettes-docker-compose]] — Templates Docker