I have a legacy PHP form that I\'m moving over to Drupal 6. I\'m trying to make things easy for me as well as the future admins of the site. The below form is the heart of the old site data. So far in
Suppose I have two content typs, \"Job Listing\" and \"Job Application\". A job application has a field (using the CCK module) to reference the job listing (a required field). Suppose the job applicat
I have built a multistep form using CCK, however I have a couple of issues outstanding but, not sure if CCK can help.
I\'m building a content website whose basic elements are not just plain text but rather structures containing multiple fields. I want it to be based on open source CMS so that I can extend/tweak it as
I\'m in the progress of creating a bulk upload functi开发者_如何学Pythonon for a Drupal site. Using flash I\'m able to upload the files to a specific url that then handles the files. What I want to do
Is there a way of creating a composite field that can have multiple values, with each value having another group of composite values?
I\'ve been trying to get this module to work and no matter what I\'ve tried I can\'t seem to get this to show up in the \"Add Field\" selection box, full code is over here:
I\'m building a freelance job site using d6. I\'ve created a new content type called \"Freelance Jobs\" using CCK which contains various fields such as Job Description, Skills, Start Date, End Date et
In Drupal I wish to create a content type as a bio for a user. When you click on a a user name on the site it takes you to there bio. An example I have found online is below.