Closed (fixed)
Project:
Feedback
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2007 at 18:30 UTC
Updated:
26 Feb 2007 at 20:31 UTC
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