By binoykl on
I am trying to build a block which has the following features
- This creates a node of specific content type.
- The form shall contain the Title field and submit button only
- Upon submission, the page is redirected to the full node edit page(of the content type), with the title content. If not possible a node to be created from the previous step
- Successful node creation
My Drupal version 6.13. I have tried webforms, but could not make it the way I want.
I have searched the forms for about three days without any fruitful results or leads.
Can some on share some light?
-Binoy
Comments
Update
I was able to produce a form with text fields like Title and description. The submission is not being accepted as there is no vocabulary items, which is mandated for that content type.
How do I get the results of the following query into the form?
The form
I got the leads from http://drupal.org/node/526844. Thanks roopletheme
My PHP knowledge is really limited:(