quickform
PHP QuickForm equivalent for Ruby on Rails
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.[详细]
2023-04-04 01:50 分类:问答Php Quickform Grouprule for Html-Select and Html-Input Group needed
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[详细]
2023-01-31 09:43 分类:问答How can I use QuickForm to add disabled select options?
I have code using QuickForm that creates a select widget with the following: $form->addElement( \'select\', \'state_id\', \'State:\', statesArray() );[详细]
2022-12-17 08:27 分类:问答Accessing array value
print_r($fanr); results in: HTML_QuickForm_text Object ( [_label] => FA-Nummer [_type] => text [_flagFrozen] =>[详细]
2022-12-10 01:32 分类:问答PHP - QuickForm Submits as Get Rather Than Post
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\'[详细]
2022-12-09 16:12 分类:问答