OpnForm logo

OpnForm

Beautiful open-source form builder

Alternative to: typeform, google forms, jotform, tally


About Versions (62)

v2.1.0

2026-06-30

This release fixes two self-hosted issues affecting PDF templates and password-protected forms.

Fixed

  • Fixed PDF template zones being placed out of reach when adding fields to a tall PDF page. Newly added zones now stay visible and can be dragged normally.
  • Fixed password-protected forms on plain-HTTP self-hosted instances. Firefox rejected the previous secure-only password cookie on non-HTTPS origins, which made valid passwords appear invalid. HTTPS deployments keep the secure cookie behavior.

Validation

  • Reproduced the password issue in Firefox on a local HTTP self-host-style origin, then verified the form unlocks correctly after the fix.
  • Verified newly added PDF zones stay visible and draggable in the PDF template editor.
  • Ran frontend lint and targeted backend password form tests.