Hey folks, I am in need of someone who can create a simple form to be emailed to a couple people include the user who submits it. You can see an example at http://timeforageek.com/sites/default/files/Request-conversation-form.pdf. It is important that the check boxes are in 2 columns and the user is only allowed to check 3 check boxes. I will give $30 by paypal to whom ever can get this job done. I am in a time crunch so I need this done really soon. Please send any questions to joshpodcast@gmail.com.

Comments

agileware’s picture

Try the webform module. It should do exactly what you want.

You might have do a little theming though to get the layout looking exactly as you want it.

http://drupal.org/project/webform

Agileware are a team of local Drupal developers in Australia, https://agileware.com.au
Agileware support and host Drupal, CiviCRM and WordPress websites.
Contact Agileware today at https://agileware.com.au/contact

cpn2003’s picture

There are several good things of webform. However, knowledge of form API and PHP are required to set any validation of form fields. And it seems that one cannot control the layout of fields, i.e., six checkboxes in two columns, as required in this case.

Anonymous’s picture

I already helped the op.
You can design a table in forms by using #prefix and #suffix in the FAPI
Validation you can do with hook_nodeapi.