Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.0-alpha2

    1.0.0-alpha2 — admin UX improvements.
    
    - Surface API settings, Rate limiting, and Forms as tabs on every page
      in the admin cluster, so navigating between sibling configuration
      pages no longer requires backtracking through the configuration
      index.
  • 1.0.0-alpha1

    1.0.0-alpha1 — first alpha after end-to-end smoke testing.
    
    Verified working on Drupal 11.3.8 with PHP 8.3:
    - Form rendering for 15 Jotform field types
    - Server-side validation (required, length, range, email/numeric/alphabetic format)
    - Submissions land correctly in Jotform inbox with all fields populated
    - Composite fields (full name, address, phone) round-trip cleanly
    - Thank-you message and redirect URL honoured from Jotform settings
    - Rate limiting wired into the submission lifecycle
    - Forms-browser admin page with pagination + filter + per-form refresh
    - Block plugin, field type, auto-route, and webhook receiver all functional