Hi Dw,
I think the form module are missing some features:
- Make a checkbox required (e.g. when the user has to accept some conditions)
- Make a dropdown required (e.g. force the user to select a category for the inquiry)
- Add a "class" to the parent element of each field (e.g. if I have a field with a system name "comment", then the class could be: "form-field_comment"), so it will be possible to style a specific element
- Add support for the attribute "placeholder"
- Better posibility to hook into the form validation script
And of course it would be nice to be able to control the output by use of different templates.
Best regards, Anders