Re: A permission or configuration that would prevent agents from deleting messages

2017-07-16 Thread Martin Edenhofer
Hi Regis, thanks for feedback. Actually, an agent can't delete other notes (only own notes). Is that ok for you? Or you still need disable it at all? -Martin Am Donnerstag, 13. Juli 2017 17:54:00 UTC+2 schrieb Regis Martini: > > Hey Martin, > > I meant to not allowed an agent from deleting me

Embedding dynamic Webform instead Popup Form

2017-07-16 Thread semaf
Hey, It would be nice if the Form could be embedded on any Website without popup. Also generating the Webform would be great with predefined Subjects, Contact Details, File Upload, etc.. Cheers -- You received this message because you are subscribed to the Google Groups "zammad-core" group.

Re: Embedding dynamic Webform instead Popup Form

2017-07-16 Thread Martin Edenhofer
Hi, just remove the "modal: true" option and the form is embedded. $(function() { $('#feedback-form').ZammadForm({ messageTitle: 'Feedback Form', messageSubmit: 'Submit', messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.', //modal: true }); }); Gre