Form editor

- fixed validations on radio type
- fixed date format for months
- added custom fields storing on subscribe
- fixed date widget (select today's date)
- fixed validation on form widget
This commit is contained in:
Jonathan Labreuille
2015-12-08 16:55:30 +01:00
parent 9fb04bc3c0
commit 7be1a11d1e
15 changed files with 166 additions and 98 deletions

View File

@ -374,7 +374,8 @@ class Menu {
->findArray(),
'styles' => FormRenderer::getStyles($form),
'date_types' => Block\Date::getDateTypes(),
'date_formats' => Block\Date::getDateFormats()
'date_formats' => Block\Date::getDateFormats(),
'month_names' => Block\Date::getMonthNames()
);
echo $this->renderer->render('form/editor.html', $data);