forked from Itangalo/Node-creation-block--Drupal-7-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
16 lines (12 loc) · 690 Bytes
/
README.txt
File metadata and controls
16 lines (12 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$Id$
The Form Block module for Drupal (http://drupal.org/project/formblock) allows
displaying user registration forms, node forms and some other forms in blocks.
Unfortunately it was not available for Drupal 7 at the time of writing, which
prompted me to write this module.
It provides one block for each node type, displaying the node type's creation
form. It respects user permissions, meaning that it will not display the
creation form if you are not allowed to create the node.
The module was created to allow using nodes as contact forms in Drupal 7. I have
no plans on spending very much time on this module – have a look at Form Block
if you want a long-term solution.
Cheers!