Is there a way to embed the feedback form in a view or a block?
I tried to insert the code below in the footer of a view
return drupal_get_form('feedback_mail_form', mailinglist);
return $output;
The form is displayed but messages aren't sent.
Any idea?
Comments
Comment #1
creazion_dev commentedHi dodazzi,
the following code should work fine:
Comment #2
dodorama commentedIt worked.
Thanks a lot.
Comment #3
(not verified) commented