Top "Formbuilder" questions

A FormBuilder is an application or library used for creating forms.

How to set a class attribute to a Symfony2 form input

How can I set the HTML class attribute to a form <input> using the FormBuilder in Symfony2 ? Something …

php forms symfony input formbuilder
Symfony2 file upload step by step

I am still learning Symfony2 and don't understand how to upload a file. Don't worry, I've already checked the documentation. …

file symfony doctrine-orm upload formbuilder
How to render a checkbox that is checked by default with the symfony2 Form Builder?

I have not found any easy way to accomplish to simply check a Checkbox by default. That can not be …

checkbox symfony formbuilder
Symfony2 - FormBuilder - add a class to the field and input

I want to add a class to certain input or label elements in a Symfony application. I can do something …

css class input symfony formbuilder
Symfony 2 - how to pass data to formBuilder?

I'm using entity choice list in my form. I want to use only specific entities (in example: only groups that …

php symfony formbuilder
How to translate labels in symfony2 forms with messages.en.yml?

I am trying to get translation of form fields to work. I have messages.en.yml in my Bundle's Ressource …

php forms symfony translation formbuilder
Using @ViewChild to get hold of the .nativeElement of an input returns 'undefined'

I created the following form in angular2: import {Component, ElementRef, ViewChild, AfterViewInit} from "angular2/core"; import {Observable} from "rxjs/Rx"; …

forms angular typescript formbuilder
symfony : can't we have a hidden entity field?

I am rendering a form with an entity field in symfony. It works well when i choose a regular entity …

php symfony entity formbuilder
Displaying simple_form error messages in top <div>

I have the following two _forms: user form <%= simple_form_for(@user, :url => @target) do |f| %> <% …

ruby-on-rails-3 simple-form formbuilder
Create array input field with form builder symfony2

I'm having a trouble with using Form builder in Symfony2. To be exact, I need input field that is html …

php symfony formbuilder