I need to convert a huge application, wit开发者_StackOverflow社区h more than 1500 function points, from PHP with lots of forms using QuickForm, to Ruby on Rails.
i\'m currently working on a big html form. I use Php Quickform to create and validate it. The form has a few Groups that consist of a Input-Textfield and a Select-field. The code for one of the groups
I have code using QuickForm that creates a select widget with the following: $form->addElement( \'select\', \'state_id\', \'State:\', statesArray() );
print_r($fanr); results in: HTML_QuickForm_text Object ( [_label] => FA-Nummer [_type] => text [_flagFrozen] =>
I am trying to get started with PEAR\'s HTML_QuickForm but I\'m having a problem.For some reason all of my form data is being submitted with GET and not POST.The default is supposed to be POST and I\'