By Namrra on
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
Are you using CCK to
Are you using CCK to define the content type and why not use the standard add/edit form?
Yes.. actually I am reusing
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.
Are you using the standard
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