You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Address PR nextcloud#3098 review comments on confirmation emails
- Allow form creators to explicitly select which email field to use for confirmations via the `confirmationEmailRecipient` property.
- Update `FormsService` to rely on the explicit recipient field when multiple email fields are present.
- Display relevant warnings in the settings tab if recipient fields are misconfigured.
- Replace basic email validation with Nextcloud's internal `\OCP\Mail\IEmailValidator`.
- Expand unit tests to verify explicit recipient selection and multi-email field validation logic.
Copy file name to clipboardExpand all lines: src/components/SidebarTabs/SettingsSidebarTab.vue
+31-5Lines changed: 31 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@
182
182
{{
183
183
t(
184
184
'forms',
185
-
'Requires an email field in the form. Available placeholders: {formTitle}, {formDescription}, and field names like {name}.',
185
+
'Requires an email field in the form. If the form has multiple email fields, mark one question with “Use for confirmation emails”. Available placeholders: {formTitle}, {formDescription}, and field names like {name}.',
0 commit comments