Closed (fixed)
Project:
Drupal core
Version:
5.12
Component:
node system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 13:23 UTC
Updated:
26 Mar 2009 at 12:20 UTC
Hello Community,
I have created a Custom Module by coding that serves the purpose of displaying a form to the user to fill. But additionally I have included 3 Category fields for the form the Content Management >> Categories. Now when this form is shown to users, the category fields are shown as a separate fieldset to the users and only collectively at same order at the top, while I want to show them separately at my specified order and Most importantly I want to show these without fieldset , which is shown as a separate box separate from the whole form. Can someone please tell me how can I do this?
Thanks.
Comments
Comment #1
ainigma32 commentedSounds like you need to change the form definition. Can you post what you have sofar?
- Arie
Comment #2
manishaneja commentedHi ainigma32,
Thanks for your reply. Please check below the main structure of my form. I have cut here few input types, that are not making much difference probably, to reduce the length of the form.
Comment #3
ainigma32 commentedProbably a stupid question: where are you adding the categories to your form?
And for determining the order of the items you can use the weight http://api.drupal.org/api/file/developer/topics/forms_api_reference.html... of an item (the higher the lower it gets)
- Arie
Comment #4
ainigma32 commentedLooks like manishaneja won't be posting any feedback so I'm setting this to fixed.
Feel free to reopen if you think that is wrong.
- Arie