By unnikrishnan on
Hello,
Now we can only display a link in the view to add comment, but i want to implement a view in drupal 5.x that contains a comment form, so that user can comment directly from my view without going to a separate page.
thanks.
Comments
_
Views is a db query builder, it doesn't handle forms. However, you could use the http://drupal.org/project/formblock module to place a block with the form on your views page.