plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

Turn off inbox #20

Closed garethworld closed 1 year ago

garethworld commented 1 year ago

Is it possible to turn off the inbox? I don't want to store the messages

plain-solutions-gmbh commented 1 year ago

Since the coming up of the attachment field, i needed to save the files in the project, therefore i removed the inbox-disable option. But you can delete the request on successfully send with this example.

garethworld commented 1 year ago

Thanks for the quick reply, it's good I can delete the stored responses, but is there a way to remove the inbox interface? I can't store messages on the server due to GDPR, so I think this is quite an important feature.

plain-solutions-gmbh commented 1 year ago

There is a way. Quick and Dirty:

Just comment the line 34 of the index.php //'inbox' => FormBlueprint::getInbox(),

I'il think of it, to implement this feature.

plain-solutions-gmbh commented 1 year ago

There is a way. Quick and Dirty. Just comment the line 34 of the index.php:

//'inbox' => FormBlueprint::getInbox(),

I'il think of it, to implement this feature.

Best regard.

https://www.microman.ch/ Microman | Roman Gsponer a: Centralstrasse 16a | 6210 Sursee w: microman.ch http://microman.ch/ p: +41 79 750 65 61

Am 12.04.2023 um 10:19 schrieb garethworld @.***>:

Thanks for the quick reply, it's good I can delete the stored responses, but is there a way to remove the inbox interface? I can't store messages on the server due to GDPR, so I think this is quite an important feature.

— Reply to this email directly, view it on GitHub https://github.com/youngcut/kirby-form-block-suite/issues/20#issuecomment-1504861030, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEIYLGEIFILHNVBLYMJ7HTXAZQRNANCNFSM6AAAAAAW2SFFVE. You are receiving this because you modified the open/close state.