Drupal 6 Forms API Screencast
public
group: Drupal Dojo
vordude - Tue, 2008-09-09 05:31
This is a very introductory look at Forms API in Drupal 6.
The focus is on basic and practical application, and should allow the newest Drupal programmer to be able to go create his or her own form, in Drupal 6.
Attached is the code for your perusal--It's the same as what's demonstrated in the video, with a bunch of comments. (I would have attached a tarball, but it was not an acceptable file format)
The 30-minute screencast is hosted at blip.tv.
NOTE: In the video, I fail to use check_plain() when outputting some user-generated content...For the sake of you and your web site, don't forget this step. The attached code example is i believe doing it right
Corrections, Questions, Comments, and Smart Remarks are always welcome. :-)
| Attachment | Size |
|---|---|
| form_intro-module.txt | 3.97 KB |
| form_intro-info.txt | 270 bytes |



Thanks!
For those with slow computers, or if you want to save it and watch it later:
MPEG4 Video (.mp4):
http://blip.tv/file/get/Vordude-IntroToDrupal6FormsAPI891.MP4
Flash Video (.flv) :
http://blip.tv/file/get/Vordude-IntroToDrupal6FormsAPI891.flv
Thanks so much for putting the time into this!