We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
开发者_StackOverflow Improve this questionI have setup a Drupal site and will work with a designer to customize some webform
s. Is there any tutorial out there which can help a designer (he also knows some PHP but not a programmer background) to get started? I hope he can learn how to:
- add fields
- theme the form
Thanks~
There's a good intro to theming webforms at http://drupal.org/node/79086. That should probably be all he needs, provided he already knows how Drupal theming works.
If not, he should ready http://drupal.org/node/199112, http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html and http://drupal.org/theme-guide
Not sure if any instructions are necessary for adding fields to a form and moving them around. It's pretty hard to get wrong.
精彩评论