Leave comment when accepting/declining event

Hi,

Sending email invitation to an event only allows the user to accept or decline the invitation. I would like to give them an opportunity to leave a comment at the same time. Is this possible?

I am thinking i need to create a custom entry point to show a custom edit view that has the comment field?

How would i go about achieving this?

Hey,

A custom entry point sounds like a good idea!

There’s a brief guide on creating custom entrypoints here:
https://docs.suitecrm.com/developer/entry-points/


However, in terms of functionality, Perhaps a good place to look for similar functionality could be the Surveys module?

The Surveys functionality generates a link to a Form that users Submit via Entrypoint,
Which then populates CRM data

A lot of this functionality is built with:
modules/Surveys/Entry/Survey.php
modules/Surveys/Entry/SurveySubmit.php

Let me know if you’ve got any questions/ideas :slight_smile:

1 Like

that’s so helpful, thank you.

I had the survey module disabled and completely overlooked it.
To be honest I cant even recall it being introduced - or if its always been there.