custom form with Drupal - CCK and simple module - what next?
Posted
by bert
on Stack Overflow
See other posts from Stack Overflow
or by bert
Published on 2010-03-25T18:09:12Z
Indexed on
2010/03/25
18:13 UTC
Read the original article
Hit count: 214
I have mastered creating custom data types and adding fields with CCK. Then I created and deployed a custom module with _form and _validate and _submit hooks.
I am not happy with the amount of massaging required with css and permissions to make the form usable, but this is not my question.
Now I would like to create a more sophisticated form with jquery to submit form and add content to page. I am at a bit of loss as how to get to this next level. I have been looking at tpl.php files, but this looks very rigid and more complicated as well. Can any provide a model or tutorial or point me in right direction.
© Stack Overflow or respective owner