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...
918
Gary A Mort
garyamort
Aug 29, 2007 10:44 am
Yes indeed at 6:40am after not getting enough sleep, I am misreading the terms. I'm looking at a different PHP forms package. Gah...
919
Gary A Mort
garyamort
Aug 29, 2007 10:44 am
... I completely overlooked the HTML documentation. I assumed forms.html was an example or something. Ok, now I've found the documentation, now I need to look...
920
Shekar C. Reddy
powerobject
Aug 30, 2007 6:00 pm
Manuel, We would like to see the VAT ID validation in forms class: https://store5.esellerate.net/store/VATID.htm ...
921
kurt_leyba
Sep 10, 2007 5:46 pm
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...
922
Manuel Lemos
mallemos
Sep 11, 2007 2:02 am
Hello, ... It seems this could be easily done with a plug-in if regular expression validation would not do. -- Regards, Manuel Lemos Metastorage - Data object...
923
Manuel Lemos
mallemos
Sep 11, 2007 2:18 am
Hello, ... Can you please provide a minimal example that exhibits the problem so I can understand what is wrong? -- Regards, Manuel Lemos Metastorage - Data...
924
kurt_leyba
Sep 11, 2007 11:25 am
Hi Manuel; Thanks for replying; This is where is think the error is... See the onchange line... <td><select name="TheaterName" ...
925
kurt_leyba
Sep 12, 2007 7:50 am
Hi Manuel; I've been looking at the classes more carefuly and I think the problem is in the GetEventsActions. This populates the onchange field but does not...
926
Manuel Lemos
mallemos
Sep 14, 2007 10:10 pm
Hello, ... Yes, there was a bug in the forms class that was not making it not generate the necessary semi-colons in the event handling Javascript code. The bug...
927
nikos_101
Dec 31, 2007 6:53 pm
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...
928
nikos_101
Dec 31, 2007 6:54 pm
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...
929
Manuel Lemos
mallemos
Jan 3, 2008 7:08 am
Hello, ... Yes, you can do that. You need to take a look at the test_ajax_form.php example. -- Regards, Manuel Lemos Metastorage - Data object relational...
930
Manuel Lemos
mallemos
Jan 3, 2008 7:11 am
Hello, ... You can develop your own plug-ins to retrieve your data from wherever you want. The database variants do that. They just redefine a few functions of...
931
nikos_101
Jan 5, 2008 10:11 pm
Thanks Manuel for that. One other thing, I noticed when you use the form_linked_select class there can parameters in the input like this: "AutoWidthLimit"=>0, ...
932
nikos_101
Jan 5, 2008 10:15 pm
... oh and I just wanted to add that I dont want to use AutoWidthLimit"=>0, ... when I have a lot of data, because the form expands drastically :)...
933
nikos_101
Jan 8, 2008 11:54 am
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?...
934
nikos_101
Jan 8, 2008 1:54 pm
... want the ... submit ... such a ... thanks for pointing that out regards Nikos Katsikanis...
935
nikos_101
Jan 9, 2008 3:52 pm
sorry for not thinking about this beforehand, I found out I can do server side Validation by using the same php file that generates form....
936
Manuel Lemos
mallemos
Jan 11, 2008 6:52 pm
Hello, ... That is explained in the documentation. It is to make the class adjust the width and height of the select input accroding to the number of entries...
937
Nikos Katsikanis
nikos_101
Jan 11, 2008 9:04 pm
Thanks very much for that. I should have watched the videos twice :) ... -- Nikos Katsikanis MSci (Hons) EcommerceTotal.co.uk...
938
fen.strat
Feb 6, 2008 12:33 am
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...
939
Manuel Lemos
mallemos
Feb 6, 2008 12:39 am
Hello, ... Can you provide a minimal example that I can reproduce the problem? -- Regards, Manuel Lemos PHP professionals looking for PHP jobs ...
940
fen.strat
Feb 11, 2008 12:28 am
Hi Manuel, ... form_custom_test_class.php : class form_custom_test_class extends form_custom_class { var $client_validate = 0; var $server_validate = 1; ...
941
Manuel Lemos
mallemos
Feb 12, 2008 2:05 am
Hello, ... Ok, I fixed the bug. You find the fixed version here. Thank you for reporting. ...
942
fen.strat
Feb 12, 2008 3:03 am
Works perfect, thanks Manuel Cheers, Saul...
943
vs_pvt
May 8, 2008 7:54 am
There is missing code in forms.php that assign invalidCLASS value... if(IsSet($arguments["STYLE"])) $input["STYLE"]=$arguments["STYLE"]; ...
944
Manuel Lemos
mallemos
May 8, 2008 8:01 am
Hello, ... Oh, I see. I just fixed that in CVS. Thank you for reporting. -- Regards, Manuel Lemos PHP professionals looking for PHP jobs ...
945
Manuel Lemos
mallemos
Mar 19, 2009 8:18 am
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...
946
Manuel Lemos
mallemos
Apr 6, 2011 6:27 am
Hello, Sometimes I get requests to provide consulting requests on the form class. I do not have time to provide consulting. If you are experienced with the...