This commit is contained in:
Bachir Soussi Chiadmi
2015-06-15 20:53:06 +02:00
parent 2e4a069036
commit 1c1de98039
4 changed files with 834 additions and 871 deletions

View File

@@ -256,8 +256,13 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
// }
/**
* subscription webform (nid : 11186)
/*
_ _ _ _
___ _ _| |_ ___ ___ ___|_|___| |_|_|___ ___
|_ -| | | . |_ -| _| _| | . | _| | . | |
|___|___|___|___|___|_| |_| _|_| |_|___|_|_|
|_|
//(nid : 11186)
*/
# prefill the webform form with user profil values
@@ -707,12 +712,3 @@ function materio_user_mandrill_mailsend_result($result) {
}
}
}
function materio_user_simplenews_subscriptions_multi_block_form_form_alter(&$form, &$form_state, $form_id){
dsm($form_id, 'form_id');
dsm($form, "form");
dsm($form_state, "form_state");
}