Top "Formbuilder" questions

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

how can i show customised form validation error message in symfony2

This is the link to my form window Can anybody suggest how to customize the error messages in my form …

symfony formbuilder
How to set a CSS ID attribute to a Symfony2 form input

This question is similar to another question. There the solution for setting the CSS class was to add it into …

html symfony formbuilder
Symfony2 how to render Checkboxes?

I have a formbuilder form with a multiple choice list of countries. When I render them on my form like …

symfony choice formbuilder
Symfony 2 This form should not contain extra fields

I created a form using formBuilder in Symfony. I add some basic styling to the form inputs using an external …

forms symfony symfony1 formbuilder
how to get input type is number using form in symfony2?

This is my form builder code public function buildForm(FormBuilder $builder, array $options) { $builder->add('phoneAlternative', 'number',array('max_…

symfony formbuilder
How can I insert a record using Form Builder and PL/SQL?

I'm slowly learning SQL and how to use form builder 6. The situation is I have a simple table named 'players' …

sql oracle formbuilder ora-01400
FormArray TypeError: value.forEach is not a function

Why do I keep getting this error? I think I'm doing everything right? "EXCEPTION: Uncaught (in promise): TypeError: value.forEach …

angular formbuilder
Angular2 FormBuilder Validators: require at least one field in a group to be filled

I have a form where I'm collecting phone numbers (mobile, personal, other). I need to have at least input populated. …

validation angular formbuilder
Expected argument of type "string", "Vendor\NameBundle\Form\EntitynameType" given Symfony 3.0

Because of the problems I had with symfony version 2.7 (404 page error right away after installing a project) I started using …

php formbuilder symfony
Angular2: Subscribe valuechanges in formbuilder

I'm using ionic2 with angular2 and I have a form built with formbuilder but I want to detect new changes …

angular angular2-forms formbuilder