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.
sfValidatorChoice is not working o开发者_开发问答n multiple select element, my code $this->form=new MyTestForm();
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
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
I\'m using Symfony 1.4 and am a little stuck regarding form validation. I have a validator like the one below:
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
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
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?)
i want to display combo box using symfony. In the CountryForm.php i have created widget as :开发者_开发技巧
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.