open-formulieren / open-forms

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

Allow form URL-parameter to safely influence to which email address a submission is sent to #4650

Open joeribekker opened 1 month ago

joeribekker commented 1 month ago

Thema / Theme

Backend

Omschrijving / Description

Reference: Taiga DB-52

  1. A form-link contains a URL-param that holds an ID (example: myform?destEmailID=78d6f1ab331
  2. The form variabele destEmailID is used to retrieve the name and actual email address via service fetch
  3. The form shows only the name belonging to destEmailID
  4. The submission is sent to the email address belonging to destEmailID

2 tasks are identified to make this scenario possible.

Added value / Toegevoegde waarde

Allow mailing a predefined list of people via a form without exposing their email address.

Aanvullende opmerkingen / Additional context

No response

joeribekker commented 1 month ago

Estimated on 4 weeks