I was wondering if when adding a Smpleform, can you add a link in the primary links, or add it to a content type such as a page? The documentation seems to indicate this is not yet available. If not, how is the form accessed by web site users?
I was wondering if when adding a Smpleform, can you add a link in the primary links, or add it to a content type such as a page? The documentation seems to indicate this is not yet available. If not, how is the form accessed by web site users?
Comments
Comment #1
pivica commented> can you add a link in the primary links,
Adding a link to primary links? You mean when you create a new simpleforms can you have a link in primary menu for it? Simpleform is regular node in Drupal like any other node, so you can create menu item in menu that is pointing to some simpleform node.
> or add it to a content type such as a page?
You can not add simpleform to some other content type for now. I am planning to add this feature in some future release.
But please take an important note that I have just stopped future development of simpleforms. Last month I was very busy doing complete re-factoring of simpleforms code - functionality is similar but code and internal logic are completely different. I have also decided to change modules name to qforms - http://drupal.org/project/qforms.
> If not, how is the form accessed by web site users?
The form is accessed like any other regular node on Drupal site. When you view simpleform node you will see simpleform also. New module qforms has additional permission which allows you to specify which role can access/submit qforms.