Drupal Module Development Examples

I am new to Drupal but want to create an add-in. The add-in requires a kind of multi-page form with extended jQuery (I already looked at the jQuery module). The add-in requires detailed information about the currently registered user and will also interact with an external database.

I watched tutorials on creating a module, etc. But they mainly cover the creation of simple forms, where what I want to create is rather a plugin.

+3
source share
4 answers

Multipage forms are full drag and drop. Pro Drupal Development , has a very good section on this topic, and I highly recommend this book if you are developing Drupal.

On the net, I found the following article very useful (although I ended up going with my own system).

http://www.nicklewis.org/using-chaos-tools-form-wizard-build-multistep-forms-drupal-6

+4
source

Here's a decent example: http://thedrupalblog.com/creating-multipage-form-using-forms-api

To make the most of this, you'll want to get pretty friendly with the form's API: http://drupal.org/node/204270

Drupal.org, , Drupal 6.x( 5x 4.7 ).

+1

, . ​​, Ctools module. Nick Lewis , .

, , javascript/jQuery, . Javascript - , , . javascript , , .

0

, , API Drupal Forms.

API ( , , ..) , , jEditable. API , jEditable .

, jEditable . " PHP" script, Drupal.

0

Source: https://habr.com/ru/post/1779782/


All Articles