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, ...
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...
Hi everyone ! when using formsgeneration-2005-12-20 I found some unexpected feature in EncodeHTMLString() function: Function EncodeHTMLString($string) { ...
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...
ONKEYUP works great within the ExtraAttributes like so: "ExtraAttributes"=>array( "onKeyUp"=>"TabNext(this,'up39;,3,homephone_exchange)" ), But not like this: ...
hi Manuel, i use the following custom linked select to select one value and it works fine: $form->AddInput(array( 'TYPE'=>'custom', 'NAME'=>'serial_number39;, ...
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...
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...
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:...
for anyone interested... the following code used to bring in your content template: $form->StartLayoutCapture(); REQUIRE_ONCE(TPL); $form->EndLayoutCapture(); ...
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...
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( ...
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...
In the example test_form.php i have this $form->AddInput(array( "TYPE"=>"select", "MULTIPLE"=>1, "NAME"=>"interests", "ID"=>"interests", "SELECTED"=>array( ...
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...
I have the following template: <tr valign='bottom'> <td> <div class='footer-col'> <div class='footer-box'> <p class='cont139;>Share your new found knowledge and...
hi Manuel, i'm using the following code in a text entry box... ValidateAsInteger39;=>1, 'ValidateAsIntegerErrorMessage'=>'the product number must contain only...
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...
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...
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...
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...
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...
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'...
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...
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 ...
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...