Using Drupal 6.
I've created a new node type with CCK, which has one form field, in text, limited to 120 characters. The title is hidden by the node_autotitles module, and the body is removed by removing the body field name in the node settings.
I also have a view that displays all nodes of this type on a page view.
What I would like to do is consolidate things so that the user can fill in this node form on the view page, and have it refresh or something similar so they can see the updated page. I guess it's like a shoutbox, but I don't want to install a new module for all of this, I would like to see how it's possible using what I've created.
Any ideas?