Ajouter un commentaire

Hello,

Thanks, I had not found a clear titurial on this subject on the net!

I only managed to reach the part when we add the _get_associative_array_from_view.
Here I get a blank page with memory problem and my server get stuck for 5 minutes.

What I had to change before that is using $form_id instead of $form['#id'].
And also add $form_id parameter to the function:

<?php
function vaddef_form_views_exposed_form_alter(&$form, &$form_state, $form_id)  {
?>