I&#39;m using drupal_get_form in my hook_menu !<br><br>No problem in that part<br><br>My doubts begin after I filll my forms, how to handle the input data :)<br><br>If its not the hook_form what I need, I will keep searching end reading FAPI
<br><br>Thanks, Derek<br><br><br>BTW, for a personal site, I plan to use CCK and views.&nbsp; But I wanna use Drupal 6 with triggers.&nbsp; So I have to wait CCK folks update that module :)<br><br>hugs<br>Feijó<br><br><br><div><span class="gmail_quote">
2007/12/18, Derek Wright &lt;<a href="mailto:drupal@dwwright.net">drupal@dwwright.net</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Dec 18, 2007, at 4:45 PM, Feijó Legendas wrote:<br><br>&gt; Every site about hook_form, uses node! Can I do that without nodes?<br><br>Yes.&nbsp;&nbsp;hook_form() is specific to modules that implement their own<br>node types.&nbsp;&nbsp;You don&#39;t want that.&nbsp;&nbsp;What you want is to read the
<br>documentation about the Forms API (FAPI) and define your own form<br>builder function, validation routine, submit handler, etc.&nbsp;&nbsp;Then, you<br>can just use hook_menu() to serve up this form at a specific menu<br>location.
<br><br><a href="http://api.drupal.org">http://api.drupal.org</a> is your friend.<br><br>Also, just search in core for hook_menu implementations that use<br>&quot;drupal_get_form&quot; as the menu callback, and you&#39;ll find dozens
<br>(hundreds?) of examples.<br><br>Good luck,<br>-Derek (dww)<br><br></blockquote></div>