Hi,

I've used the search function and have been unable to find an answer to this question:

In the Webform module (which is awesome by the way), the way fields are drawn by drupal_render() is title first, then input, then description.
I want it to draw title, description and input last, so the user reads the description before making their input.

Is there a simple way to do this without writing a specific .tpl.php file for each of my webforms and templating each part of every field in the order I want? Or is there a cleaver way I can write my theme override so that I don't have to template every field?

Thanks in advance,
Nic Bathgate

Comments

Balinor’s picture

Is there a better place I could be asking this? I couldn't find any support IRC channel or forum specifically for webform, should I create an issue ticket for this question instead of posting here?

Any response would be helpful.

xenophyle’s picture

I found this page helpful:
http://drupal.org/node/645754