Formidable icon indicating copy to clipboard operation
Formidable copied to clipboard

PHP 7 form library for handling user input

Results 3 Formidable issues
Sort by recently updated
recently updated
newest added

https://github.com/DASPRiD/Formidable/blob/fe5ad274caf58ba617c265c5405d41d8a496d6b9/src/Mapping/Formatter/DateTimeFormatter.php#L74 setTimeZone is called even when $this->timeZone is false.

So I have followed the docs here: https://formidable.readthedocs.io/en/latest/constraints/#creating-a-simple-constraint and created my own custom error constraint. When I run the form, I get the error: Non-existent message key "some-error-key" provided Going...

question

I am using Formidable as an alternative to ZF3 forms and am liking it for its simplicity. However, I am wondering how to use it in more complicated forms? For...