zf2-form
zf2-form copied to clipboard
ZF2 module for extending forms with live clientside validation without need to write js validation code
Hi Bram, This library uses inlineScript, headScript helpers. But suppose, I want to load the form using ajax and also need client side validation for the same. Can I do...
The element Zend\Form\Element\Number initialises the regex validator without surrounding slash. This produces the following notice: > Notice: Undefined offset: 1 in /Volumes/WWW/service.dev/vendor/stroker/form/src/StrokerForm/Renderer/JqueryValidate/Rule/Regex.php on line 32 See Zend\Form\Element\Number: ```
Hi Bram, I have seen your zf2-form module for client side validation, it seems very nice. However, I have tried but I am not able to use this into my...
Hi, I think it would be interesting to have a way to use Stroker Form for cases of elements based on an array as DateSelect: date[year] date[month] date[day]
Hi, I think it would be interesting to not create new messages but rather reuse the messages from inputFilter. I created such approach on my fork cbichis/zf2-form
Hi, I think it would be useful to allow functions to be set on value_options I created such approach on my fork cbichis/zf2-form
Hi, I suggest to update the JS libraries to the latest and also to include the additional-methods.js
Hi, For some custom validators is needed to have access not only to the field value itself but also to other fields values. Currently this is not possible because the...