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...
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...
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......
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",...
hi Manuel, is it better practice to use... 'ReplacePatterns'=>array( '^\92;s+'=>'', /* trim whitespace at the beginning of the text value */ '\92;s+\$'=>'', /*...
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...
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...
Hi everybody!!! I have some date fields like this.... $error=$subscription->AddInput(array( "TYPE"=>"custom", "NAME"=>"e_data_inici", "ID"=>"e_data_inici", ...
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...
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...
Manuel, Is there a way to simulate a 'default39; value for an input? For instance, if I set the initial value for a checkbox to 1 in insert mode, it is...
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). ...
- 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...
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...
Ok I've got another question. I have the following: if($form->WasSubmitted("cancel")) { header("Location: "."../admin/admin.php?func=AEDclients"); } BUT the...
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...
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... ...
hi Manuel, i'm having regex issues. the following works: 'ValidateRegularExpression39;=>39;^([1-9]|[1-9][0-9]|100)$39;, the following doesn't work, but should work: ...
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...
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...
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...
... Manuel, the output actually looks like this: <html> <form> <head> ... </head> ... </html> </form> i'd like to see something similar to, if possible... ...
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...