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

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

Manuel, Is there a way to simulate a 'default&#39; value for an input? For instance, if I set the initial value for a checkbox to 1 in insert mode, it is...
23 Apr 21, 2006
2:28 am

Shekar C. Reddy
powerobject
Send Email

Hi everybody! I´m a student from Barcelona trying to make a web aplications using oracle, php and smarty (generating forms with formgenerations by mlemos). ...
2 Apr 20, 2006
7:39 pm

Manuel Lemos
mallemos
Send Email

- Finally i found a plugin to make that Dhtml calendar work in smarty. - Now the question is if I could use it with formsgenerations and how. - Now i show a...
1 Apr 20, 2006
2:38 pm

aterrade
Send Email

I just saw that dhtml calendar have a plugin to work with smarty http://smarty.incutio.com/?page=DHTMLCalendarPlugin Can I use FormsGeneration class with...
1 Apr 20, 2006
2:38 pm

aterrade
Send Email

Ok I've got another question. I have the following: if($form->WasSubmitted("cancel&quot;)) { header("Location: "."../admin/admin.php?func=AEDclients&quot;); } BUT the...
13 Apr 19, 2006
11:58 am

rahenkamp2003
Send Email

Me again. I have a problem now with my linked select when I post the form. I have a country - region - city linked_select form and when I post the form I can...
5 Apr 14, 2006
10:12 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i want to apply $value = intval($value); to a form element where the user can enter 001, 01 or 1 for the value 1. i'm using this code... ...
2 Apr 14, 2006
10:06 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i'm having regex issues. the following works: 'ValidateRegularExpression&#39;=>&#39;^([1-9]|[1-9][0-9]|100)$&#39;, the following doesn't work, but should work: ...
2 Apr 14, 2006
9:53 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i'm getting an error while using SetSelectOptions. My code is: $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
3 Apr 14, 2006
8:31 pm

Manuel Lemos
mallemos
Send Email

Is there a way to set a PHP variable if a field has been changed? thx d...
5 Apr 11, 2006
2:17 pm

Shekar C. Reddy
powerobject
Send Email

Hi I just discovered your very nice class and I am trying to learn how to use it. I also am new to classes so please bear with me on the novice questions. I...
9 Apr 10, 2006
7:04 pm

rahenkamp2003
Send Email

hi Manuel, how do i preselect an option in a select box? i have the following code: $polarity=array( "0x00"=>"Vertical", "0x01"=>"Horizontal", //...
8 Apr 6, 2006
2:12 am

operationsengineer1@...
operationsen...
Send Email

I don't know why, my mysql_linked_select forms works with firefox and Opera but doesn't do with Internet Explorer. Any suggestion?...
2 Apr 5, 2006
10:23 pm

Manuel Lemos
mallemos
Send Email

Hi again. Now I've finished my forms I have two verification problems (maybe any more). I have a problem again with captcha. Now I can see the captcha image...
2 Apr 5, 2006
10:22 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, my basic set up is to have a logic page and then call a template and display it. on my logic page, the code i use to display the template looks like...
4 Apr 5, 2006
10:19 pm

Manuel Lemos
mallemos
Send Email

... Manuel, the output actually looks like this: <html> <form> <head> ... </head> ... </html> </form> i'd like to see something similar to, if possible... ...
1 Apr 3, 2006
5:40 pm

operationsengineer1@...
operationsen...
Send Email

Manuel, I'm not clear with the usage of DiscardInvalidValues. Do we need to add one DiscardInvalidValues input for 'each' input we need to validate against...
2 Apr 2, 2006
10:37 pm

Manuel Lemos
mallemos
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