By mysticgeek on
Guys,
I've created a 'View' page where i'm showing contents added by the annonymous users. (For better understanding we can say it's similar to classified ad.)
Annonymous user can create these ads by filling up the details. I want to show this form below the same page where all the earlier posts are seen.
In short, I want to show this form below the 'view' page so that user will be able to submit his ads from the same page.
is that possible? can we use view's footer area for this purpose. if yes, how? :)
Please guide me in this..
Comments
Form Block
There seems to be a module for this called form block. Basically, you can put a node form as a block, and then position the block where you'd like (in the footer) and configure it to only appear on certain pages.
I searched google for 'drupal node form block'.