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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

hi Manuel, i would appreciate any insight you may have in solving the the following link problem: select 1: assembly number (static - data is the same, ...
2 Jan 11, 2006
2:00 pm

Manuel Lemos
mallemos
Send Email

I am using database driven SELECT's that will occasionally contain a value that is not in OPTIONS (i.e. ca vs CA), at which point i get the expected error of...
4 Jan 11, 2006
1:54 pm

Manuel Lemos
mallemos
Send Email

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
10 Dec 30, 2005
9:59 pm

forms-dev@yahoogroups...
Send Email

Hi everyone ! when using formsgeneration-2005-12-20 I found some unexpected feature in EncodeHTMLString() function: Function EncodeHTMLString($string) { ...
2 Dec 30, 2005
9:17 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i'm wondering if your forms class can be incorporated into Ruby on Rails. RoR looks to be an awsome development framework for many situations, but i...
2 Dec 24, 2005
2:57 am

Manuel Lemos
mallemos
Send Email

ONKEYUP works great within the ExtraAttributes like so: "ExtraAttributes"=>array( "onKeyUp"=>"TabNext(this,'up&#39;,3,homephone_exchange)" ), But not like this: ...
2 Dec 24, 2005
2:48 am

Manuel Lemos
mallemos
Send Email

hi Manuel, i use the following custom linked select to select one value and it works fine: $form->AddInput(array( 'TYPE'=>'custom', 'NAME'=>'serial_number&#39;, ...
2 Dec 24, 2005
2:25 am

Manuel Lemos
mallemos
Send Email

hi Manuel, can the forms class use javascript so that if a radio box is checked, another form element (eg, a drop down box) disappears? if so, do you have some...
2 Dec 9, 2005
12:39 am

Manuel Lemos
mallemos
Send Email

Hello, I just would like to let you know about this page that I think it is of your interest. Class: Plugin Cal class This class is a plugin that implements a...
1 Dec 8, 2005
1:57 am

Manuel Lemos
mallemos
Send Email

Can the CAPTCHA plugin use different fonts or distorted text? Also, I am getting the following validation warnings for DTD XHTML 1.0 Transitional: "Warning:...
2 Dec 4, 2005
9:06 pm

Manuel Lemos
mallemos
Send Email

for anyone interested... the following code used to bring in your content template: $form->StartLayoutCapture(); REQUIRE_ONCE(TPL); $form->EndLayoutCapture(); ...
1 Oct 31, 2005
7:47 pm

operationsengineer1@...
operationsen...
Send Email

Hi, I am using Manuel Lemos form class - great class. I can't figure out how to avoid that the completed form after submitting is displayed once more(as...
6 Oct 22, 2005
8:37 am

Chris Grafix
panospheric
Send Email

hi Manuel, i'm digging deeper into the form's class' css functionality and i think i may have run into a road block. i use this code... $form->AddInput(array( ...
3 Oct 22, 2005
12:43 am

operationsengineer1@...
operationsen...
Send Email

I want to use the formsgeneration class for write the data into a mysql database and also for editing the data. How i do? It is possible to view an example...
5 Oct 22, 2005
12:09 am

Manuel Lemos
mallemos
Send Email

$form->AddInput(array( 'TYPE'=>'radio', 'NAME'=>'robustness&#39;, 'ID'=>'robustness_low', 'ONCHANGE&#39;=>&#39;this.id=\'changed&#92;';', 'VALUE&#39;=>&#39;robustness_low', ...
1 Oct 21, 2005
10:32 pm

operationsengineer1@...
operationsen...
Send Email

hi Manuel, i'm using code similar to the following... $form->AddInput(array( 'TYPE'=>'radio', 'NAME'=>'antenna&#39;, 'ID'=>'antenna_1&#39;, ...
4 Oct 21, 2005
10:28 pm

Manuel Lemos
mallemos
Send Email

i meant labelCLASS, not labelSTYLE - sorry about that. ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 ...
1 Oct 21, 2005
10:09 pm

operationsengineer1@...
operationsen...
Send Email

In the example test_form.php i have this $form->AddInput(array( "TYPE"=>"select", "MULTIPLE";=>1, "NAME"=>"interests", "ID"=>"interests", "SELECTED";=>array( ...
2 Oct 21, 2005
5:58 pm

operationsengineer1@...
operationsen...
Send Email

hi Manuel, recently, i have been using check boxes pretty extensively. i noticed that when one enters an id that is numeric SetCheckedState *may* not display...
2 Oct 18, 2005
8:48 pm

Manuel Lemos
mallemos
Send Email

I have the following template: <tr valign='bottom'> <td> <div class='footer-col'> <div class='footer-box'> <p class='cont1&#39;>Share your new found knowledge and...
5 Oct 17, 2005
3:11 am

Manuel Lemos
mallemos
Send Email

hi Manuel, i'm using the following code in a text entry box... ValidateAsInteger&#39;=>1, 'ValidateAsIntegerErrorMessage&#39;=>'the product number must contain only...
3 Oct 12, 2005
8:15 pm

Manuel Lemos
mallemos
Send Email

hi Manuel Lemos (last name included to help future googlers who might focus their search on your last name - which is what i tend to do ;-), as i said, i've...
3 Oct 3, 2005
3:32 pm

operationsengineer1@...
operationsen...
Send Email

hi Manuel, i have some users that have requested colored form boxes. for example, a box that displays different a color if you made a change to the initial...
2 Oct 3, 2005
6:53 am

Manuel Lemos
mallemos
Send Email

hi Manuel, you were correct that my lack of select box borders in ff 1.5 beta was due to my css. i made some adjustments and everything is nice. i have run...
9 Oct 3, 2005
6:49 am

Manuel Lemos
mallemos
Send Email

Manuel, if you ever get bored and just can't stand not having some php to code, an html slider would be pretty cool. ... i'm thinking the layout may look nice...
4 Sep 21, 2005
8:07 pm

Manuel Lemos
mallemos
Send Email

How can I use 2 forms on the same page, which use almost the same form definition. (just one hidden field is different)? Basically I have 2 "contact us" forms...
2 Sep 21, 2005
7:54 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, on_off is a radio button form element. when i do this... echo '<br/>on off: '.$on_off = $_POST['on_off']; i get the expected result - either 'on'...
5 Sep 16, 2005
8:24 pm

operationsengineer1@...
operationsen...
Send Email

hi Manuel, i've set up 4 linked selects. however, i've run into an issue you may be able to help with. when i select the first select, the second select auto...
7 Sep 9, 2005
10:48 pm

operationsengineer1@...
operationsen...
Send Email

Manuel, is there a way to make multiple choices in the last linked select (using either ctl or shift keys)? my application is to allow reworkers to enter the ...
2 Sep 7, 2005
10:10 pm

Manuel Lemos
mallemos
Send Email

Hi guys... Has any1 tried adding HTMLArea, FCKEditor, or another WYSIWYG editor (custom textarea) to formsgen class ? I'd love to have some of above integrated...
6 Aug 26, 2005
3:03 am

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