User login
Drupal is an open source content management platform
Equipped with a powerful blend of features, Drupal supports a variety of websites ranging from personal weblogs to large community-driven websites.
Form generation

This text is automatically translated. That's just an example how your nodes will look like.
Functions to enable the processing and display of HTML forms.
Function drupal_get_form ( ) provides automatic mapping, information extraction and processing of forms. For example:
|
/ / Show registration form.
$ Output = drupal_get_form ( 'user_register'); |
Forms can be built and sent programmatically, without user input, using the function drupal_execute ( )
For more information on the forms and formats and structure of arrays, which are used to determine the forms, you can read in a short introduction and reference for the Forms API.
- Login to post comments
Drupal is a free software package that allows an individual or a community of users to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of people and organizations are using Drupal.