Login action :

* Add account
* If user has checked "I'm a new customer", we must verify if it's a new email address.
This commit is contained in:
touffies
2013-10-14 12:25:12 +02:00
parent d58f63990a
commit 7695c19b40
4 changed files with 77 additions and 34 deletions

View File

@@ -151,6 +151,11 @@ class Form extends AbstractSmartyPlugin
$template->assign("options", $formFieldView->vars);
/* access to choices */
if (isset($formFieldView->vars['choices'])) {
$template->assign("choices", $formFieldView->vars['choices']);
}
$value = $formFieldView->vars["value"];
/* FIXME: doesnt work. We got "This form should not contain extra fields." error.
// We have a collection