open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
36 stars 26 forks source link

As municipality I want to use the forms without a CMS #483

Closed joeribekker closed 3 years ago

joeribekker commented 3 years ago

Open Online / Drupal for Gemeenten (DvG) - their CMS - will not be ready before September. We therefore need to focus on letting it work on a subdomain.

Currently, there's some demo website header, footer, menu around the forms when used via open forms (ie. not use the SDK yourself).

Verduidelijk met team en gemeenten

Now, to make the form show a little like the municipality layout we can do 4 things:

1) Allow the form in an iframe (I'm doubting alit + I'm not sure if they can use iframes in their CMS) 2) Deploy some static files per municipality containing a blank page (with their menus, styling, footer etc) containing the SDK snippet 3) Allow to upload a blank page via de admin (css, HTML) 4) Allow to upload a logo only and add a (configurable) link back to their main website.

In all cases I assume we can already use a design token to style the form itself.

joeribekker commented 3 years ago

Duplicate of #506