forms icon indicating copy to clipboard operation
forms copied to clipboard

📝 Generating, validating and processing secure forms in PHP. Handy API, fully customizable, server & client side validation and mature design.

Results 51 forms issues
Sort by recently updated
recently updated
newest added

I have a custom form control implementing `Nette\Forms\Control` interface. I want to add a common rule to check if that control is filled. Sadly, the default implementation delegates to the...