SergeyMosin / Appointments

Nextcloud Appointments App
GNU Affero General Public License v3.0
160 stars 48 forks source link

Extra fields --> not included in emails #524

Open Albusoline opened 3 months ago

Albusoline commented 3 months ago

Appointments 1.15.7

When I add an additional field (see JSON), entries into this field on the public page won't be submitted with receiver-email nor to organizer-email.

Did I miss anything or is it a bug?

JSON:

[ { "tag": "textarea", "label": "Bemerkungen / Thema", "placeholder": "Bitte hier Text eingeben", "name": "n9fd21060" } ]

SergeyMosin commented 3 months ago

I cannot replicate this. If an attendee enters any text into the field it will be sent to organizer and it is also added to event's description. If the there is no text, the the attendee did not enter anything, you can make the filed required by adding "required":true to the JSON.

image