tags:

views:

35

answers:

1

does anyone know of a tutorial that shows creating a form and writing that data to a database? This is what i am trying to accomplish or can anyone put together the simple code so that I can understand how it works? It would be greatly appreciated!

+1  A: 

I would start with Drupal's API doc on Forms. Also, check out Drupal's documentation on their Database Abstraction Layer.

Thomas