Documentation
Changelog

Changelog

1.0.2 - 2024-03-27

Added

  • Custom theme font support (based on Google fonts)
  • Support for multistep forms

1.0.1 - 2024-03-06

Added

  • Short answer, Paragraph validators:
    • Number:
      • greater than
      • greater than or equal to
      • less than
      • less than or equal to
      • equal to
      • not equal to
      • between
      • not between
      • is number
    • Text
      • contains
      • doesn't contain
      • email
      • url
    • Length
      • maximum character count
      • mininmum character count
    • Regular expression
      • contains
      • doesn't contain
      • matches
      • doesn't match
  • Tags support for questions title and description

1.0.0 - 2024-03-02

Added

  • Time input
  • Date with time
  • Support for HTML tags in form description
  • Changelog page

Fixed

  • Reduce input width for Date and Time fields