Hello, ... That is nice. I did not reach a conclusion on how that is done, but I think that some of these projects let you use their Javascript. So it may not...
Hello, ... What you can do is to create a custom input that would not really do anything other than generating action Javascript code to handle the ONCHANGE...
Hello, ... Ok, I just released a new version that provides explicit support to all events that form inputs may trigger. -- Regards, Manuel Lemos PHP Classes -...
... thank you! i will make some time trying to work out a slider solution and get back to you. thanks again for such a nice class that keeps getting better....
I have the following template: <tr valign='bottom'> <td> <div class='footer-col'> <div class='footer-box'> <p class='cont1'>Share your new found knowledge and...
Hello, ... If you want to interleave plain HTML with form inputs like that, you need to call the class function StartLayoutCapture before the form output and...
... Thank you, that corrected part of my problem. I have rearranged the template by placing my AddInputPart between the <p class> like so: <tr valign='bottom'>...
hi Manuel, i'm using the following code in a text entry box... ValidateAsInteger'=>1, 'ValidateAsIntegerErrorMessage'=>'the product number must contain only...
... i did some testing and 801345480 (9 digits) evaluates to an integer... but if you input 8013454800 (10 digits) then it fails the integer test. is this...
... I can't seem to get the above to work like I would like it. Only the inputs are kept within the <p class>. How can I force the entire form output to stay...
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...
Hello, ... This means that you are passing the wrong ID of the radio button that you want to check. -- Regards, Manuel Lemos PHP Classes - Free ready to use...
Hello, ... Yes, there was a bug in GetCheckedRadio function. I just uploaded a fixed version. Thank you for reporting. -- Regards, Manuel Lemos PHP Classes -...
... hi Manuel, i'm still lost here. if i'm sending the wrong id, how come everything works great when a radio button is checked? the passed id is the same in...
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...
... what are you trying to do? anter information on one page and then display it on another page? once i have an idea what you want to do, i might be able to...
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...
... i use the adodb db abstraction layer, so my db calls will be different than mysql api db calls. have you considered using adodb? it helps make code more...
Hi, Thank you very much for taken on my problem. Actually I am doing the same thing. The only problem is that when the form has been validated/submitted it...
In the example test_form.php i have this $form->AddInput(array( "TYPE"=>"select", "MULTIPLE"=>1, "NAME"=>"interests", "ID"=>"interests", "SELECTED"=>array( ...
... $URI="register.php?result_user=$result_user&result_contact=$result_contact&result_address=$result_address&user=$username"; ... Chris, i think i get the...
... i'll give you some of my code and you can then apply it to your situation. Manuel helped me out with this so he gets some credit here. 1. run the query 2....
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( ...
Hello, ... If this was not cause by the bug that was fixed, it is because you are passing an input identifier argument that does not correspond to a the ID...