Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 391 Bytes

SilverStripe HTML5 forms

Requirements

  • SilverStripe 2 or newer
  • PHP 5.4+ (using traits)

Installation

Copy html5forms module folder to your SilverStripe installation, run ?flush=all and done.

Status

Experimental - not for production use right now ;)

TODO

Implementing more field types, currently supported:

  • TextField
  • TextareaField
  • PasswordField
  • EmailField