unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

Determine how to Incorporate Webforms into Site Content Hierarchy #179

Closed macburgee1 closed 3 years ago

macburgee1 commented 4 years ago

This issue was originally touched on in #95 with webform breadcrumbs. The issue is larger in scope, however. Webforms can have paths but not menu items, which raises the issue of how to use a webform in hierarchical site content (e.g. menus).

Options:

  1. Webforms cannot be used directly as content. Instead, they are placed as blocks in Builder Pages.
  2. Webforms can be used directly as content. Users will need to manually create menu items and manually define the path.

My preference is for option 1.

macburgee1 commented 4 years ago

Per Monday group, we're going with option 1.

macburgee1 commented 4 years ago

Blocked by #199

macburgee1 commented 3 years ago

I decided to make a new unl_webform_block programmatic block because the configuration provided by Webform's is too much for end users. In the unl_webform_block, all the user can select is the webform to provide as a block.