Tagged Questions
0
votes
1answer
132 views
Should custom form module in drupal be a node type?
I just started to develop a new module in Drupal. The goal of the module is to capture user's data (purely CRUD). I had been using CakePHP so far and now planning to switch to Drupal.
I am using ...