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...
Hello, Finally I made time to translate the slides of the forms class presentation from Portuguese to English. I am getting ready to produce a screencast video...
I want to generate a select for a long list of years. I don't want to code it by hand. If I wasn't using this class I would do it like this: $year=date("Y"); ...
Hello, As I mentioned I have been giving talks about the forms class in several places in Brazil. In one of the places the talk was filmed. Finally, I have...
Manuel, I see the prefilter function replaces all {include}s with: '{/capture}{formadddatapart data=$smarty.capture.formdata}\\1 {capture name="formdata"}39; ...
Manuel, How do I go about adding inputs (buttons, checkboxes, etc) to the form to automate client (JavaScript) actions such as check/uncheck, select/unselect,...
Manuel, I asked you this question earlier but I guess it was mis-interpreted ... http://tech.groups.yahoo.com/group/forms-dev/message/651 ... No, it only...
* Class: FCKEditor Plug-in <http://www.phpclasses.org/browse/package/3524.html>* * Short description: Plug-in to edit HTML in Web forms using FCKEditor *...
Hello,, On November 3rd I will be giving a talk at a free software event named CONISLI that takes place in São Paulo Brazil. The title of the talk is: Web...
Hello, This message is only for that speak Portuguese. Foi criada outra lista de discussão sobre a classe de formulários para facilitar a comunicação para...
Hello, First of all, this is an awesome class! Thanks for the time and effort spent developing it. I'm new to this class and have not been able to figure out...
Manuel, I've just noticed that LoadInputValues() silently truncates the input length to MAXLENGTH if it is > MAXLENGTH without any errors. I thought it would...
hi Manuel, it has been awhile since i've asked a question. i hope all is well with you and yours. if you recall, i worked on a project developing an interface...
Manuel and others, Inviting opinions on what is a better approach in web-forms: using the original column names or fake/alias names (with alias-column-mapping ...
Disregard last post. I figured it out naturally 2 minutes after posting the question. I changed the functions to use 2 different names and loaded them in a...
Hi! This class is brilliant, Thanks!! I would like to know if anyone has found a way to get multiple linked selects working with javascript. I have been able...
Manuel, I've just noticed that IE7 displays the client validation error messages only for the first time but after closing the dialog and fixing data in the...
Hi, I have another question that is probably really stupid so sorry in advance. What line should be in my code to get a reset button to work on a form that...
Manuel, Could you give me some hints on implementing an optional PREFIX-text to input labels inside AddLabelPart() or Output() methods? I would not like to...
Manuel, I've just downloaded the latest version of forms.php and seen that you implemented displaying all the client-side error messages together instead of...
Manuel, I tried '<br /><br />' and '\n92;n' for ErrorMessageSuffix but the JavaScript error dialog displays the suffix as-is. I intend to insert a line-break or...
Hope i'm not making myself look really stupid here.. "ValidateAsEmail"=>1, "ValidationErrorMessage"=>"It was not specified a valid e-mail address", The...
Manuel, If I have a group of checkboxes as under: Group: [ ] Admin [ ] User [ ] Browser with a label for each checkbox along with a common label for...
Manuel, With a couple of submit buttons on the form, is there a way to skip form validations (cient/server) on clicking one of the submits without changing its...
Okay, I just stumbled upon this great class at phpclasses, and I must say, it looks great, and the code is well written, and robust for a form system to expand...
Hi Manuel... I could make linked selects to work great for a country/state form... The insertion works great, now: Suppose you Choose: Italy for countryfield ...
Hello Manuel and members. It's my first post, I have a simple question. How can I create a select where the options are called from a mysql database? I tried...
Hello- I have the memory of an elephant. I've developed web pages, but each time I start a new one it's like I've never done one before. Anyway, the latest...