symfony-forms
fill custom form with object
i have a simple form: UserInfoForm(). when i first display the form to the user, i want it to be filled with data from a specific object of the User model.[详细]
2023-03-04 21:35 分类:问答Symfony 1.4 : Hide a widget and its validator, based on a cookie?
On my website, I use a ReCaptcha widget in the form used to add comments. Once the form has been correctly sent, I write a cookie t开发者_JAVA百科o the user\'s computer.[详细]
2023-03-03 17:37 分类:问答How do i filter and validate form fields in symfony 1.4?
Im trying to integrate a content filtering API. My plan was to use pre/post validators but I\'ve lost may way somehow.[详细]
2023-03-03 01:03 分类:问答Reusing actions in symfony
Let\'s say we have an Article model and a Comment model. Article: columns: body: text Comment: columns: article_id: integer[详细]
2023-03-02 00:01 分类:问答symfony - populating multiple drop down select lists (AJAX) - UPDATED
I have a form, with 2 fields, that are select lists. I need to se开发者_高级运维lect an option from select_list_1 that then populates select_list_2[详细]
2023-02-28 21:12 分类:问答sfDoctrineForm - How can i check if the object in an embedded form exists and relate it to the new parent object instead of creating a new one?
Im working on a user registration form that involves 3 different objects, The user, member profile, and member organization. Im trying to embed all these into a single registration form like User > Me[详细]
2023-02-15 17:17 分类:问答Symfony - Changing templates for embedded forms
I have made a form which embedded forms to add new records in a one-to-many relationship with ajax, my question is, where do I edit the template for the embedded form? because I would assume this woul[详细]
2023-02-15 16:57 分类:问答Symfony Generator Forms, Doctrine, and M:N Relationships [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Symfony Generator Forms, Doctrine, and M:N Relationships[详细]
2023-02-15 01:24 分类:问答Fatal error: Class 'Symfony\Component\Form' not found
When i\'m creating form for user. It displaying below error Fatal error: Class \'Symfony\\Component\\Form\' not found in D:\\wamp\\www\\sandbox\\src\\Sensio\\HelloBundle\\User\\UserForm.php on line 7[详细]
2023-02-15 00:55 分类:问答Symfony validators, widgets for backend
I use symfony 1.4.8 . I add ReCaptcha to my form , using SfExtraFormPlugin. I have widget and validator for it in my\" public function configure() \"[详细]
2023-02-14 20:19 分类:问答
加载中,请稍侯......