Skip to content

Happyr/BirthdayBundle

Repository files navigation

Happyr Birthday Bundle

Get a nice looking form for birthdays. Enter the year manually and then drop down for month and day.

Example how it will look

Install

// app/config/config.yml
twig:
    form:
      resources:
        - 'HappyrBirthdayBundle:Form:fields.html.twig'

Usage

//WhateverFormType.php

public function buildForm(FormBuilderInterface $builder, array $options)
{
   $builder->add('birthday', 'happyr_birthday')
}