Hi,

I am wanting to add data from a dialog box directly to the database table of a certain content type. The name of the content type is equityprices. It has a fields of title, date, pxlast, and equityname wich is a node reference. I've already try to add one to it's table but nothing can be shown on it's view. Is there other tables related to my content type that I need to data also?

Thank you in advance.

Comments

nevets’s picture

Are you using CCK to define the content type and why not use the standard add/edit form?

Namrra’s picture

Yes.. actually I am reusing the views. Using jquery I added a button on the table view. what I want is, instead of going to content type, I just click that button and a pop up dialog will show and there I can put my data that will save to my database.

nevets’s picture

Are you using the standard edit form?

Some modules you might want to look at

http://drupal.org/project/editview
http://drupal.org/project/views_embed_form
http://drupal.org/project/popups