Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

forms-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
2 Aug 24, 2006
4:31 am

Manuel Lemos
mallemos
Send Email

Manuel, I tried '<br /><br />' and '\n&#92;n' for ErrorMessageSuffix but the JavaScript error dialog displays the suffix as-is. I intend to insert a line-break or...
2 Aug 24, 2006
4:21 am

Manuel Lemos
mallemos
Send Email

Hope i'm not making myself look really stupid here.. "ValidateAsEmail"=>1, "ValidationErrorMessage"=>"It was not specified a valid e-mail address", The...
2 Aug 14, 2006
7:00 am

Manuel Lemos
mallemos
Send Email

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...
9 Jul 27, 2006
8:15 am

Shekar C. Reddy
powerobject
Send Email

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...
3 Jul 27, 2006
7:07 am

Shekar C. Reddy
powerobject
Send Email

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...
4 Jul 26, 2006
6:23 pm

Manuel Lemos
mallemos
Send Email

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 ...
13 Jul 20, 2006
7:36 pm

Mark Ty
mty620
Send Email

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...
6 Jul 11, 2006
10:43 pm

albertp3
Send Email

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...
4 Jun 30, 2006
10:21 pm

Gary Rametta
grametta
Send Email

Good Afternoon: I have having problems initially setting a check box. My friend and I have tried what we believe are all combinations of variables to set the ...
3 Jun 23, 2006
9:34 pm

operationsengineer1@...
operationsen...
Send Email

Hi Manuel, First I'd like to say thanks for creating and maintaining such a fantastic class. I have a question re the default comment that is placed right...
4 Jun 7, 2006
8:02 pm

Manuel Lemos
mallemos
Send Email

Manuel, Is there a way to display an alert if the user makes changes to the form and then tries to: 1. Navigate away from the page 2. Refresh the page 3. Close...
2 Jun 7, 2006
7:45 pm

Manuel Lemos
mallemos
Send Email

With this code ,the user have to put a valid email adress. How can i make that the user can let de field empty to if don´t remember the mail? // Mail ...
2 Jun 1, 2006
11:27 pm

fen.strat
Send Email

$subscription->AddInput(array( "TYPE"=>"text", "NAME"=>"e_percentatge&quot;, "ID"=>"e_percentatge&quot;, "ValidateAsFloat"=>1, "ValidationErrorMessage"=>"Must be a...
2 May 24, 2006
5:39 pm

Manuel Lemos
mallemos
Send Email

hi Manuel (or anyone who can answer - it is likely simple), i'm egetting the following error: inspect_pass: it was not specified a valid radio or checkbox...
2 May 24, 2006
1:57 am

Manuel Lemos
mallemos
Send Email

Manuel, how hard would it be to integrate the different components of YUI into the forms class? i'd be willing to help, but i'd need to see the code to do it ...
6 May 19, 2006
7:28 pm

Manuel Lemos
mallemos
Send Email

/* print_r($valors2); Array ( [2] => CADIRES [301] => pilotes [302] => sdfad [1] => TAULES [303] => familia [304] => aaaaaaaaaaaa [305] => familianova [306] =>...
1 May 19, 2006
11:51 am

aterrade
Send Email

I got this select field. It works fine. : ) // Id Familia Equipament // Load options from oracle data base // Example valors2 -> ...
1 May 19, 2006
11:01 am

aterrade
Send Email

Hour selector Example : how to select hour between 0:00 and 11:55. The minuts steps by 5. Ex: 00:00 - 00:05 - 00:10 //Hour array $hours=array(); ...
1 May 16, 2006
8:08 am

aterrade
Send Email

I blindly copied the PHP template example from the documentation, only adding the missing include for the class. Result is that the form is displayed, but it...
5 May 13, 2006
6:04 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i have an php 4.3 application that includes forms.php. forms.php takes about 2 seconds to load - all by itself - no other code. do you have any idea...
5 May 10, 2006
10:19 pm

Manuel Lemos
mallemos
Send Email

Hi! I´m using smarty and formsgeneration. It works fine. : ) Question: It´s possible to use the upload field to upload images and files? If is possible......
2 May 10, 2006
10:11 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i'm reviewing some of your code and i have a question. in test_linked_select.php, you have the following line of code... $form->Connect("location&quot;,...
1 May 5, 2006
8:49 pm

operationsengineer1@...
operationsen...
Send Email

hi Manuel, is it better practice to use... 'ReplacePatterns'=>array( '^\&#92;s+'=>'', /* trim whitespace at the beginning of the text value */ '\&#92;s+\$'=>'', /*...
1 May 5, 2006
8:47 pm

operationsengineer1@...
operationsen...
Send Email

Hello, I just would like to let you know about this page that I think it is of your interest. Class: Xinha plug-in Description: Forms plug-in to use Xinha HTML...
1 May 3, 2006
5:24 am

Manuel Lemos
mallemos
Send Email

hi Manuel, in some of my scripts, i use $form->AddInput(array( "TYPE"=>"hidden", "NAME"=>"_submit_check&quot;, "VALUE"=>1, "ValidateAsInteger"=>1, ...
2 May 2, 2006
7:04 pm

Manuel Lemos
mallemos
Send Email

Manuel, I'm trying to unset some elements of the array that I assign to the template as they are not required by the client. But, no matter where I unset those...
4 May 2, 2006
6:41 pm

Manuel Lemos
mallemos
Send Email

Hi everybody!!! I have some date fields like this.... $error=$subscription->AddInput(array( "TYPE"=>"custom", "NAME"=>"e_data_inici&quot;, "ID"=>"e_data_inici&quot;, ...
2 May 2, 2006
3:48 pm

operationsengineer1@...
operationsen...
Send Email

Hi I´m using nic dhtml calendar , smarty plugin , and formsgeneration. All works good! : ) Question: If in one of the fields i need the hour, and the calendar...
2 Apr 24, 2006
6:52 pm

Manuel Lemos
mallemos
Send Email

Hi manuel. Thanks for reply : ) I still have the same problem. All the form works well but the date field array returns empty. I´m using SMARTY. Any idea? I...
2 Apr 21, 2006
11:40 am

aterrade
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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