Open palmic opened 13 years ago
Hello, yeah sorry I haven't really taken this plugin into a beta stage yet. Are you calling the use_javascripts_for_form helper on your form objects as that is where the scripts are added.
Cheers
Of course not.. Sorry for my delay, but did not had a time for this issue...
Now i have the form javascript included in my response, still not triggering form submit event, ill try to find the problem later. Thank you a lot for your answer anyway.
Hi Kevin i realy need some documentation about implementing this Your plugin. That two README lines are absolutely deficient, simply because nothing happens when you follow it...
I copy app.yml settings bellow "all" env configuration, include jquery.validation js and your extensions js explicitly in my aplication view.yml, because ?plugin is not including it? and ... still is not working...
Yes i do have javascripts included via symfony js helper (all my javascripts are in view.yml and working) and i do have all my Forms extended from Your sfFormJqueryValidationFormExtended. Which was forced me to use Your widgets too...