I was searching online for a tutorial to create a form which is displyaed on a page,
Shall we display a form inside a module as we display content using module and block?
Since I am new to drupal I do not have an idea about drupal form.
I downloaded and installed the example form module. But I do not know where this form will get displayed.
I downloaded it from here
http://drupal.org/node/1121110
I was searching online for a tutorial to create a form which is displyaed
Share
It’s not that complicated even if you are new to drupal. All I had to do in this example is using hook_menu() and knowing available form items from drupal form api reference.
Below is an example for what you’re trying to do.