Hello, This is just to let to you that there is now a blog about the Forms class that I just inaugurated. http://www.phpclasses.org/blog/package/1/ I am about...
Thanks Manuel for the latest update of the class. I noticed a particular bug fix: - Fixed bug of adding custom input validation errors twice when ShowAllErrors...
I have my own linked select form using my own Javascript and HTML. I use static arrays for data. There is so much data that I would have to write convert it to...
If I use this forms class I take it I will also have to develop server side validation to compliment it in the case that the user has JavaScript turned off?...
Hi there, I am looking forward to discussions on this forum. To start with I wanted to ask if it was possible to do clients side and server side form...
Hello; I'm trying to use the linked selection box... I want to get 2 differnt selection boxes (Preformance time and Seating Section) to pupulate based on the...
Are there any books(hardcopy) that discuss using PHP forms(this automated package, not forms in general). I'm rather old school and find a written book helps...
Doesn't that make this package unusable in most cases? Or are people just ignoring the terms of the license? As I read it, it means I can't use it for...
After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
I browsed through all the mailing list posts here and the document and the examples but couldn't find any real life example of how to retrieve, validate and...
Manuel, I see no option to set the accept-charset for the generated form tag in the forms class. How do I get the class to render: <form accept-charset="utf-8"...
Manuel, How do I validate min length if the value has tags not to be counted as the actual content? I want to validate the length of the actual content after...
Manuel, Is it possible to render a SELECT-MULTIPLE input as a div with checkboxes (options as checkboxes that get checked/highlighted on clicking) for easier...
Hello, Once again I got a request to develop a small PHP application that would use the forms class. Since I do not have the time to handle it, the person that...
[NOT: Multi-page Forms] Manuel, Apparently, the forms class has a hard-coded var $form that is rendered in Smarty. How do I go about rendering multiple forms...
Manuel, I prefix ' ' to some inputs' LABELs for fine alignment with the labels of other inputs. I have an SELECT-type input and these space chars are...
Manuel, Is is possible to separate the generated JavaScript into disk-files for effective client-side caching and reducing the HTML file-size? Similar to...
Manuel, How can I change the name format of the input from: 'p_name_suffix' to just: 'name_suffix' without touching the form class core or form_date core? I...
Hello, ... I have already answered to this here: http://www.phpclasses.org/discuss/package/1/thread/63/#246 -- Regards, Manuel Lemos Metastorage - Data object...
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...
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...
using... 'Accessible'=>0, in the AdInput array partially achieves what i'd like to do. it displays the current value as text and used the correct styling. ...
Manuel, Setting a border InvalidSTYLE for invalid inputs works for text inputs but does not work for select inputs for frontend/badckend validations. However,...
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...
Hello, Finally I made time to produce and upload the video of the forms class talk in English. This is a 4 hour video that is available here using Google...
Manuel, I've just noticed clicking the submit button populates the submit button into $_POST but pressing the Enter key does not. Is this the default behavior...
Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
Manuel, I notice InvalidCLASS/InvalidSTYLE are being used for the input itself but is there a way to set these for the input's LABEL? Would it be possible to...