Hi,

I made a view (of nodes) where I incorporated view_embed_form as a field and I call this view in a module that I created my self. When the user clicks on the form (API imagebutton) the node is saved in a database. This actually works when I am on the page of the view, but not when I am on the page of my module, which calls the view. The code for inserting the node in the database in written in the view_embed_form module so I suppose that I must insert something in my own created module but I don't know what.

Can somebody help me?

Thanks...