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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Messages 41 - 70 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41
Hello, I have a number of forms all using your form_class class. I am using it in conjunction with Smarty, following the example provided. The problem I am...
simian187
Offline Send Email
Mar 15, 2005
7:03 pm
42
... provided. ... Here's the problem - if you use different values for the "NAME" and "ID" parameters in AddInput(), then Validate() fails. Strange....
simian187
Offline Send Email
Mar 15, 2005
7:20 pm
43
Hello, ... It is hard to tell without a concrete example. Can you post the smallest example that you can write that exhibits this behavior? -- Regards, Manuel...
Manuel Lemos
mallemos
Offline Send Email
Mar 15, 2005
7:36 pm
44
Manuel, how can i call a function inside of your class? i want to call a simple date function, but i can't figure out how to get it done. i tried loading in...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 23, 2005
7:44 pm
45
... manuel, it makes sense to use the date_form.php plugin you have developed, but when i add... include("common/form_date.php"); or ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 24, 2005
4:47 pm
46
... Manuel, OK, i uploaded the code to my production server and received the following error... Fatal error: Cannot redeclare class form_date_class in ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 24, 2005
4:55 pm
47
How can I make a field validate only if something is input? Is this the proper way to do it? "ValidateOptionalValue"=>""...
pvutrix
Offline Send Email
Mar 28, 2005
4:06 pm
48
Hello, ... This means that you are including the form_date.php twice in your script. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components...
Manuel Lemos
mallemos
Offline Send Email
Mar 28, 2005
4:49 pm
49
Hello, ... Yes. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP...
Manuel Lemos
mallemos
Offline Send Email
Mar 28, 2005
4:56 pm
50
manuel, thanks for the guidance on the double date class call. i removed it and the rror went away. i would like to insert an inline date using you date ...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 28, 2005
7:40 pm
51
Hello, ... Sure. Have you seen the custom date input example script test_date_input.php ? ... If you have kept the OutputDebug debug function as in the...
Manuel Lemos
mallemos
Offline Send Email
Mar 28, 2005
7:46 pm
52
... that is what i tried to manipulate to work with a regular form and failed. i'll go back and work on it some more. i assume the date arrays can be set up...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 29, 2005
7:23 pm
53
Manuel, i think my problem is that i didn't start my form using your examples, rather, i based it on the devshed (i think it was devshed) tutorial. now that i...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 29, 2005
8:33 pm
54
Manuel, i went ahead and updated my code so it more closely follows your methodology. everything went pretty well until i found out that ie's formatting...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 29, 2005
9:52 pm
55
manuel, i figured out the ie bug - there was an extra space or return it was interpretting as a horizontal line. i have successfully approximated your form...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 30, 2005
6:43 pm
56
Hello, ... No. Currently, Javascript is just used for client side validation but server side validation is also implemented. ... Yes. This option tells whether...
Manuel Lemos
mallemos
Offline Send Email
Mar 30, 2005
7:04 pm
57
Hello, ... PHP array indexes are case sensitive. It should be LabelClass, LableSTYLE and LabelID. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP...
Manuel Lemos
mallemos
Offline Send Email
Mar 30, 2005
7:05 pm
58
... Manuel, thank you. time to check my vision... -lol- i tried all three again and nothing budged that label from its current position while the input moves...
operationsengineer1@...
operationsen...
Offline Send Email
Mar 31, 2005
4:47 pm
59
Hello, ... It should be : "LabelCLASS"=>"first", or "LabelSSTYLE"=>"margin-top: 3em;" -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components...
Manuel Lemos
mallemos
Offline Send Email
Mar 31, 2005
4:57 pm
60
Hello, I have a form with multiple submit buttons, using AddInput(array( "TYPE" => "submit", "ID" => "button_name" )) I am trying to determine which button is...
simian187
Offline Send Email
Apr 8, 2005
7:41 pm
61
Hello, ... You need to define the NAME attribute or else the browser does not pass the information about which input was used. -- Regards, Manuel Lemos PHP...
Manuel Lemos
mallemos
Offline Send Email
Apr 8, 2005
7:59 pm
62
Thanks that worked...
counter intelligence
simian187
Offline Send Email
Apr 8, 2005
8:10 pm
63
manuel, first, thanks for all you help. when i finally get this all worked out, i'll post some sample code on the net so that others can learn what you've...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 11, 2005
5:31 pm
64
Hello, ... It's LabelCLASS, not labelCLASS. ... That is more an HTML/CSS issue that really does not have to do with the class. -- Regards, Manuel Lemos PHP...
Manuel Lemos
mallemos
Offline Send Email
Apr 12, 2005
3:14 am
65
... yes. i'm going to write that 100 times on a chalkboard as soon as i find a chalkboard! changing to "LabelCLASS" allowed the class css to be picked up by...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 12, 2005
3:53 pm
66
Hi I'm building a form with your class, and i want to build a dynamic select.. $form->AddInput(array( "TYPE"=>"select", "NAME"=>"campocliente", ...
Kike F Becerra
qbecerra
Offline Send Email
Apr 12, 2005
8:16 pm
67
Hello, ... You just need to create an array with the options and their values: $sql->Query("SELECT * FROM CLIENT"); $options=array() for ($i=0;...
Manuel Lemos
mallemos
Offline Send Email
Apr 12, 2005
9:37 pm
68
Manuel, the misaligned text box was my issue - i styled the inputs (including text boxes) to have a margin-bottom, but i hadn't styled the selects to have the...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 13, 2005
3:53 pm
69
I tried to learn how form templating is done in the creation of my form... but well, the example is a little complex for now... let's suppose my form has 2...
Kike F Becerra
qbecerra
Offline Send Email
Apr 14, 2005
7:32 pm
70
Hello, ... You can either use the Smarty template engine or interleave PHP commands to add input parts in HTML code . Take a look at the class examples to see...
Manuel Lemos
mallemos
Offline Send Email
Apr 15, 2005
1:38 am
Messages 41 - 70 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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