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:...
Hello, ... You can open any GD font you want to use and pass the font handle to the input plug-in using the Font attribute. It does not render fonts distorted...
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...
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, ... The only way I see to make inputs disappear is to use <div> tags and Javascript to hide them. I think that if you set the ONCHANGE attribute of the...
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', ...
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...
ONKEYUP works great within the ExtraAttributes like so: "ExtraAttributes"=>array( "onKeyUp"=>"TabNext(this,'up',3,homephone_exchange)" ), But not like this: ...
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...
Hello, Sorry for the delay. I have been busy with several projects to be finished before X-mas. ... It should be ValidateAsSet, not ValidateAsNotEmpty. -- ...
Hello, ... I am not sure if understand your question. I think you can make the initial value "" and set the DiscardInvalidValues parameter, so any values not...
Hello, ... I don't know if I understand you. Ruby on Rail is a framework in the Ruby language, not in PHP. Other than that, personally I do not put much faith...
Hi everyone ! when using formsgeneration-2005-12-20 I found some unexpected feature in EncodeHTMLString() function: Function EncodeHTMLString($string) { ...
... value'. ... The form is populated with data from a database ( via Metabase;) )when loaded. I use the VALUE attribute to assign the input data like the ...
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:53 pm
291
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:54 pm
292
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:54 pm
293
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:56 pm
294
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:57 pm
295
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:58 pm
296
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 8:59 pm
297
Hello, I have just finished implementing several enhancements that make possible to use the linked select inputs in a way that they retrieved the new set of...
Hello, ... You are right, the encoding functions are switched. I have fixed this in the latest beta version. Next week I will publish this fix. Thank you for...
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 9:58 pm
300
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 9:59 pm
301
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 :...
forms-dev@yahoogroups...
Dec 30, 2005 9:59 pm
302
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, ...
Hello, ... You should add the missing option yourself to the array passed to the options. -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
Hello, ... Currently the linked select input only supports picking the options groups from one other input. The class would need to be improved to support more...