I need a big form like on
http://www.aditech.nl/home/sollicitatie_form.asp

Is it possible to create "multiple checkbox" using flexinode?

Comments

fishingshrimp’s picture

Hi Troy,

This one can be achieved by using the webforum module.

You can create forms with unlimited choice of form elements, multiple checkbox's too. it then either sends you an email or places the submitted data into drupals db for reading/analysis etc.
Everything is quite configurable for each form you create.

NaX’s picture

Webform is perfect for me, but I ran into one problem. What about the layout of the form. If you look at the example provided by _Troy_, some form fields are positioned next to each other.

Is it possable to theme the layout of a form. I was thinking some like:

node-<node type>-form.tpl.php

but I cant find anything of form layout other than ordering by weight.