symfony-forms
Dynamic form fields in Symfony 1.4
I\'m working on an e-commerce project and I got stuck at the cart update. Here I have to present a form using the contents of the current cart, with input fields containing the current quantities.[详细]
2023-01-22 06:09 分类:问答sfValidatorChoice not working on multiple selection element
sfValidatorChoice is not working o开发者_开发问答n multiple select element, my code $this->form=new MyTestForm();[详细]
2023-01-19 05:03 分类:问答To set symfony validators for custom HTML elements
I have created custom HT开发者_Go百科ML form elements to take inputs from user, and i am not using the Symfony Form. i know that it keep me out of Symfony form validation system, Is there any way to u[详细]
2023-01-19 01:54 分类:问答Symfony merge two forms that have a field with the same name
Hi I have two forms, a Specification form and a Source form. I\'m merging the two forms into one so that users开发者_开发问答 can submit a specification and the source of the specification at the sam[详细]
2023-01-17 01:28 分类:问答symfony form validation clean with regex before validate with regex
I\'m using Symfony 1.4 and am a little stuck regarding form validation. I have a validator like the one below:[详细]
2023-01-16 19:53 分类:问答How do I embed sfDoctrineGuardPlugin register/signup form into my homepage module template?
So far I have copied sfGuardRegister into my frontend app modules directory so it has taken over the default sfGuardRegister located in the开发者_如何学编程 sfDoctrineGuardPlugin directory in the symf[详细]
2023-01-15 07:55 分类:问答How to 'validate' a Symfony form in steps - instead of calling $form->isValid()
I am using Symfony 1.3.6 on Ubuntu. I have a form with a lot of fields on it - rather than showing all the fields in one go (which may intimidate the user), I want to break up the form into stages, s[详细]
2023-01-12 12:04 分类:问答HowTo: display custom error message when unique index fails on object save
I have add开发者_如何学编程ed an index on a table just to ensure that a set of fields together form a composite unique key (Is this approach correct? or is there a better option with Doctrine?)[详细]
2023-01-10 12:00 分类:问答'Invalid' error for sfWidgetFormChoice when form is submitted
i want to display combo box using symfony. In the CountryForm.php i have created widget as :开发者_开发技巧[详细]
2023-01-09 08:22 分类:问答In symfony forms how I can validate a field (i.e. password) querying the db for the right value?
Newbie question. I\'ve created a very simple LoginForm class in symfony. It checks if the user inserts the username and the password in the field and It work as expected.[详细]
2023-01-07 21:54 分类:问答
加载中,请稍侯......