agentejo / cockpit

Add content management functionality to any site - plug & play / headless / api-first CMS
http://getcockpit.com
MIT License
5.4k stars 525 forks source link

Should we drop "__mailsubject" argument in Forms submissions? #1410

Open Raruto opened 3 years ago

Raruto commented 3 years ago

Honestly, I can't say how much this feature is still in use nowdays..

Overall it might be safer to just listen for this event in order to alter the $options['subject'] property?

https://github.com/agentejo/cockpit/blob/722393b31921d5b3ee5992ade63ee9589f5b52a8/modules/Forms/bootstrap.php#L267


Related files:

https://github.com/agentejo/cockpit/blob/722393b31921d5b3ee5992ade63ee9589f5b52a8/modules/Forms/Controller/RestApi.php#L28

https://github.com/agentejo/cockpit/blob/722393b31921d5b3ee5992ade63ee9589f5b52a8/modules/Forms/views/api/form.php#L78


Related issues:


Related pull requests:


Have a nice day, Raruto