localgovdrupal / localgov_microsites

A repository for the LocalGov Drupal Microsites project.
GNU General Public License v2.0
3 stars 1 forks source link

Webforms are available across multiple microsites #438

Open finnlewis opened 2 months ago

finnlewis commented 2 months ago

@RyanFH257 mentioned that we currently have forms in Local Microsites.

They are not currently access controlled by group.

This is a bug!

(but not how we expected it to be used)

finnlewis commented 2 months ago

The microsites distribution has a webform called "Microsite contact"

This webform can be referenced from the 'localgov_webform' content type to provide a contact form for a given microsite.

As it stands, the webform itself is not in a group, so it can be referenced from any microsite.

When we add more webforms to the control site, these can all be referenced from a localgov_webform node in any site.

This could become a problem if the results are available to multiple microsites.

finnlewis commented 2 months ago

Testing locally, and it seems that webforms are not submitting, due to deprecated service.

ekes commented 1 month ago

Service is deprecated, not removed.

ekes commented 1 month ago

I think my ideas about generating relationships on a microsites domain for any entity created that can be in a microsite will help this too. Because we will otherwise always have potential issues about submissions not getting put into a group because of where they are created.