Hi,
Sorry if this is the wrong place, i've already tried module development but that must be wrong. How hard can it be to find a forum for actual support :S

Anyways,

I am currently trying to create a job site with Drupal.
I have so far tried many things including the webform as well as CCK/ Views.

In the webform example I have created a working form fine, but other than the default submission view I cannot see how to display the results on a page. The defualt view shows things we don't need (IP, e-mail etc.) and cuts off the page too.

With the CCK option, it just is not very good as on creating this new content (job) you get all the boy fields/authoring/publishing etc. which I simply don't want. I would also have trouble displaying it.

Any help would be appreciated!

Cheers,
Nathan

Comments

marcvangend’s picture

For content the needs to be displayed on the site, always use Nodes + CCK fields. Webforms is not meant for that. Fields like fields/authoring/publishing are only displayed to users that have permission to input that info. Create a new role (ie 'advertiser'), create a new user with that role and log in as that user. Then you will see that certain fields disappear, depending on the role permissions.

thenthornthing’s picture

aah right. Thanks very much for that. I shall have a go and get back to you if I have any more problems. ;)

How would one get rid of the body field though?

thenthornthing’s picture

Hi,
I have done it :D

Although
Like the webform, how can i put a value from a database, or user profile initially in the field?

Cheers,
Nathan

marcvangend’s picture

There is work going on to make that possible. A patch (not yet perfect) is available in the issue queue: http://drupal.org/node/151603.

thenthornthing’s picture

Ooh great; thanks! :)