By shija03 on
I've created a webform and I've submitted a few entries. I can see the submitted entries, but I can't see a way to edit the submitted entries.
I'm trying to use webforms as a way to manage inventory, my form has the following fields:
- Name
- Manufacturer
- Category
- Price
- Qty
- ...
As I'm inputting my inventory, I make a few mistakes, so now I would like to edit the entries and rectify the mistakes, but I can't see a way to do so, the only two operations that I see on the page are:
- View
- Delete
Am I using the wrong module? Is there a module that allows me to edit table entries? Add, Delete, Update?
Comments
I am not sure if you can
I am not sure if you can edit entries submitted by webform using the administration menus. But I would use CCK instead of webform to manage inventories. CCK and Views together would be a better alternative for inventory management, IMO.
--------------------
Sudheer. S
Binary Vibes Information Technologies Pvt. Ltd.
www.binaryvibes.co.in | www.binaryvibes.in | www.lampcomputing.com | www.sudheer.net
Thank you very much! CCK
Thank you very much! CCK (which I knew how to use) and Views (which I've just finished learning) were really suited for the job!
Update
Hi,
Even i am stuck up with the same problem regarding webform submitted edit/delete options.
I have not used CCK and views before.
Can these two modules be useful for the following :
1)Customising the form (to alter the CSS and look and feel of the form )as we want.
2) resume (file)upload is one of the fields in my form. Is it possible with CCK and Views module.
Thanks
I assume that you coud use
I assume that you coud use Taxonomy Themes module on a custom content-type. The custom content type would have been created by using the CCK module (truly a great module).
I believe you may be able to find some answers regarding CCK, file upload, and views over this link: http://drupal.org/node/144725
I, too, wished there was a better way to find information.
Thanks Shija, I want to
Thanks Shija,
I want to change the css i.e look and feel of the form created using cck module.
i.e, i have created a link on my front page, which goes to the create content link for filling up a form which i have added using CCk.
I want to change the css for:
1)The form which which is used to fill details.
2)Change the css for view page, which is retrieving data from database.
3)change the css for edit page of the form.
In my form there are 3 blocks:
left side block, middle(containing the form) and right side block.
How can i do this?