Manuel, I have a chicken-n-egg situation where I would not know if an input is required or not until a later time in my script. So I add it anyway and then...
Manuel, I would like to follow up on this as I started re-working on this task now. The reqs changed and now, there are multiple forms on the same page. You...
Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
Hello, ... You can use the Click Action of a submit input button to emulate a click on the submit button. Take a look at the test_linked_select.php example ...
Hello, ... Yes, my microphone is not very good. I could have amplified the volume but it would also amplify the background noise. Maybe next recording I will...
Hello, ... Accessing the inputs array directly is not acceptable and may break in the future. Why do you want to remove an input that you added in the first...
Hello, ... If you have multiple forms, you should render each one with their own templates. Then you can capture they output to separate variables. Finally you...
Hello, ... Actually there was a bug that was ignoring the input InvalidSTYLE option. The bug is fixed now in the latest version in CVS. ... I need a example...
Hello, I have thought about this and restored the original behaviour. Read only textarea inputs will be rendered with text eventually with some SPAN tags to...
Manuel, I get the idea. But if I have other forms with running content, how do I precisely position forms at different places by concatenating the captured...
Manuel, Thank you very much for keeping this in mind. I'll test it out ASAP. ... some ... behavior ... reasons? ... will keep ... disabled- ... inconsistent. ...
Manuel, By the way, I use Smarty and the way I see it possibly done is by using {include file} tags to include other templates for different forms into the...
Hello, I have just uploaded a new version with a batch of new features mostly requested by the users. Some are interested and I also benefitted from the...
Thanks for the new version Manuel, and for that matter all the new features and plug-ins you've released in recent months. With custom validation, like the one...
Hello, ... I am not sure what is your difficulty. Anyway, if you want to use the same forms class object to render different forms, you need to call the...
Hello, ... You should not use page wide templates when using the forms smarty plug-in because it will always enclose the resulting template output between the...
Hello, ... Yes, it is possible. Since in the example script it was not necessary because if any of the inputs fail validation the custom validation never ...
Manuel, I have an input that has options set as under: 'OPTIONS' => array( 1 => 1, 2 => 2, 3 => 3 ); and the forms class marks up HTML like so: <option...
Hello, ... PHP converts array indexes that are strings with numbers into integers. Anyway, I need to see an example script to reproduce the problems of ...
Manuel, I debugged it and realized it was due to a chicken-n-egg situation: I would not know the OPTIONS until I retrieve data and/but I need OPTIONS to...
Manuel, Could you list the new features you added from the last version so we can try them out? TIA ... mostly ... my ... features ... ins to ... how to...
Manuel, How do I set a validation rule to specify the minimum/maximum number of selected options in a multiple select input? Eg: 1 => 1 2 => 2 3 => 3 4 => 4 5...
Hello, ... I think it is better that you take a look at the latest file changes feed: http://www.phpclasses.org/browse/feed/changes/package/1.xml -- Regards, ...
Hello, ... This is very specific to provide as a feature built-in the class. I suggest that you study the custom validation example plug-in and adapt it to...
Manuel, I guess there is a glitch in the calculation of aging: templates/form_password_body.html.php (995 days ago) (2004-06- 20T22:06:53Z) Age in days: 995 ...
Manuel, I beg to differ on this - partly and also mainly because its not a client action, just a validation. Restricting the number of options selected is very...
Also, it is similar to ValidateMinimumLength/ValidateMaximumLength validation rules. Thanks, ... options ... to ... and ... at ... checkboxes ... class. I ... ...