Top "Formbuilder" questions

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

angular 5 validation date field using form builder

i have form and i want to validate date field on submit, i am using Form Builder, how can i …

angular validation angular5 formbuilder angular-validator
Symfony 2 date input with only year selector

Is it possible to make a date input field, with only year selector widget in Symfony 2 FormBuilder, or should I …

symfony formbuilder
Automatically build a form using entity (one to one relationship)

I'm wondering if it is possible to build a form using an entity to get all the fields, in a …

php symfony doctrine-orm formbuilder
Angular2: how to access a formControl value on a nested formBuilder form

How can I get the value of this.resFormGroup.patientName.lastname.value without using [ngModel]? What are the purpose of …

angular formbuilder
how to check the user role inside form builder in Symfony2?

Okay, i'm trying to check if an user has a specific role, i did this however, when i do this: …

symfony formbuilder role
Setting name attribute of symfony 2 form field

How to set name attribute of rendered field in symfony 2? Expected output: <input type="text" name="test" value="test" /&…

php forms symfony formbuilder
Angular2: Conditional required validation

I am trying to create a conditional required validation on a specific field.I try doing this by return Validators.…

validation angular angular2-forms formbuilder
How do I get the HTML 'name' attribute a rails form builder will generate for a certain field?

When you've got a form field such as this: <%= f.text_field :last_name %> it will generate this …

ruby-on-rails forms form-helpers formbuilder
how to call function of entity repository in form type in symfony2

i want to call function in form type class. function generate array and is written in entity repository class. using …

symfony entity symfony-2.2 formbuilder
how to get doctrine repository in form type class in symfony2?

$repository = $this->getDoctrine()->getRepository('ParabolaEntityBundle:ProjectAllocation'); $query = $repository->createQueryBuilder('p') ->where('p.startDate < :…

symfony formbuilder