Tagged Questions
0
votes
0answers
32 views
symfony2 field collection of files removing previous files
I have a form that has a field collection to attach one or more photos to post.
In the register form everything seems fine, but when i add more photos in the update form the framework replaces the ...
0
votes
1answer
74 views
Create form/s depending child entities in symfony 2.1
I am newbie in Symfony. Now I am creating forms for one entity but I need to create any forms to edit child entities.
For example, If I have contact entity and phone_numbers as a child entity in this ...
0
votes
1answer
52 views
multiple form in symfony2
I have a form for adding comments, and i want to know how can i multiply this form on the same page.
I tried this code but it does not work :
{% for statut in statuts %}
<div>
{{ ...
0
votes
1answer
37 views
Default attributes from custom field type does not show up in HTML
I'm trying to implement an Facebook style autocomplete field using a custom form type. The JavaScript widget depends on a class name so I added it to the attr key in the custom form type class as I ...
0
votes
0answers
105 views
PHP and Symfony object to array conversion by type cast
I'm using symfony2 and createForm to get the http post data. After witch I do:
$Data = (array) $form->getData();
And I get:
array (size=1)
'�Far\MT\AccountBundle\Entity\Movement�toAccount' ...
0
votes
0answers
61 views
Object is saved without calling persist on it - postBind event
In my application, I allow users to create what can be called "extra fields" for some entities. In order to make them appear when the form is rendered, I created a form subscriber and in the ...
0
votes
2answers
48 views
Insert data from form to database
What i want to do is next:
Create simple form with FormBuilder
When form is submitted the result to be saved into database for particular user ( based on its ID )
In addition is the code from the ...
0
votes
0answers
60 views
Symfony 2 : Extending form class : Change label of inherited child
Am extending a form class like this :
class RepportDateType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
...
1
vote
1answer
50 views
Two problems with symfony forms
I've created simple form which allows users to enter comments. But what i want to achieve is the comment to be saved to the database for particular user ( lets say for the user id ) I have not idea ...
0
votes
1answer
192 views
Symfony2.1 entity field type multiple expanded not saving
I'm having some trouble with bi-directional relations (one-to-many) when using the entity field type in Symfony 2.1. When creating the child (Product) and selecting the parent (Category), everything ...
0
votes
2answers
298 views
Update a entity/database record using form builder in Symfony 2
I have selected an entity/record from the database and pass it to my form. The form loads correctly, but when I hit save it adds a new record instead of updating the existing one.
PlanController.php
...
1
vote
3answers
49 views
Custom choiceType field
Please, help me!
I'm trying to make a form for a product with colors. Colors are objects in database.
$builder
->add('product')
->add('colors', 'choice',
array(
// ...
0
votes
2answers
170 views
Symfony2 Entity form type with a specific query_buider
Context
In my case, I've some orders with "discount vouchers" (discount). A discount can be use on under different conditions. For instance, discounts have an expired date, can be used by a limited ...
0
votes
1answer
66 views
Form themeing show pictures
I went to this tutorial. I got the example to work. But I don't get it because I can't customize it for my case.
I want to display a picture for each of my facebook friend and pass the adress of the ...
0
votes
1answer
152 views
Symfony2 simple many-to-many issue
I have a simple question,
I have two tables in relation many to many, Post and Category,
in an intact form PostType a collection of form CategoryType, but here the problems begin ..
I followed the ...
0
votes
1answer
89 views
Create 2 different entities with same form in Symfony 2
Is it possible to create 2 related entities with the same form and action? If yes, how?
I want to create a new User and its related Questionnaire in a 1step registration.
Thanks,
Luca
0
votes
2answers
218 views
Display empty form collection item in Symfony without using javascript
I'm trying to display a form with a collection. The collection should display an empty sub-form. Due to the projects nature I can't rely on JavaScript to do so.
Googling didn't help and I does not ...
0
votes
1answer
137 views
Access form data in form builder to add custom attribute
I'm creating form witch has collection type and collection element has field with data transformer witch is ID to Entity converter:
$builder->add(
$builder->create('template', 'text', ...
0
votes
2answers
101 views
Symfony2 ManyTo One relation form
I have two entities City OneToMany Anagrafic,
I make the form with the field AnagraficType city (use a hidden attribute because the handpiece using javascript) in this way:
class Anagrafic
{
/**
* ...
0
votes
0answers
75 views
Form datetime type validation error
I'm using collection form type, where children has datetime type input as single text. But when I submit data in validation fails and getErrorsAsString shows this strange error:
inputDateTime:
...
0
votes
2answers
359 views
Symfony2 select choice ajax
I haven't found any comprehensive answer at the moment ..
I would like to learn how to change a select option based on the choices of another select.
eg.
Category One-to-Many SubCategory
I select an ...
0
votes
1answer
178 views
Symfony2 GenemuFormBundle collection with Select2
I'm trying to make this bundle a collection (many-to-many relationship).
I've set up a collection of data in this way:
->add('subCategory', 'genemu_jqueryselect2_entity', array(
'class' ...
2
votes
2answers
76 views
How to display a collection of blank form?
I understand how to display a collection of a form field, but how do I display a blank to create the form empty?
I want to do is a form where "Anagrafic" has a one-to-many relationship with ...
0
votes
1answer
50 views
Marking a Form Element as Required Inside an EventSubscriber in symfony2
I have an entity with a member called 'mediaType', which tells me which of two other members to pull data from. When I'm building the form to create the entity, I have mediaType as a drop down and ...
0
votes
1answer
134 views
Having multiple registration form with fosuser bundle
I'm new to symfony2 & I'm writing an application that requires to have 2 different user types.
one is normal user & the other is the one which has same fields as user plus some other extra ...
0
votes
1answer
36 views
Two form in a same page
Im using FOSUserBundle and im trying to integrate editing profile form and resetting passsword form into one page. But i failed ! is that possible ?
Can some one help me please.
1
vote
0answers
56 views
Complex data structure using only the Form component
I'm developing a e-commerce system with customizable products. Each product may have some options that, for its part, may have one or many values selected by consumer. I can't use the variant approach ...
0
votes
0answers
123 views
Prepopulate entity based form by values
I am using Symfony 2.1.6 and trying to fill some form values before form is rendered.
I have following entity
class Book
{
/**
* @var integer
*
* @ORM\Column(name="id", ...
0
votes
2answers
162 views
Symfony2 - Establish one form parameter from outside so cannot be modified by the users
I have a CRUD for one of my entities in Symfony2. In order to create a new entry, I have two controller functions:
public function newAction($id) {
$entity = new Clientes();
// Get the ...
1
vote
2answers
200 views
Symfony form entity from joined entities
I want to create a form select field which looks like this:
<select>
<option value="product.product_id">product_details.detail_name</option>
etc...
</select>
The value is ...
4
votes
5answers
500 views
Symfony2 form validation ignores empty value
FormType:
class BranchFormType extends AbstractType {
public function buildForm(FormBuilderInterface $builder, array $options) {
$builder->add('name');
}
public function ...
0
votes
1answer
229 views
symfony2 don't validate file upload on update
I want to update the single entity field using ajax. Basically I don't have form, Simply I am triggering ajax by clicking link passing id and value. But I have mutiple file fields in entity form. So ...
0
votes
1answer
90 views
Entity is saved after form submit without being persisted
I have a Form with 3 Layers.
The built in validation is somehow not triggered through all 3 levels. Therefore I have to check manually for Errors on the third level. If I find an error, the entity ...
0
votes
1answer
900 views
Symfony 2.1 security login check error
I am building the login form as shown in symfony 2.1 documentation. i am doing the same thing.
i got success in simple authorization but when i create the simple login form i gets login_check route ...
1
vote
1answer
619 views
Symfony 2 set default values on collection field entities
I've these 2 forms:
Lineups form which edits the lineups field of a match entity
<?php
namespace Acme\MatchBundle\Form\Type;
use Acme\UserBundle\Entity\UserRepository;
use ...
0
votes
1answer
116 views
Symfony login form validation
How I can validate login form BEFORE login_check? It's important to tell user, that email is invalid, rather then "bad credentials".
Should i use event listeners? Or simple redirect to login_check in ...
1
vote
1answer
1k views
sonata_type_model / symfony form one to many relationship not saving
I have a one to many relationship between accounts and users. I am using sonata admin for CRUD. As I know, it uses Symfony forms to get the job done. I tried to add a field like this:
...
0
votes
0answers
200 views
Validating an embedded form without a class
Fairly common I think: I have a Person entity and a PersonType form. Person and PersonType define several fields which make up Person's full name. I decided to try to split the name fields out into ...
1
vote
1answer
1k views
Symfony2 Form Entity to String Transformer Issue
I am using Symfony 2.1.3-DEV and trying to accomplish transforming entity to string (ID of some kind) and then back from string to entity when form is submitted. The issue is the same if I'm using the ...
0
votes
0answers
168 views
Symfony2 form collection: can a collection type be defined inline?
Usually, i have to create a separate file and class for a type i'll be using for the collection.
$builder->add('somefield', 'collection', ['type' => new SomeType()]);
This is tedious and ...
0
votes
1answer
443 views
How to get login form CSRF protection working in Symfony 2.1?
I can't seem to get login form CSRF protection working happily using Symfony 2.1.
In config.yml, csrf_protection is set to true. The login form is rendering a hidden input named 'form[_token]']. In ...
0
votes
1answer
259 views
Manually change or catch the message for invalid CSRF token in Symfony2.1
I'm using Symfony2.1.
It has a builtin CSRF protection for the forms. The error message returned when the CSRF token is invalid is: "The CSRF token is invalid. Please try to resubmit the form".
I ...
1
vote
1answer
577 views
Symfony2.1 using form with method GET
I need help on using Symfony2.1 forms with method=GET and a clean URL space.
I am creating a "filter" which I'd like to set in the URL so that people can bookmark their links.
So, very simply the ...
0
votes
1answer
189 views
How to render collections of forms
I have problem with rendering forms in Twig. I'm trying to embed a collection of forms. When I render the collection, it is not shown, while it is shown the name of form. The aim was to make the forms ...
0
votes
2answers
128 views
Validation on a pre-populated form field
To set a default value in a form field in symfony2, I use the rel attribute combined with jQuery as beautifully explained here:
$builder->add('title', 'text', array(
'attr'=> array(
...
0
votes
1answer
95 views
Repeat the same fields in a form
What is the best way of repeating the same form fields within a form?
I'd like the user to submit multiple Name / Phone number rows.
class contactType extends AbstractType
{
public function ...
0
votes
1answer
148 views
Hide day and month widgets in date form field
This does not hide the month and day widgets entirely...
{% block date_widget %}
{% spaceless %}
{% if widget == 'single_text' %}
{{ block('field_widget') }}
{% else ...
0
votes
1answer
147 views
How to make an I18N ChoiceList in Symfony2?
I'm extending SimpleChoiceList to provide a Gender <select> to my user.
I'm wondering how I can make the label translatable.
For now, my code looks like:
class GenderChoiceList extends ...
0
votes
1answer
703 views
Embedding a dynamically generated form into another (Symfony 2.1)
I use Symfony2's FormBuilder to create a dynamic form in the controller:
$form = $this->createFormBuilder($defaultData);
$form->add('field','text');
I would like to embed another form in the ...
2
votes
1answer
464 views
Symfony 2.1 form unit testing on bind event
I am trying to test a method on the bind event of a custom form type.
Here is the code
public function bind(DataEvent $event)
{
$form = $event->getForm();
if($form->getNormData() ...





