Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

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...
1 Mar 19, 2009
8:18 am

Manuel Lemos
mallemos
Offline Send Email

There is missing code in forms.php that assign invalidCLASS value... if(IsSet($arguments["STYLE"])) $input["STYLE"]=$arguments["STYLE"]; ...
2 May 8, 2008
8:01 am

Manuel Lemos
mallemos
Offline Send Email

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...
5 Feb 12, 2008
3:03 am

fen.strat
Offline Send Email

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...
6 Jan 11, 2008
9:04 pm

Nikos Katsikanis
nikos_101
Offline Send Email

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?...
2 Jan 9, 2008
3:52 pm

nikos_101
Offline Send Email

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...
3 Jan 8, 2008
1:54 pm

nikos_101
Offline Send Email

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...
5 Sep 14, 2007
10:10 pm

Manuel Lemos
mallemos
Offline Send Email

Manuel, We would like to see the VAT ID validation in forms class: https://store5.esellerate.net/store/VATID.htm ...
2 Sep 11, 2007
2:02 am

Manuel Lemos
mallemos
Offline Send Email

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...
3 Aug 29, 2007
10:44 am

Gary A Mort
garyamort
Offline Send Email

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...
2 Aug 29, 2007
10:44 am

Gary A Mort
garyamort
Offline Send Email

After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
2 Aug 17, 2007
6:35 pm

Manuel Lemos
mallemos
Offline Send Email

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...
2 Jul 7, 2007
4:33 am

Manuel Lemos
mallemos
Offline Send Email

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"...
4 Jun 16, 2007
7:10 am

Manuel Lemos
mallemos
Offline Send Email

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...
4 Jun 8, 2007
9:07 pm

Manuel Lemos
mallemos
Offline Send Email

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...
2 Jun 5, 2007
8:18 pm

Manuel Lemos
mallemos
Offline Send Email

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...
1 May 22, 2007
6:58 pm

Manuel Lemos
mallemos
Offline Send Email

[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...
14 Apr 27, 2007
6:10 am

Shekar C. Reddy
powerobject
Offline Send Email

Manuel, I prefix '&nbsp;' to some inputs' LABELs for fine alignment with the labels of other inputs. I have an SELECT-type input and these space chars are...
2 Apr 10, 2007
9:11 pm

Shekar C. Reddy
powerobject
Offline Send Email

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...
11 Apr 5, 2007
8:54 pm

Manuel Lemos
mallemos
Offline Send Email

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...
2 Mar 26, 2007
10:25 pm

Manuel Lemos
mallemos
Offline Send Email

Hello, ... I have already answered to this here: http://www.phpclasses.org/discuss/package/1/thread/63/#246 -- Regards, Manuel Lemos Metastorage - Data object...
1 Mar 26, 2007
10:23 pm

Manuel Lemos
mallemos
Offline Send Email

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...
12 Mar 22, 2007
5:10 am

Manuel Lemos
mallemos
Offline Send Email

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...
4 Mar 5, 2007
7:09 pm

Shekar C. Reddy
powerobject
Offline Send Email

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. ...
13 Feb 23, 2007
8:57 pm

Shekar C. Reddy
powerobject
Offline Send Email

Manuel, Setting a border InvalidSTYLE for invalid inputs works for text inputs but does not work for select inputs for frontend/badckend validations. However,...
6 Feb 21, 2007
2:55 am

Manuel Lemos
mallemos
Offline Send Email

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...
2 Feb 20, 2007
8:24 pm

Manuel Lemos
mallemos
Offline Send Email

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...
3 Feb 20, 2007
8:16 pm

Manuel Lemos
mallemos
Offline Send Email

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...
4 Feb 17, 2007
1:54 am

Manuel Lemos
mallemos
Offline Send Email

Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
2 Feb 14, 2007
1:17 am

Shekar C. Reddy
powerobject
Offline Send Email

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...
3 Jan 18, 2007
8:51 pm

Shekar C. Reddy
powerobject
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help